Module Name:    src
Committed By:   martin
Date:           Wed Jun 13 20:49:15 UTC 2012

Modified Files:
        src/etc/etc.acorn26: ttys
        src/etc/etc.acorn32: ttys
        src/etc/etc.alpha: ttys
        src/etc/etc.amd64: ttys
        src/etc/etc.amiga: ttys
        src/etc/etc.amigappc: ttys
        src/etc/etc.arc: ttys
        src/etc/etc.atari: ttys
        src/etc/etc.cats: ttys
        src/etc/etc.evbarm: ttys
        src/etc/etc.hp300: ttys
        src/etc/etc.hpcarm: ttys
        src/etc/etc.hpcmips: ttys
        src/etc/etc.hpcsh: ttys
        src/etc/etc.i386: ttys
        src/etc/etc.ibmnws: ttys
        src/etc/etc.iyonix: ttys
        src/etc/etc.mac68k: ttys
        src/etc/etc.mvmeppc: ttys
        src/etc/etc.netwinder: ttys
        src/etc/etc.newsmips: ttys
        src/etc/etc.next68k: ttys
        src/etc/etc.ofppc: ttys
        src/etc/etc.pmax: ttys
        src/etc/etc.prep: ttys
        src/etc/etc.rs6000: ttys
        src/etc/etc.sgimips: ttys
        src/etc/etc.shark: ttys
        src/etc/etc.zaurus: ttys

Log Message:
Per discussion on tech-userlevel, finally fix PR 10127:
move all ttyE* entries that use "vt100" emulation to wsvt25 term type.
The terminfo vt220 entry lacked (correctly) a delete key entry, which
was a regression against the netbsd-5 termcap entry. On the other hand,
only a very small number of foreign systems lacks support for wsvt25
nowadays.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/etc/etc.acorn26/ttys
cvs rdiff -u -r1.8 -r1.9 src/etc/etc.acorn32/ttys
cvs rdiff -u -r1.11 -r1.12 src/etc/etc.alpha/ttys
cvs rdiff -u -r1.5 -r1.6 src/etc/etc.amd64/ttys
cvs rdiff -u -r1.23 -r1.24 src/etc/etc.amiga/ttys
cvs rdiff -u -r1.2 -r1.3 src/etc/etc.amigappc/ttys
cvs rdiff -u -r1.7 -r1.8 src/etc/etc.arc/ttys
cvs rdiff -u -r1.9 -r1.10 src/etc/etc.atari/ttys
cvs rdiff -u -r1.6 -r1.7 src/etc/etc.cats/ttys
cvs rdiff -u -r1.6 -r1.7 src/etc/etc.evbarm/ttys
cvs rdiff -u -r1.15 -r1.16 src/etc/etc.hp300/ttys
cvs rdiff -u -r1.5 -r1.6 src/etc/etc.hpcarm/ttys
cvs rdiff -u -r1.9 -r1.10 src/etc/etc.hpcmips/ttys
cvs rdiff -u -r1.10 -r1.11 src/etc/etc.hpcsh/ttys
cvs rdiff -u -r1.19 -r1.20 src/etc/etc.i386/ttys
cvs rdiff -u -r1.3 -r1.4 src/etc/etc.ibmnws/ttys
cvs rdiff -u -r1.3 -r1.4 src/etc/etc.iyonix/ttys
cvs rdiff -u -r1.19 -r1.20 src/etc/etc.mac68k/ttys
cvs rdiff -u -r1.5 -r1.6 src/etc/etc.mvmeppc/ttys
cvs rdiff -u -r1.7 -r1.8 src/etc/etc.netwinder/ttys
cvs rdiff -u -r1.8 -r1.9 src/etc/etc.newsmips/ttys
cvs rdiff -u -r1.9 -r1.10 src/etc/etc.next68k/ttys
cvs rdiff -u -r1.8 -r1.9 src/etc/etc.ofppc/ttys
cvs rdiff -u -r1.14 -r1.15 src/etc/etc.pmax/ttys
cvs rdiff -u -r1.7 -r1.8 src/etc/etc.prep/ttys
cvs rdiff -u -r1.1 -r1.2 src/etc/etc.rs6000/ttys
cvs rdiff -u -r1.9 -r1.10 src/etc/etc.sgimips/ttys
cvs rdiff -u -r1.7 -r1.8 src/etc/etc.shark/ttys
cvs rdiff -u -r1.2 -r1.3 src/etc/etc.zaurus/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.acorn26/ttys
diff -u src/etc/etc.acorn26/ttys:1.3 src/etc/etc.acorn26/ttys:1.4
--- src/etc/etc.acorn26/ttys:1.3	Tue Oct  7 10:00:00 2008
+++ src/etc/etc.acorn26/ttys	Wed Jun 13 20:49:11 2012
@@ -1,11 +1,11 @@
 #
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
-#	$NetBSD: ttys,v 1.3 2008/10/07 10:00:00 abs Exp $
+#	$NetBSD: ttys,v 1.4 2012/06/13 20:49:11 martin Exp $
 #
 # name	getty				type	status		comments
 #
-constty	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE0	"/usr/libexec/getty Pc"		vt220	on secure
-ttyE1	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE2	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE3	"/usr/libexec/getty Pc"		vt220	off secure
+constty	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE0	"/usr/libexec/getty Pc"		wsvt25	on secure
+ttyE1	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE2	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE3	"/usr/libexec/getty Pc"		wsvt25	off secure

