Source-Changes-HG archive

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

[src/netbsd-1-4]: src/etc Pull up revision 1.124:



details:   https://anonhg.NetBSD.org/src/rev/e77e2024af74
branches:  netbsd-1-4
changeset: 468203:e77e2024af74
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Apr 13 18:25:07 1999 +0000

description:
Pull up revision 1.124:
Configure wscons much earlier so that a virtual console can e.g. be
used for "syslogd" output.

diffstat:

 etc/rc |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r 421194a3da25 -r e77e2024af74 etc/rc
--- a/etc/rc    Tue Apr 13 17:20:42 1999 +0000
+++ b/etc/rc    Tue Apr 13 18:25:07 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc,v 1.124 1999/04/01 03:58:44 cjs Exp $
+#      $NetBSD: rc,v 1.124.2.1 1999/04/13 18:25:07 tron Exp $
 #      originally from: @(#)rc 8.2 (Berkeley) 3/17/94
 
 # System startup script run by init on autoboot
@@ -147,6 +147,11 @@
        dmesg $dmesg_flags > /var/run/dmesg.boot
 fi
 
+if checkyesno wscons && [ -f /etc/rc.wscons ]; then
+       echo 'configuring wscons'
+       /bin/sh /etc/rc.wscons $wscons_flags
+fi
+
 # start the system logger first, so that all messages from daemons
 # are logged, then start savecore to get a dump on low memory systems
 # and then start the name server.
@@ -509,11 +514,6 @@
        echo '.'
 fi
 
-if checkyesno wscons && [ -f /etc/rc.wscons ]; then
-       echo 'configuring wscons'
-       /bin/sh /etc/rc.wscons $wscons_flags
-fi
-
 # xdm after wscons - need a virtual screen for X
 if checkyesno xdm; then
        echo 'starting xdm'



Home | Main Index | Thread Index | Old Index