Source-Changes-HG archive

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

[src/trunk]: src/etc Configure wscons much earlier so that a virtual console ...



details:   https://anonhg.NetBSD.org/src/rev/d17e71f5a5d5
branches:  trunk
changeset: 471850:d17e71f5a5d5
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Apr 13 07:40:53 1999 +0000

description:
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 9074fce197f0 -r d17e71f5a5d5 etc/rc
--- a/etc/rc    Tue Apr 13 07:21:45 1999 +0000
+++ b/etc/rc    Tue Apr 13 07:40:53 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc,v 1.124 1999/04/01 03:58:44 cjs Exp $
+#      $NetBSD: rc,v 1.125 1999/04/13 07:40:53 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