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:05:26 -0600
commitc5e163cffc61769f819d4599c2b6a525f7d6212b (patch)
tree809463e6c40e58bcba5ddca678c9853f512e6a15
parent8661af3223d4115284fcebdf430017d19581d611 (diff)
downloadopenrc-c5e163cffc61769f819d4599c2b6a525f7d6212b.tar.gz
openrc-c5e163cffc61769f819d4599c2b6a525f7d6212b.tar.bz2
openrc-c5e163cffc61769f819d4599c2b6a525f7d6212b.tar.xz
typo fixes
-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"