clarify purposes

This commit is contained in:
lukem 2001-02-28 17:19:42 +00:00
parent 12c191e0cc
commit a65b46cfa0
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: mountcritlocal,v 1.4 2000/07/27 13:58:49 lukem Exp $
# $NetBSD: mountcritlocal,v 1.5 2001/02/28 17:19:42 lukem Exp $
#
# PROVIDE: mountcritlocal
@ -14,8 +14,9 @@ stop_cmd=":"
mountcritlocal_start()
{
# mount critical local filesystems
# Mount critical filesystems that are `local'
# (as specified in $critical_filesystems_beforenet)
# This usually includes /var.
#
mount_critical_filesystems local

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: mountcritremote,v 1.3 2000/07/26 00:11:49 lukem Exp $
# $NetBSD: mountcritremote,v 1.4 2001/02/28 17:19:42 lukem Exp $
#
# PROVIDE: mountcritremote
@ -8,8 +8,9 @@
. /etc/rc.subr
# mount critical remote filesystems
# Mount critical filesystems that may be remote.
# (as specified in $critical_filesystems)
# This usually includes /usr.
#
name="mountcritremote"
start_cmd="mount_critical_filesystems remote"