Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.ofppc Turn off ttyE1-ttyE3 to avoid "Device not conf...
details: https://anonhg.NetBSD.org/src/rev/a52110917782
branches: trunk
changeset: 768577:a52110917782
user: phx <phx%NetBSD.org@localhost>
date: Sun Aug 21 10:41:51 2011 +0000
description:
Turn off ttyE1-ttyE3 to avoid "Device not configured" messages after a
fresh installation with wscons disabled.
diffstat:
etc/etc.ofppc/ttys | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r c8c53eb92501 -r a52110917782 etc/etc.ofppc/ttys
--- a/etc/etc.ofppc/ttys Sun Aug 21 10:00:13 2011 +0000
+++ b/etc/etc.ofppc/ttys Sun Aug 21 10:41:51 2011 +0000
@@ -1,15 +1,15 @@
#
# from: @(#)ttys 5.1 (Berkeley) 4/17/89
-# $NetBSD: ttys,v 1.7 2010/12/21 19:18:46 phx Exp $
+# $NetBSD: ttys,v 1.8 2011/08/21 10:41:51 phx Exp $
#
# name getty type status comments
#
console "/usr/libexec/getty std.9600" vt100 off secure
constty "/usr/libexec/getty std.9600" vt100 off secure
ttyE0 "/usr/libexec/getty std.9600" vt220 on secure
-ttyE1 "/usr/libexec/getty std.9600" vt220 on secure
-ttyE2 "/usr/libexec/getty std.9600" vt220 on secure
-ttyE3 "/usr/libexec/getty std.9600" vt220 on secure
+ttyE1 "/usr/libexec/getty std.9600" vt220 off secure
+ttyE2 "/usr/libexec/getty std.9600" vt220 off secure
+ttyE3 "/usr/libexec/getty std.9600" vt220 off secure
tty00 "/usr/libexec/getty std.38400" vt100 off secure
tty01 "/usr/libexec/getty std.38400" vt100 off secure
tty10 "/usr/libexec/getty std.38400" vt100 off secure
Home |
Main Index |
Thread Index |
Old Index