summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2012-11-30 12:05:26 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2012-11-30 12:07:33 -0600
commitded282f16329efa78a38c8e64303d1f03426907c (patch)
tree9950435aba11ba9c91302e1836e621ce2b240890
parent38ae8220774d27dd579c8328c33dbe90e9486cec (diff)
downloadopenrc-ded282f16329efa78a38c8e64303d1f03426907c.tar.gz
openrc-ded282f16329efa78a38c8e64303d1f03426907c.tar.bz2
openrc-ded282f16329efa78a38c8e64303d1f03426907c.tar.xz
typo fixesopenrc-0.11.6
-rw-r--r--init.d/localmount.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/localmount.in b/init.d/localmount.in
index ab0b1b5..232adf4 100644
--- a/init.d/localmount.in
+++ b/init.d/localmount.in
@@ -22,8 +22,8 @@ start()
if [ "$RC_UNAME" = Linux ]; then
no_netdev="-O no_netdev"
- if [ mountinfo -q /usr ]; then
- touch $rc_svcdir/usr_premounted
+ if mountinfo -q /usr; then
+ touch $RC_SVCDIR/usr_premounted
fi
fi
ebegin "Mounting local filesystems"