Index: src/etc/etc.acorn32/ttys
diff -u src/etc/etc.acorn32/ttys:1.8 src/etc/etc.acorn32/ttys:1.9
--- src/etc/etc.acorn32/ttys:1.8	Tue Oct  7 10:00:00 2008
+++ src/etc/etc.acorn32/ttys	Wed Jun 13 20:49:12 2012
@@ -1,15 +1,15 @@
 #
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
-#	$NetBSD: ttys,v 1.8 2008/10/07 10:00:00 abs Exp $
+#	$NetBSD: ttys,v 1.9 2012/06/13 20:49:12 martin Exp $
 #
 # name	getty				type	status		comments
 #
 console	"/usr/libexec/getty Pc"		vt100	off secure
 constty	"/usr/libexec/getty Pc"		vt100	off secure
-ttyE0	"/usr/libexec/getty Pc"		vt220	on secure
-ttyE1	"/usr/libexec/getty Pc"		vt220	on secure
-ttyE2	"/usr/libexec/getty Pc"		vt220	on secure
-ttyE3	"/usr/libexec/getty Pc"		vt220	on secure
+ttyE0	"/usr/libexec/getty Pc"		wsvt25	on secure
+ttyE1	"/usr/libexec/getty Pc"		wsvt25	on secure
+ttyE2	"/usr/libexec/getty Pc"		wsvt25	on secure
+ttyE3	"/usr/libexec/getty Pc"		wsvt25	on secure
 tty00	"/usr/libexec/getty std.9600"	unknown off secure
 tty01	"/usr/libexec/getty std.9600"	unknown off secure
 tty02	"/usr/libexec/getty std.9600"	unknown off secure

Index: src/etc/etc.alpha/ttys
diff -u src/etc/etc.alpha/ttys:1.11 src/etc/etc.alpha/ttys:1.12
--- src/etc/etc.alpha/ttys:1.11	Tue Oct  7 10:00:01 2008
+++ src/etc/etc.alpha/ttys	Wed Jun 13 20:49:12 2012
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: ttys,v 1.11 2008/10/07 10:00:01 abs Exp $
+#	$NetBSD: ttys,v 1.12 2012/06/13 20:49:12 martin Exp $
 #
 # name	getty				type	status		comments
 
@@ -11,8 +11,8 @@ console	"/usr/libexec/getty std.9600"	vt
 constty	"/usr/libexec/getty std.9600"	vt100 off secure
 
 # Workstation console (framebuffer) ttys
-ttyE0	"/usr/libexec/getty std.9600"	vt100 off secure
-ttyE1	"/usr/libexec/getty std.9600"	vt100 off secure
+ttyE0	"/usr/libexec/getty std.9600"	wsvt25 off secure
+ttyE1	"/usr/libexec/getty std.9600"	wsvt25 off secure
 
 # DEC 3000 Z8530 ("scc") serial ports
 ttyB0	"/usr/libexec/getty std.9600"	unknown off secure

Index: src/etc/etc.amd64/ttys
diff -u src/etc/etc.amd64/ttys:1.5 src/etc/etc.amd64/ttys:1.6
--- src/etc/etc.amd64/ttys:1.5	Tue Oct  7 10:00:01 2008
+++ src/etc/etc.amd64/ttys	Wed Jun 13 20:49:12 2012
@@ -1,15 +1,15 @@
 #
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
-#	$NetBSD: ttys,v 1.5 2008/10/07 10:00:01 abs Exp $
+#	$NetBSD: ttys,v 1.6 2012/06/13 20:49:12 martin Exp $
 #
 # name	getty				type	status		comments
 #
 console	"/usr/libexec/getty Pc"		vt100	on secure
 constty	"/usr/libexec/getty Pc"		vt100	off secure
-ttyE0	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE1	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE2	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE3	"/usr/libexec/getty Pc"		vt220	off secure
+ttyE0	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE1	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE2	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE3	"/usr/libexec/getty Pc"		wsvt25	off secure
 tty00	"/usr/libexec/getty std.9600"	unknown off secure
 tty01	"/usr/libexec/getty std.9600"	unknown off secure
 tty02	"/usr/libexec/getty std.9600"	unknown off secure

Index: src/etc/etc.amiga/ttys
diff -u src/etc/etc.amiga/ttys:1.23 src/etc/etc.amiga/ttys:1.24
--- src/etc/etc.amiga/ttys:1.23	Tue Oct  7 10:00:01 2008
+++ src/etc/etc.amiga/ttys	Wed Jun 13 20:49:12 2012
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: ttys,v 1.23 2008/10/07 10:00:01 abs Exp $
+#	$NetBSD: ttys,v 1.24 2012/06/13 20:49:12 martin Exp $
 #
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
 #
@@ -7,23 +7,23 @@
 #
 # If the console is marked insecure, single-user requires
 # the root password.
