summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/mountcritlocal
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/mountcritlocal')
-rwxr-xr-xetc/rc.d/mountcritlocal3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.d/mountcritlocal b/etc/rc.d/mountcritlocal
index 069e3fd..798130d 100755
--- a/etc/rc.d/mountcritlocal
+++ b/etc/rc.d/mountcritlocal
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="mountcritlocal"
+desc="Mount critical local filesystems"
start_cmd="mountcritlocal_start"
stop_cmd=sync
@@ -28,7 +29,7 @@ mountcritlocal_start()
esac
# Mount everything except nfs filesystems.
- check_startmsgs && echo -n 'Mounting local file systems:'
+ check_startmsgs && echo -n 'Mounting local filesystems:'
mount_excludes='no'
for i in ${netfs_types}; do
fstype=${i%:*}
OpenPOWER on IntegriCloud