Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/rc.d clarify purposes



details:   https://anonhg.NetBSD.org/src/rev/76d2903cde46
branches:  trunk
changeset: 504380:76d2903cde46
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Feb 28 17:19:42 2001 +0000

description:
clarify purposes

diffstat:

 etc/rc.d/mountcritlocal  |  5 +++--
 etc/rc.d/mountcritremote |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (44 lines):

diff -r 0a3577c16d9b -r 76d2903cde46 etc/rc.d/mountcritlocal
--- a/etc/rc.d/mountcritlocal   Wed Feb 28 17:03:50 2001 +0000
+++ b/etc/rc.d/mountcritlocal   Wed Feb 28 17:19:42 2001 +0000
@@ -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 @@
 
 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
 
diff -r 0a3577c16d9b -r 76d2903cde46 etc/rc.d/mountcritremote
--- a/etc/rc.d/mountcritremote  Wed Feb 28 17:03:50 2001 +0000
+++ b/etc/rc.d/mountcritremote  Wed Feb 28 17:19:42 2001 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index