Source-Changes-HG archive

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

[src/trunk]: src/etc Ooops, overlooked one MOUNTCRITLOCAL reference in the re...



details:   https://anonhg.NetBSD.org/src/rev/c2cc85663612
branches:  trunk
changeset: 938452:c2cc85663612
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Sep 08 16:10:53 2020 +0000

description:
Ooops, overlooked one MOUNTCRITLOCAL reference in the rename to
CRITLOCALMOUNTED.

diffstat:

 etc/rc |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 864e16d01621 -r c2cc85663612 etc/rc
--- a/etc/rc    Tue Sep 08 16:00:35 2020 +0000
+++ b/etc/rc    Tue Sep 08 16:10:53 2020 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: rc,v 1.174 2020/07/22 16:50:41 martin Exp $
+# $NetBSD: rc,v 1.175 2020/09/08 16:10:53 martin Exp $
 #
 # rc --
 #      Run the scripts in /etc/rc.d with rcorder, and log output
@@ -191,7 +191,7 @@
 #  * Scripts run during the boot may clear /tmp and/var/run, so even
 #    if they are writable, using those directories too early may be
 #    problematic.  We assume that it's safe to write to our log file
-#    after the MOUNTCRITLOCAL script has run.
+#    after the CRITLOCALMOUNTED script has run.
 #
 #  * /usr/bin/tee cannot be used because the /usr file system may not
 #    be mounted early in the boot.
@@ -322,10 +322,10 @@
                                printf "%s\n" "$msg"
                        fi
                fi
-               # After the MOUNTCRITLOCAL script has finished, it's
+               # After the CRITLOCALMOUNTED script has finished, it's
                # OK to flush the log to disk
                case "$1" in
-               */MOUNTCRITLOCAL)
+               */CRITLOCALMOUNTED)
                        rc_log_flush OK
                        ;;
                esac



Home | Main Index | Thread Index | Old Index