Source-Changes-HG archive

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

[src/netbsd-1-4]: src/etc Apply patch (requested by drochner):



details:   https://anonhg.NetBSD.org/src/rev/511abad00cb1
branches:  netbsd-1-4
changeset: 470028:511abad00cb1
user:      he <he%NetBSD.org@localhost>
date:      Sat Jan 15 16:34:00 2000 +0000

description:
Apply patch (requested by drochner):
  Comment out setup line for screen 0 which is already set up as
  console in most cases (unless a serial console is used).  Avoids
  a warning during bootup.

diffstat:

 etc/wscons.conf |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r e092f3f56d17 -r 511abad00cb1 etc/wscons.conf
--- a/etc/wscons.conf   Sat Jan 15 16:25:40 2000 +0000
+++ b/etc/wscons.conf   Sat Jan 15 16:34:00 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: wscons.conf,v 1.1.2.1 1999/04/09 17:05:35 drochner Exp $
+#      $NetBSD: wscons.conf,v 1.1.2.2 2000/01/15 16:34:00 he Exp $
 #
 # workstation console configuration
 
@@ -14,7 +14,9 @@
 
 # screens to create
 #      idx     screen  emul
-screen 0       -       vt100
+# Screen 0 is already configured as console in most cases.
+#  Uncomment if a serial console is used.
+#screen        0       -       vt100
 screen 1       -       vt100
 screen 2       -       vt100
 screen 3       -       vt100



Home | Main Index | Thread Index | Old Index