-console	"/usr/libexec/getty Pc"		vt220	on secure 
-constty	"/usr/libexec/getty Pc"		vt220	off secure 
-ttye0	"/usr/libexec/getty Pc"		vt220	off secure 	# custom chips
-ttye1	"/usr/libexec/getty Pc"		vt220	off secure 	# retina
-ttye2	"/usr/libexec/getty Pc"		vt220	off secure 	# retina
-ttye3	"/usr/libexec/getty Pc"		vt220	off secure 	# cirrus logic
-ttye4	"/usr/libexec/getty Pc"		vt220	off secure 	# a2410
-ttye5	"/usr/libexec/getty Pc"		vt220	off secure 	# CyberVision64
-ttye6	"/usr/libexec/getty Pc"		vt220	off secure 	# Domino, Merlin, oMniBus
-ttye7	"/usr/libexec/getty Pc"		vt220	off secure 	# CyberVision64/3D
+console	"/usr/libexec/getty Pc"		wsvt25	on secure 
+constty	"/usr/libexec/getty Pc"		wsvt25	off secure 
+ttye0	"/usr/libexec/getty Pc"		wsvt25	off secure 	# custom chips
+ttye1	"/usr/libexec/getty Pc"		wsvt25	off secure 	# retina
+ttye2	"/usr/libexec/getty Pc"		wsvt25	off secure 	# retina
+ttye3	"/usr/libexec/getty Pc"		wsvt25	off secure 	# cirrus logic
+ttye4	"/usr/libexec/getty Pc"		wsvt25	off secure 	# a2410
+ttye5	"/usr/libexec/getty Pc"		wsvt25	off secure 	# CyberVision64
+ttye6	"/usr/libexec/getty Pc"		wsvt25	off secure 	# Domino, Merlin, oMniBus
+ttye7	"/usr/libexec/getty Pc"		wsvt25	off secure 	# CyberVision64/3D
 #
 # wscons virtual terminals:
 #
-ttyE0	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE1	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE2	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE3	"/usr/libexec/getty Pc"		vt220	off secure
+ttyE0	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE1	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE2	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE3	"/usr/libexec/getty Pc"		wsvt25	off secure
 #
 # Amiga internal serial port:
 #

Index: src/etc/etc.amigappc/ttys
diff -u src/etc/etc.amigappc/ttys:1.2 src/etc/etc.amigappc/ttys:1.3
--- src/etc/etc.amigappc/ttys:1.2	Tue Oct  7 10:00:01 2008
+++ src/etc/etc.amigappc/ttys	Wed Jun 13 20:49:12 2012
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: ttys,v 1.2 2008/10/07 10:00:01 abs Exp $
+#	$NetBSD: ttys,v 1.3 2012/06/13 20:49:12 martin Exp $
 #
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
 #
@@ -7,23 +7,23 @@
 #
 # If the console is marked insecure, single-user requires
 # the root password.
-console	"/usr/libexec/getty Pc"		vt220	on secure 
-constty	"/usr/libexec/getty Pc"		vt220	off secure 
-ttye0	"/usr/libexec/getty Pc"		vt220	off secure 	# custom chips
-ttye1	"/usr/libexec/getty Pc"		vt220	off secure 	# retina
-ttye2	"/usr/libexec/getty Pc"		vt220	off secure 	# retina
-ttye3	"/usr/libexec/getty Pc"		vt220	off secure 	# cirrus logic
-ttye4	"/usr/libexec/getty Pc"		vt220	off secure 	# a2410
-ttye5	"/usr/libexec/getty Pc"		vt220	off secure 	# CyberVision64
-ttye6	"/usr/libexec/getty Pc"		vt220	off secure 	# Domino, Merlin, oMniBus
-ttye7	"/usr/libexec/getty Pc"		vt220	off secure 	# CyberVision64/3D
+console	"/usr/libexec/getty Pc"		wsvt25	on secure 
+constty	"/usr/libexec/getty Pc"		wsvt25	off secure 
+ttye0	"/usr/libexec/getty Pc"		wsvt25	off secure 	# custom chips
+ttye1	"/usr/libexec/getty Pc"		wsvt25	off secure 	# retina
+ttye2	"/usr/libexec/getty Pc"		wsvt25	off secure 	# retina
+ttye3	"/usr/libexec/getty Pc"		wsvt25	off secure 	# cirrus logic
+ttye4	"/usr/libexec/getty Pc"		wsvt25	off secure 	# a2410
+ttye5	"/usr/libexec/getty Pc"		wsvt25	off secure 	# CyberVision64
+ttye6	"/usr/libexec/getty Pc"		wsvt25	off secure 	# Domino, Merlin, oMniBus
+ttye7	"/usr/libexec/getty Pc"		wsvt25	off secure 	# CyberVision64/3D
 #
 # wscons virtual terminals:
 #
-ttyE0	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE1	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE2	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE3	"/usr/libexec/getty Pc"		vt220	off secure
+ttyE0	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE1	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE2	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE3	"/usr/libexec/getty Pc"		wsvt25	off secure
 #
 # Amiga internal serial port:
 #

Index: src/etc/etc.arc/ttys
diff -u src/etc/etc.arc/ttys:1.7 src/etc/etc.arc/ttys:1.8
--- src/etc/etc.arc/ttys:1.7	Tue Oct  7 10:00:01 2008
+++ src/etc/etc.arc/ttys	Wed Jun 13 20:49:12 2012
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: ttys,v 1.7 2008/10/07 10:00:01 abs Exp $
+#	$NetBSD: ttys,v 1.8 2012/06/13 20:49:12 martin Exp $
 #
 # name	getty				type	status		comments
 
