Module Name:    src
Committed By:   phx
Date:           Sun Aug 21 10:41:52 UTC 2011

Modified Files:
        src/etc/etc.ofppc: ttys

Log Message:
Turn off ttyE1-ttyE3 to avoid "Device not configured" messages after a
fresh installation with wscons disabled.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/etc/etc.ofppc/ttys

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.ofppc/ttys
diff -u src/etc/etc.ofppc/ttys:1.7 src/etc/etc.ofppc/ttys:1.8
--- src/etc/etc.ofppc/ttys:1.7	Tue Dec 21 19:18:46 2010
+++ src/etc/etc.ofppc/ttys	Sun Aug 21 10:41:51 2011
@@ -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

Reply via email to