Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.hpcmips turn on "console" which can be either the se...



details:   https://anonhg.NetBSD.org/src/rev/7ea381e2222c
branches:  trunk
changeset: 825422:7ea381e2222c
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 13 16:03:36 2017 +0000

description:
turn on "console" which can be either the serial console or the glass tty
instead of ttyE0, to facilitate anita tests. From uanand.

diffstat:

 etc/etc.hpcmips/ttys |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 43db08a3cc92 -r 7ea381e2222c etc/etc.hpcmips/ttys
--- a/etc/etc.hpcmips/ttys      Thu Jul 13 16:00:30 2017 +0000
+++ b/etc/etc.hpcmips/ttys      Thu Jul 13 16:03:36 2017 +0000
@@ -1,11 +1,11 @@
 #
-#      $NetBSD: ttys,v 1.10 2012/06/13 20:49:13 martin Exp $
+#      $NetBSD: ttys,v 1.11 2017/07/13 16:03:36 christos Exp $
 #
 # name getty                           type    status          comments
 
 # serial port
-console        "/usr/libexec/getty std.9600"   vt100   off secure
+console        "/usr/libexec/getty std.9600"   vt100   on secure
 constty        "/usr/libexec/getty std.9600"   vt100   off secure
 
 # Workstation console (framebuffer) ttys
-ttyE0  "/usr/libexec/getty std.9600"   wsvt25  on secure
+ttyE0  "/usr/libexec/getty std.9600"   wsvt25  off secure



Home | Main Index | Thread Index | Old Index