@@ -11,10 +11,10 @@ console	"/usr/libexec/getty std.9600"	vt
 constty	"/usr/libexec/getty std.9600"	vt220 off secure
 
 # Workstation console
-ttyE0	"/usr/libexec/getty std.9600"	vt220 off 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
+ttyE0	"/usr/libexec/getty std.9600"	wsvt25 off secure
+ttyE1	"/usr/libexec/getty std.9600"	wsvt25 off secure
+ttyE2	"/usr/libexec/getty std.9600"	wsvt25 off secure
+ttyE3	"/usr/libexec/getty std.9600"	wsvt25 off secure
 
 # NS16550 ("com") serial ports
 tty00	"/usr/libexec/getty std.9600"	unknown off secure

Index: src/etc/etc.atari/ttys
diff -u src/etc/etc.atari/ttys:1.9 src/etc/etc.atari/ttys:1.10
--- src/etc/etc.atari/ttys:1.9	Tue Oct  7 10:00:01 2008
+++ src/etc/etc.atari/ttys	Wed Jun 13 20:49:12 2012
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: ttys,v 1.9 2008/10/07 10:00:01 abs Exp $
+#	$NetBSD: ttys,v 1.10 2012/06/13 20:49:12 martin Exp $
 #
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
 #
@@ -9,7 +9,7 @@
 # the root password.
 console	"/usr/libexec/getty Pc"		vt220	off secure 
 constty	"/usr/libexec/getty Pc"		vt220	off secure 
-ttye0	"/usr/libexec/getty Pc"		vt220	on secure 	# ite0 console
-ttye1	"/usr/libexec/getty Pc"		vt220	on secure 	# ite1
-ttyE0	"/usr/libexec/getty Pc"		vt220	on secure 	# wscons
-ttyE1	"/usr/libexec/getty Pc"		vt220	on secure 	#   consoles
+ttye0	"/usr/libexec/getty Pc"		wsvt25	on secure 	# ite0 console
+ttye1	"/usr/libexec/getty Pc"		wsvt25	on secure 	# ite1
+ttyE0	"/usr/libexec/getty Pc"		wsvt25	on secure 	# wscons
+ttyE1	"/usr/libexec/getty Pc"		wsvt25	on secure 	#   consoles

Index: src/etc/etc.cats/ttys
diff -u src/etc/etc.cats/ttys:1.6 src/etc/etc.cats/ttys:1.7
--- src/etc/etc.cats/ttys:1.6	Tue Oct  7 10:00:01 2008
+++ src/etc/etc.cats/ttys	Wed Jun 13 20:49:12 2012
@@ -1,15 +1,15 @@
 #
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
-#	$NetBSD: ttys,v 1.6 2008/10/07 10:00:01 abs Exp $
+#	$NetBSD: ttys,v 1.7 2012/06/13 20:49:12 martin Exp $
 #
 # name	getty				type	status		comments
 #
 console	"/usr/libexec/getty Pc"		vt100	off secure
 constty	"/usr/libexec/getty Pc"		vt100	off secure
-ttyE0	"/usr/libexec/getty Pc"		vt220	on secure
-ttyE1	"/usr/libexec/getty Pc"		vt220	on secure
-ttyE2	"/usr/libexec/getty Pc"		vt220	on secure
-ttyE3	"/usr/libexec/getty Pc"		vt220	on secure
+ttyE0	"/usr/libexec/getty Pc"		wsvt25	on secure
+ttyE1	"/usr/libexec/getty Pc"		wsvt25	on secure
+ttyE2	"/usr/libexec/getty Pc"		wsvt25	on secure
+ttyE3	"/usr/libexec/getty Pc"		wsvt25	on secure
 tty00	"/usr/libexec/getty std.9600"	unknown off secure
 tty01	"/usr/libexec/getty std.9600"	unknown off secure
 tty02	"/usr/libexec/getty std.9600"	unknown off secure

Index: src/etc/etc.evbarm/ttys
diff -u src/etc/etc.evbarm/ttys:1.6 src/etc/etc.evbarm/ttys:1.7
--- src/etc/etc.evbarm/ttys:1.6	Tue Oct  7 10:00:01 2008
+++ src/etc/etc.evbarm/ttys	Wed Jun 13 20:49:12 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: ttys,v 1.6 2008/10/07 10:00:01 abs Exp $
+#	$NetBSD: ttys,v 1.7 2012/06/13 20:49:12 martin Exp $
 #
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
 #
@@ -6,10 +6,10 @@
 #
 console	"/usr/libexec/getty default"	vt100	on secure
 constty	"/usr/libexec/getty default"	vt100	off secure
-ttyE0	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE1	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE2	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE3	"/usr/libexec/getty Pc"		vt220	off secure
+ttyE0	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE1	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE2	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE3	"/usr/libexec/getty Pc"		wsvt25	off secure
 tty00	"/usr/libexec/getty default"	unknown off secure
 tty01	"/usr/libexec/getty default"	unknown off secure
 tty02	"/usr/libexec/getty default"	unknown off secure

