summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/mountcritlocal
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/mountcritlocal')
-rwxr-xr-xetc/rc.d/mountcritlocal7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/rc.d/mountcritlocal b/etc/rc.d/mountcritlocal
index 38b75f4..53d8d4a 100755
--- a/etc/rc.d/mountcritlocal
+++ b/etc/rc.d/mountcritlocal
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: mountcritlocal,v 1.3 2000/07/26 00:11:49 lukem Exp $
+# $NetBSD: mountcritlocal,v 1.6 2002/03/27 08:53:42 lukem Exp $
#
# PROVIDE: mountcritlocal
@@ -14,8 +14,9 @@ stop_cmd=":"
mountcritlocal_start()
{
- # mount critical local filesystems
- # (as specified in $critical_filesystems_beforenet)
+ # Mount critical filesystems that are `local'
+ # (as specified in $critical_filesystems_local)
+ # This usually includes /var.
#
mount_critical_filesystems local
OpenPOWER on IntegriCloud