CVS commit: src/etc/etc.ofppc

2011-08-21 Thread Frank Wille
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	gettytype	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



CVS commit: src/etc/etc.ofppc

2010-12-21 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Tue Dec 21 19:18:47 UTC 2010

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

Log Message:
Add ttyE1-ttyE3 for wscons.
Use serial devices tty00, tty01, tty10 and tty11, which are configured
by MAKEDEV.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 src/etc/etc.ofppc/ttys:1.7
--- src/etc/etc.ofppc/ttys:1.6	Tue Oct  7 10:00:02 2008
+++ src/etc/etc.ofppc/ttys	Tue Dec 21 19:18:46 2010
@@ -1,17 +1,16 @@
 #
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
-#	$NetBSD: ttys,v 1.6 2008/10/07 10:00:02 abs Exp $
+#	$NetBSD: ttys,v 1.7 2010/12/21 19:18:46 phx Exp $
 #
 # name	gettytype	status		comments
 #
-console	"/usr/libexec/getty std.9600"	vt100	on secure
+console	"/usr/libexec/getty std.9600"	vt100	off secure
 constty	"/usr/libexec/getty std.9600"	vt100	off secure
-ttyE0	"/usr/libexec/getty std.9600"	vt100	off secure
-tty00	"/usr/libexec/getty std.9600"	vt100	off secure
-tty01	"/usr/libexec/getty std.9600"	unknown	off secure
-tty02	"/usr/libexec/getty std.9600"	unknown	off secure
-tty03	"/usr/libexec/getty std.9600"	unknown	off secure
-tty04	"/usr/libexec/getty std.9600"	unknown	off secure
-tty05	"/usr/libexec/getty std.9600"	unknown	off secure
-tty06	"/usr/libexec/getty std.9600"	unknown	off secure
-tty07	"/usr/libexec/getty std.9600"	unknown	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
+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
+tty11	"/usr/libexec/getty std.38400"	vt100	off secure