Index: src/etc/etc.hp300/ttys
diff -u src/etc/etc.hp300/ttys:1.15 src/etc/etc.hp300/ttys:1.16
--- src/etc/etc.hp300/ttys:1.15	Sun Feb  6 18:26:51 2011
+++ src/etc/etc.hp300/ttys	Wed Jun 13 20:49:13 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: ttys,v 1.15 2011/02/06 18:26:51 tsutsui Exp $
+#	$NetBSD: ttys,v 1.16 2012/06/13 20:49:13 martin Exp $
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
 #
 # name	getty				type	status		comments
@@ -9,7 +9,7 @@ console "/usr/libexec/getty Pc"		vt220	o
 constty "/usr/libexec/getty Pc"		vt220	off secure
 
 # Workstation console
-ttyE0	"/usr/libexec/getty Pc"		vt220	off secure
+ttyE0	"/usr/libexec/getty Pc"		wsvt25	off secure
 
 # Hardwired lines are marked off, by default, so getty(8)
 # is quiet when they don't exist.

Index: src/etc/etc.hpcarm/ttys
diff -u src/etc/etc.hpcarm/ttys:1.5 src/etc/etc.hpcarm/ttys:1.6
--- src/etc/etc.hpcarm/ttys:1.5	Tue Oct  7 10:00:01 2008
+++ src/etc/etc.hpcarm/ttys	Wed Jun 13 20:49:13 2012
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: ttys,v 1.5 2008/10/07 10:00:01 abs Exp $
+#	$NetBSD: ttys,v 1.6 2012/06/13 20:49:13 martin Exp $
 #
 # name	getty				type	status		comments
 
@@ -8,4 +8,4 @@ console	"/usr/libexec/getty std.9600"	vt
 constty	"/usr/libexec/getty std.9600"	vt100	off secure
 
 # Workstation console (framebuffer) ttys
-ttyE0	"/usr/libexec/getty std.9600"	vt100	on secure
+ttyE0	"/usr/libexec/getty std.9600"	wsvt25	on secure

Index: src/etc/etc.hpcmips/ttys
diff -u src/etc/etc.hpcmips/ttys:1.9 src/etc/etc.hpcmips/ttys:1.10
--- src/etc/etc.hpcmips/ttys:1.9	Tue Oct  7 10:00:01 2008
+++ src/etc/etc.hpcmips/ttys	Wed Jun 13 20:49:13 2012
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: ttys,v 1.9 2008/10/07 10:00:01 abs Exp $
+#	$NetBSD: ttys,v 1.10 2012/06/13 20:49:13 martin Exp $
 #
 # name	getty				type	status		comments
 
@@ -8,4 +8,4 @@ console	"/usr/libexec/getty std.9600"	vt
 constty	"/usr/libexec/getty std.9600"	vt100	off secure
 
 # Workstation console (framebuffer) ttys
-ttyE0	"/usr/libexec/getty std.9600"	vt100	on secure
+ttyE0	"/usr/libexec/getty std.9600"	wsvt25	on secure

Index: src/etc/etc.hpcsh/ttys
diff -u src/etc/etc.hpcsh/ttys:1.10 src/etc/etc.hpcsh/ttys:1.11
--- src/etc/etc.hpcsh/ttys:1.10	Tue Oct  7 10:00:01 2008
+++ src/etc/etc.hpcsh/ttys	Wed Jun 13 20:49:13 2012
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: ttys,v 1.10 2008/10/07 10:00:01 abs Exp $
+#	$NetBSD: ttys,v 1.11 2012/06/13 20:49:13 martin Exp $
 #
 # name	getty				type	status		comments
 
@@ -8,5 +8,5 @@ console	"/usr/libexec/getty std.19200"	v
 constty	"/usr/libexec/getty std.19200"	vt100	off secure
 
 # Workstation console (framebuffer) ttys
-ttyE0	"/usr/libexec/getty std.9600"	vt100	on secure
-ttyE1	"/usr/libexec/getty std.9600"	vt100	on secure
+ttyE0	"/usr/libexec/getty std.9600"	wsvt25	on secure
+ttyE1	"/usr/libexec/getty std.9600"	wsvt25	on secure

Index: src/etc/etc.i386/ttys
diff -u src/etc/etc.i386/ttys:1.19 src/etc/etc.i386/ttys:1.20
--- src/etc/etc.i386/ttys:1.19	Tue Oct  7 10:00:01 2008
+++ src/etc/etc.i386/ttys	Wed Jun 13 20:49:13 2012
@@ -1,15 +1,15 @@
 #
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
-#	$NetBSD: ttys,v 1.19 2008/10/07 10:00:01 abs Exp $
+#	$NetBSD: ttys,v 1.20 2012/06/13 20:49:13 martin Exp $
 #
 # name	getty				type	status		comments
 #
 console	"/usr/libexec/getty Pc"		vt100	on secure
 constty	"/usr/libexec/getty Pc"		vt100	off secure
-ttyE0	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE1	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE2	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE3	"/usr/libexec/getty Pc"		vt220	off secure
+ttyE0	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE1	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE2	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE3	"/usr/libexec/getty Pc"		wsvt25	off secure
 tty00	"/usr/libexec/getty std.9600"	unknown off secure
 tty01	"/usr/libexec/getty std.9600"	unknown off secure
 tty02	"/usr/libexec/getty std.9600"	unknown off secure

Index: src/etc/etc.ibmnws/ttys
diff -u src/etc/etc.ibmnws/ttys:1.3 src/etc/etc.ibmnws/ttys:1.4
--- src/etc/etc.ibmnws/ttys:1.3	Tue Oct  7 10:00:01 2008
+++ src/etc/etc.ibmnws/ttys	Wed Jun 13 20:49:13 2012
@@ -1,12 +1,12 @@
 #
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
-#	$NetBSD: ttys,v 1.3 2008/10/07 10:00:01 abs Exp $
+#	$NetBSD: ttys,v 1.4 2012/06/13 20:49:13 martin 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 Pc"		vt220	off secure
+ttyE0	"/usr/libexec/getty Pc"		wsvt25	off secure
 tty00	"/usr/libexec/getty std.9600"	vt100	on  secure
 tty01	"/usr/libexec/getty std.9600"	unknown off secure
 tty02	"/usr/libexec/getty std.9600"	unknown off secure

Index: src/etc/etc.iyonix/ttys
diff -u src/etc/etc.iyonix/ttys:1.3 src/etc/etc.iyonix/ttys:1.4
--- src/etc/etc.iyonix/ttys:1.3	Tue Oct  7 10:00:01 2008
+++ src/etc/etc.iyonix/ttys	Wed Jun 13 20:49:13 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: ttys,v 1.3 2008/10/07 10:00:01 abs Exp $
+#	$NetBSD: ttys,v 1.4 2012/06/13 20:49:13 martin Exp $
 #
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
 #
@@ -6,10 +6,10 @@
 #
 console	"/usr/libexec/getty default"	vt100	on secure
 constty	"/usr/libexec/getty default"	vt100	off secure
-ttyE0	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE1	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE2	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE3	"/usr/libexec/getty Pc"		vt220	off secure
+ttyE0	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE1	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE2	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE3	"/usr/libexec/getty Pc"		wsvt25	off secure
 tty00	"/usr/libexec/getty default"	unknown off secure
 tty01	"/usr/libexec/getty default"	unknown off secure
 tty02	"/usr/libexec/getty default"	unknown off secure

Index: src/etc/etc.mac68k/ttys
diff -u src/etc/etc.mac68k/ttys:1.19 src/etc/etc.mac68k/ttys:1.20
--- src/etc/etc.mac68k/ttys:1.19	Tue Oct  7 10:00:02 2008
+++ src/etc/etc.mac68k/ttys	Wed Jun 13 20:49:14 2012
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: ttys,v 1.19 2008/10/07 10:00:02 abs Exp $
+#	$NetBSD: ttys,v 1.20 2012/06/13 20:49:14 martin Exp $
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
 #
 # name	getty				type	status		comments
@@ -10,7 +10,7 @@ console	"/usr/libexec/getty Pc"		vt220	o
 constty	"/usr/libexec/getty Pc"		vt220	off secure
 
 # Define the console that we actually run getty on.
-ttyE0	"/usr/libexec/getty Pc"		vt220	on secure
+ttyE0	"/usr/libexec/getty Pc"		wsvt25	on secure
 
 # Mac Build-in serial ports
 ttyZ0	"/usr/libexec/getty std.9600"	unknown off secure

Index: src/etc/etc.mvmeppc/ttys
diff -u src/etc/etc.mvmeppc/ttys:1.5 src/etc/etc.mvmeppc/ttys:1.6
--- src/etc/etc.mvmeppc/ttys:1.5	Tue Oct  7 10:00:02 2008
+++ src/etc/etc.mvmeppc/ttys	Wed Jun 13 20:49:14 2012
@@ -1,12 +1,12 @@
 #
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
-#	$NetBSD: ttys,v 1.5 2008/10/07 10:00:02 abs Exp $
+#	$NetBSD: ttys,v 1.6 2012/06/13 20:49:14 martin 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 Pc"		vt220	off  secure
+ttyE0	"/usr/libexec/getty Pc"		wsvt25	off  secure
 tty00	"/usr/libexec/getty std.9600"	vt100	on  secure
 tty01	"/usr/libexec/getty std.9600"	unknown off secure
 tty02	"/usr/libexec/getty std.9600"	unknown off secure

Index: src/etc/etc.netwinder/ttys
diff -u src/etc/etc.netwinder/ttys:1.7 src/etc/etc.netwinder/ttys:1.8
--- src/etc/etc.netwinder/ttys:1.7	Tue Oct  7 10:00:02 2008
+++ src/etc/etc.netwinder/ttys	Wed Jun 13 20:49:14 2012
@@ -1,15 +1,15 @@
 #
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
-#	$NetBSD: ttys,v 1.7 2008/10/07 10:00:02 abs Exp $
+#	$NetBSD: ttys,v 1.8 2012/06/13 20:49:14 martin Exp $
 #
 # name	getty				type	status		comments
 #
 console	"/usr/libexec/getty default"	vt100	on secure
 constty	"/usr/libexec/getty default"	vt100	off secure
-ttyE0	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE1	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE2	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE3	"/usr/libexec/getty Pc"		vt220	off secure
+ttyE0	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE1	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE2	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE3	"/usr/libexec/getty Pc"		wsvt25	off secure
 tty00	"/usr/libexec/getty std.9600"	unknown off secure
 tty01	"/usr/libexec/getty std.9600"	unknown off secure
 tty02	"/usr/libexec/getty std.9600"	unknown off secure

Index: src/etc/etc.newsmips/ttys
diff -u src/etc/etc.newsmips/ttys:1.8 src/etc/etc.newsmips/ttys:1.9
--- src/etc/etc.newsmips/ttys:1.8	Tue Oct  7 10:00:02 2008
+++ src/etc/etc.newsmips/ttys	Wed Jun 13 20:49:14 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: ttys,v 1.8 2008/10/07 10:00:02 abs Exp $
+#	$NetBSD: ttys,v 1.9 2012/06/13 20:49:14 martin Exp $
 #
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
 #
@@ -6,7 +6,7 @@
 #
 console	"/usr/libexec/getty std.9600"	vt100	on secure
 constty	"/usr/libexec/getty std.9600"	vt100	off secure
-ttyE0	"/usr/libexec/getty std.9600"	vt100	off secure
+ttyE0	"/usr/libexec/getty std.9600"	wsvt25	off secure
 
 ttyZ0	"/usr/libexec/getty std.9600"	unknown	off secure
 ttyZ1	"/usr/libexec/getty std.9600"	unknown	off secure

Index: src/etc/etc.next68k/ttys
diff -u src/etc/etc.next68k/ttys:1.9 src/etc/etc.next68k/ttys:1.10
--- src/etc/etc.next68k/ttys:1.9	Tue Oct  7 10:00:02 2008
+++ src/etc/etc.next68k/ttys	Wed Jun 13 20:49:14 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: ttys,v 1.9 2008/10/07 10:00:02 abs Exp $
+#	$NetBSD: ttys,v 1.10 2012/06/13 20:49:14 martin Exp $
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
 #
 # name	getty				type	status		comments
@@ -8,10 +8,10 @@
 console "/usr/libexec/getty Pc"		unknown	on secure
 constty "/usr/libexec/getty Pc"		unknown	off secure
 #
-ttyE0	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE1	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE2	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE3	"/usr/libexec/getty Pc"		vt220	off secure
+ttyE0	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE1	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE2	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE3	"/usr/libexec/getty Pc"		wsvt25	off secure
 #
 # Hardwired lines are marked off, by default, so getty(8)
 # is quiet when they don't exist.

Index: src/etc/etc.ofppc/ttys
diff -u src/etc/etc.ofppc/ttys:1.8 src/etc/etc.ofppc/ttys:1.9
--- src/etc/etc.ofppc/ttys:1.8	Sun Aug 21 10:41:51 2011
+++ src/etc/etc.ofppc/ttys	Wed Jun 13 20:49:14 2012
@@ -1,15 +1,15 @@
 #
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
-#	$NetBSD: ttys,v 1.8 2011/08/21 10:41:51 phx Exp $
+#	$NetBSD: ttys,v 1.9 2012/06/13 20:49:14 martin 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	off secure
-ttyE2	"/usr/libexec/getty std.9600"	vt220	off secure
-ttyE3	"/usr/libexec/getty std.9600"	vt220	off secure
+ttyE0	"/usr/libexec/getty std.9600"	wsvt25	on secure
+ttyE1	"/usr/libexec/getty std.9600"	wsvt25	off secure
+ttyE2	"/usr/libexec/getty std.9600"	wsvt25	off secure
+ttyE3	"/usr/libexec/getty std.9600"	wsvt25	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

Index: src/etc/etc.pmax/ttys
diff -u src/etc/etc.pmax/ttys:1.14 src/etc/etc.pmax/ttys:1.15
--- src/etc/etc.pmax/ttys:1.14	Tue Oct  7 10:00:02 2008
+++ src/etc/etc.pmax/ttys	Wed Jun 13 20:49:14 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: ttys,v 1.14 2008/10/07 10:00:02 abs Exp $
+#	$NetBSD: ttys,v 1.15 2012/06/13 20:49:14 martin Exp $
 #
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
 #
@@ -10,10 +10,10 @@ constty	"/usr/libexec/getty std.9600"	vt
 # Workstation console.  Currently, only the px and pxg drivers support
 # virtual terminals.
 #
-ttyE0	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE1	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE2	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE3	"/usr/libexec/getty Pc"		vt220	off secure
+ttyE0	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE1	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE2	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE3	"/usr/libexec/getty Pc"		wsvt25	off secure
 #
 # ttys for ioasic machines with Zilog (zstty) serial ports
 #

Index: src/etc/etc.prep/ttys
diff -u src/etc/etc.prep/ttys:1.7 src/etc/etc.prep/ttys:1.8
--- src/etc/etc.prep/ttys:1.7	Tue Oct  7 10:00:02 2008
+++ src/etc/etc.prep/ttys	Wed Jun 13 20:49:14 2012
@@ -1,12 +1,12 @@
 #
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
-#	$NetBSD: ttys,v 1.7 2008/10/07 10:00:02 abs Exp $
+#	$NetBSD: ttys,v 1.8 2012/06/13 20:49:14 martin 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 Pc"		vt220	on  secure
+ttyE0	"/usr/libexec/getty Pc"		wsvt25	on  secure
 tty00	"/usr/libexec/getty std.9600"	vt100	on  secure
 tty01	"/usr/libexec/getty std.9600"	unknown off secure
 tty02	"/usr/libexec/getty std.9600"	unknown off secure

Index: src/etc/etc.rs6000/ttys
diff -u src/etc/etc.rs6000/ttys:1.1 src/etc/etc.rs6000/ttys:1.2
--- src/etc/etc.rs6000/ttys:1.1	Thu Apr 30 12:47:40 2009
+++ src/etc/etc.rs6000/ttys	Wed Jun 13 20:49:14 2012
@@ -1,12 +1,12 @@
 #
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
-#	$NetBSD: ttys,v 1.1 2009/04/30 12:47:40 tsutsui Exp $
+#	$NetBSD: ttys,v 1.2 2012/06/13 20:49:14 martin 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 Pc"		vt220	on  secure
+ttyE0	"/usr/libexec/getty Pc"		wsvt25	on  secure
 tty00	"/usr/libexec/getty std.9600"	vt100	on  secure
 tty01	"/usr/libexec/getty std.9600"	unknown off secure
 tty02	"/usr/libexec/getty std.9600"	unknown off secure

Index: src/etc/etc.sgimips/ttys
diff -u src/etc/etc.sgimips/ttys:1.9 src/etc/etc.sgimips/ttys:1.10
--- src/etc/etc.sgimips/ttys:1.9	Tue Oct  7 10:00:02 2008
+++ src/etc/etc.sgimips/ttys	Wed Jun 13 20:49:15 2012
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: ttys,v 1.9 2008/10/07 10:00:02 abs Exp $
+#	$NetBSD: ttys,v 1.10 2012/06/13 20:49:15 martin Exp $
 #
 # name	getty				type	status		comments
 
@@ -16,10 +16,10 @@ ttyC0	"/usr/libexec/getty std.9600"	vt10
 ttyC1	"/usr/libexec/getty std.9600"	vt100	off secure
 
 # Workstation console (framebuffer) ttys
-ttyE0	"/usr/libexec/getty std.9600"	vt100	off secure
-ttyE1	"/usr/libexec/getty std.9600"	vt100	off secure
-ttyE2	"/usr/libexec/getty std.9600"	vt100	off secure
-ttyE3	"/usr/libexec/getty std.9600"	vt100	off secure
+ttyE0	"/usr/libexec/getty std.9600"	wsvt25	off secure
+ttyE1	"/usr/libexec/getty std.9600"	wsvt25	off secure
+ttyE2	"/usr/libexec/getty std.9600"	wsvt25	off secure
+ttyE3	"/usr/libexec/getty std.9600"	wsvt25	off secure
 
 # "zstty" serial console port
 ttyZ0	"/usr/libexec/getty std.9600"	vt100	off secure

Index: src/etc/etc.shark/ttys
diff -u src/etc/etc.shark/ttys:1.7 src/etc/etc.shark/ttys:1.8
--- src/etc/etc.shark/ttys:1.7	Tue Oct  7 10:00:02 2008
+++ src/etc/etc.shark/ttys	Wed Jun 13 20:49:15 2012
@@ -1,15 +1,15 @@
 #
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
-#	$NetBSD: ttys,v 1.7 2008/10/07 10:00:02 abs Exp $
+#	$NetBSD: ttys,v 1.8 2012/06/13 20:49:15 martin Exp $
 #
 # name	getty				type	status		comments
 #
 console	"/usr/libexec/getty Pc"		vt100	on secure
 constty	"/usr/libexec/getty Pc"		vt100	off secure
-ttyE0	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE1	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE2	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE3	"/usr/libexec/getty Pc"		vt220	off secure
+ttyE0	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE1	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE2	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE3	"/usr/libexec/getty Pc"		wsvt25	off secure
 tty00	"/usr/libexec/getty std.9600"	unknown off secure
 tty01	"/usr/libexec/getty std.9600"	unknown off secure
 tty02	"/usr/libexec/getty std.9600"	unknown off secure

Index: src/etc/etc.zaurus/ttys
diff -u src/etc/etc.zaurus/ttys:1.2 src/etc/etc.zaurus/ttys:1.3
--- src/etc/etc.zaurus/ttys:1.2	Tue Oct  7 10:00:03 2008
+++ src/etc/etc.zaurus/ttys	Wed Jun 13 20:49:15 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: ttys,v 1.2 2008/10/07 10:00:03 abs Exp $
+#	$NetBSD: ttys,v 1.3 2012/06/13 20:49:15 martin Exp $
 #
 #	from: @(#)ttys	5.1 (Berkeley) 4/17/89
 #
@@ -6,10 +6,10 @@
 #
 console	"/usr/libexec/getty default"	vt100	on secure
 constty	"/usr/libexec/getty default"	vt100	off secure
-ttyE0	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE1	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE2	"/usr/libexec/getty Pc"		vt220	off secure
-ttyE3	"/usr/libexec/getty Pc"		vt220	off secure
+ttyE0	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE1	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE2	"/usr/libexec/getty Pc"		wsvt25	off secure
+ttyE3	"/usr/libexec/getty Pc"		wsvt25	off secure
 tty00	"/usr/libexec/getty default"	unknown off secure
 tty01	"/usr/libexec/getty default"	unknown off secure
 tty02	"/usr/libexec/getty default"	unknown off secure

Reply via email to