On Fri, 2009-02-20 at 18:35 +0000, Roy Marples wrote: > Luckily this is easily fixable. We should stop trying to make wscons > pretend it's a vt220 by changing /etc/ttys. The correct entry is of > course wsvt25. Changing it also has the added benefit of adding colour > to the console. Just so everyone is on the same page, attached is the patch I'm proposing. I think I got every port that uses wscons patched up (basically scanned their GENERIC config for wsdisplay). Thanks Roy
Index: etc.acorn26/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.acorn26/ttys,v
retrieving revision 1.3
diff -u -p -r1.3 ttys
--- etc.acorn26/ttys 7 Oct 2008 10:00:00 -0000 1.3
+++ etc.acorn26/ttys 23 Feb 2009 15:03:44 -0000
@@ -4,8 +4,8 @@
#
# 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: etc.acorn32/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.acorn32/ttys,v
retrieving revision 1.8
diff -u -p -r1.8 ttys
--- etc.acorn32/ttys 7 Oct 2008 10:00:00 -0000 1.8
+++ etc.acorn32/ttys 23 Feb 2009 15:03:44 -0000
@@ -4,12 +4,12 @@
#
# 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
+console "/usr/libexec/getty Pc" wsvt25 off secure
+constty "/usr/libexec/getty Pc" wsvt25 off 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: etc.alpha/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.alpha/ttys,v
retrieving revision 1.11
diff -u -p -r1.11 ttys
--- etc.alpha/ttys 7 Oct 2008 10:00:01 -0000 1.11
+++ etc.alpha/ttys 23 Feb 2009 15:03:44 -0000
@@ -7,12 +7,12 @@
# enabled for the correct 'real' device (e.g. one of the serial ports).
# console pseudo-device
-console "/usr/libexec/getty std.9600" vt100 on secure
-constty "/usr/libexec/getty std.9600" vt100 off secure
+console "/usr/libexec/getty std.9600" wsvt25 on secure
+constty "/usr/libexec/getty std.9600" wsvt25 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: etc.amd64/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.amd64/ttys,v
retrieving revision 1.5
diff -u -p -r1.5 ttys
--- etc.amd64/ttys 7 Oct 2008 10:00:01 -0000 1.5
+++ etc.amd64/ttys 23 Feb 2009 15:03:44 -0000
@@ -4,12 +4,12 @@
#
# 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
+console "/usr/libexec/getty Pc" wsvt25 on secure
+constty "/usr/libexec/getty Pc" wsvt25 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: etc.amiga/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.amiga/ttys,v
retrieving revision 1.23
diff -u -p -r1.23 ttys
--- etc.amiga/ttys 7 Oct 2008 10:00:01 -0000 1.23
+++ etc.amiga/ttys 23 Feb 2009 15:03:44 -0000
@@ -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: etc.arc/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.arc/ttys,v
retrieving revision 1.7
diff -u -p -r1.7 ttys
--- etc.arc/ttys 7 Oct 2008 10:00:01 -0000 1.7
+++ etc.arc/ttys 23 Feb 2009 15:03:44 -0000
@@ -7,14 +7,14 @@
# enabled for the correct 'real' device (e.g. one of the serial ports).
# console pseudo-device
-console "/usr/libexec/getty std.9600" vt220 on secure
-constty "/usr/libexec/getty std.9600" vt220 off secure
+console "/usr/libexec/getty std.9600" wsvt25 on secure
+constty "/usr/libexec/getty std.9600" wsvt25 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: etc.cats/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.cats/ttys,v
retrieving revision 1.6
diff -u -p -r1.6 ttys
--- etc.cats/ttys 7 Oct 2008 10:00:01 -0000 1.6
+++ etc.cats/ttys 23 Feb 2009 15:03:44 -0000
@@ -4,12 +4,12 @@
#
# 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
+console "/usr/libexec/getty Pc" wsvt25 off secure
+constty "/usr/libexec/getty Pc" wsvt25 off 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: etc.dreamcast/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.dreamcast/ttys,v
retrieving revision 1.7
diff -u -p -r1.7 ttys
--- etc.dreamcast/ttys 7 Oct 2008 10:00:01 -0000 1.7
+++ etc.dreamcast/ttys 23 Feb 2009 15:03:44 -0000
@@ -12,4 +12,4 @@ console "/usr/libexec/getty std.57600" u
constty "/usr/libexec/getty std.57600" unknown off secure
ttyE0 "/usr/libexec/getty std.9600" wsvt25 on secure
-scif0 "/usr/libexec/getty std.57600" vt100 on secure local
+scif0 "/usr/libexec/getty std.57600" wsvt25 on secure local
Index: etc.ews4800mips/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.ews4800mips/ttys,v
retrieving revision 1.2
diff -u -p -r1.2 ttys
--- etc.ews4800mips/ttys 7 Oct 2008 10:00:01 -0000 1.2
+++ etc.ews4800mips/ttys 23 Feb 2009 15:03:44 -0000
@@ -6,5 +6,5 @@
constty "/usr/libexec/getty std.9600" wsvt25 off secure
ttyE0 "/usr/libexec/getty std.9600" wsvt25 on secure
-ttyZ0 "/usr/libexec/getty std.9600" vt100 on secure
-ttyZ1 "/usr/libexec/getty std.9600" vt100 on secure
+ttyZ0 "/usr/libexec/getty std.9600" wsvt25 on secure
+ttyZ1 "/usr/libexec/getty std.9600" wsvt25 on secure
Index: etc.hp700/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.hp700/ttys,v
retrieving revision 1.4
diff -u -p -r1.4 ttys
--- etc.hp700/ttys 7 Oct 2008 10:00:01 -0000 1.4
+++ etc.hp700/ttys 23 Feb 2009 15:03:44 -0000
@@ -6,8 +6,8 @@
#
# If the console is marked insecure, single-user requires
# the root password.
-console "/usr/libexec/getty Pc" vt100 on secure
-constty "/usr/libexec/getty Pc" vt100 off secure
+console "/usr/libexec/getty Pc" wsvt25 on secure
+constty "/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: etc.hpcmips/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.hpcmips/ttys,v
retrieving revision 1.9
diff -u -p -r1.9 ttys
--- etc.hpcmips/ttys 7 Oct 2008 10:00:01 -0000 1.9
+++ etc.hpcmips/ttys 23 Feb 2009 15:03:44 -0000
@@ -4,8 +4,8 @@
# name getty type status comments
# serial port
-console "/usr/libexec/getty std.9600" vt100 off secure
-constty "/usr/libexec/getty std.9600" vt100 off secure
+console "/usr/libexec/getty std.9600" wsvt25 off secure
+constty "/usr/libexec/getty std.9600" wsvt25 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: etc.hpcsh/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.hpcsh/ttys,v
retrieving revision 1.10
diff -u -p -r1.10 ttys
--- etc.hpcsh/ttys 7 Oct 2008 10:00:01 -0000 1.10
+++ etc.hpcsh/ttys 23 Feb 2009 15:03:44 -0000
@@ -4,9 +4,9 @@
# name getty type status comments
# serial port (19200bps is default WindowsCE baud rate)
-console "/usr/libexec/getty std.19200" vt100 off secure
-constty "/usr/libexec/getty std.19200" vt100 off secure
+console "/usr/libexec/getty std.19200" wsvt25 off secure
+constty "/usr/libexec/getty std.19200" wsvt25 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: etc.i386/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.i386/ttys,v
retrieving revision 1.19
diff -u -p -r1.19 ttys
--- etc.i386/ttys 7 Oct 2008 10:00:01 -0000 1.19
+++ etc.i386/ttys 23 Feb 2009 15:03:44 -0000
@@ -4,12 +4,12 @@
#
# 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
+console "/usr/libexec/getty Pc" wsvt25 on secure
+constty "/usr/libexec/getty Pc" wsvt25 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: etc.ibmnws/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.ibmnws/ttys,v
retrieving revision 1.3
diff -u -p -r1.3 ttys
--- etc.ibmnws/ttys 7 Oct 2008 10:00:01 -0000 1.3
+++ etc.ibmnws/ttys 23 Feb 2009 15:03:44 -0000
@@ -4,10 +4,10 @@
#
# 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
-tty00 "/usr/libexec/getty std.9600" vt100 on secure
+console "/usr/libexec/getty std.9600" wsvt25 off secure
+constty "/usr/libexec/getty std.9600" wsvt25 off secure
+ttyE0 "/usr/libexec/getty Pc" wsvt25 off secure
+tty00 "/usr/libexec/getty std.9600" wsvt25 on 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
Index: etc.luna68k/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.luna68k/ttys,v
retrieving revision 1.7
diff -u -p -r1.7 ttys
--- etc.luna68k/ttys 7 Oct 2008 10:00:02 -0000 1.7
+++ etc.luna68k/ttys 23 Feb 2009 15:03:44 -0000
@@ -9,8 +9,8 @@
#
# /dev/console is always valid, regardless of the board type.
#
-console "/usr/libexec/getty Pc" vt100 on secure
-constty "/usr/libexec/getty Pc" vt100 off secure
+console "/usr/libexec/getty Pc" wsvt25 on secure
+constty "/usr/libexec/getty Pc" wsvt25 off secure
#
# Hardwired lines are marked off, by default, so getty(8)
Index: etc.mac68k/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.mac68k/ttys,v
retrieving revision 1.19
diff -u -p -r1.19 ttys
--- etc.mac68k/ttys 7 Oct 2008 10:00:02 -0000 1.19
+++ etc.mac68k/ttys 23 Feb 2009 15:03:44 -0000
@@ -6,11 +6,11 @@
#
# If the console is marked insecure, single-user requires
# the root password.
-console "/usr/libexec/getty Pc" vt220 off secure
-constty "/usr/libexec/getty Pc" vt220 off secure
+console "/usr/libexec/getty Pc" wsvt25 off secure
+constty "/usr/libexec/getty Pc" wsvt25 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: etc.macppc/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.macppc/ttys,v
retrieving revision 1.11
diff -u -p -r1.11 ttys
--- etc.macppc/ttys 7 Oct 2008 10:00:02 -0000 1.11
+++ etc.macppc/ttys 23 Feb 2009 15:03:44 -0000
@@ -4,11 +4,11 @@
#
# name getty type status comments
#
-console "/usr/libexec/getty std.38400" vt100 off secure
-constty "/usr/libexec/getty std.38400" vt100 off secure
-ttyE0 "/usr/libexec/getty std.9600" vt100 on secure
-ttyE1 "/usr/libexec/getty std.9600" vt100 on secure
-ttyE2 "/usr/libexec/getty std.9600" vt100 on secure
-ttyE3 "/usr/libexec/getty std.9600" vt100 on secure
-ttyZ0 "/usr/libexec/getty std.38400" vt100 on secure
-ttyZ1 "/usr/libexec/getty std.38400" vt100 off secure
+console "/usr/libexec/getty std.38400" wsvt25 off secure
+constty "/usr/libexec/getty std.38400" wsvt25 off secure
+ttyE0 "/usr/libexec/getty std.9600" wsvt25 on secure
+ttyE1 "/usr/libexec/getty std.9600" wsvt25 on secure
+ttyE2 "/usr/libexec/getty std.9600" wsvt25 on secure
+ttyE3 "/usr/libexec/getty std.9600" wsvt25 on secure
+ttyZ0 "/usr/libexec/getty std.38400" wsvt25 on secure
+ttyZ1 "/usr/libexec/getty std.38400" wsvt25 off secure
Index: etc.mvmeppc/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.mvmeppc/ttys,v
retrieving revision 1.5
diff -u -p -r1.5 ttys
--- etc.mvmeppc/ttys 7 Oct 2008 10:00:02 -0000 1.5
+++ etc.mvmeppc/ttys 23 Feb 2009 15:03:44 -0000
@@ -4,10 +4,10 @@
#
# 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
-tty00 "/usr/libexec/getty std.9600" vt100 on secure
+console "/usr/libexec/getty std.9600" wsvt25 off secure
+constty "/usr/libexec/getty std.9600" wsvt25 off secure
+ttyE0 "/usr/libexec/getty Pc" wsvt25 off secure
+tty00 "/usr/libexec/getty std.9600" wsvt25 on 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
Index: etc.netwinder/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.netwinder/ttys,v
retrieving revision 1.7
diff -u -p -r1.7 ttys
--- etc.netwinder/ttys 7 Oct 2008 10:00:02 -0000 1.7
+++ etc.netwinder/ttys 23 Feb 2009 15:03:44 -0000
@@ -4,12 +4,12 @@
#
# 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
+console "/usr/libexec/getty default" wsvt25 on secure
+constty "/usr/libexec/getty default" wsvt25 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: etc.newsmips/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.newsmips/ttys,v
retrieving revision 1.8
diff -u -p -r1.8 ttys
--- etc.newsmips/ttys 7 Oct 2008 10:00:02 -0000 1.8
+++ etc.newsmips/ttys 23 Feb 2009 15:03:44 -0000
@@ -4,9 +4,9 @@
#
# name getty type status comments
#
-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
+console "/usr/libexec/getty std.9600" wsvt25 on secure
+constty "/usr/libexec/getty std.9600" wsvt25 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: etc.next68k/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.next68k/ttys,v
retrieving revision 1.9
diff -u -p -r1.9 ttys
--- etc.next68k/ttys 7 Oct 2008 10:00:02 -0000 1.9
+++ etc.next68k/ttys 23 Feb 2009 15:03:44 -0000
@@ -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: etc.ofppc/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.ofppc/ttys,v
retrieving revision 1.6
diff -u -p -r1.6 ttys
--- etc.ofppc/ttys 7 Oct 2008 10:00:02 -0000 1.6
+++ etc.ofppc/ttys 23 Feb 2009 15:03:44 -0000
@@ -4,10 +4,10 @@
#
# name getty type status comments
#
-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
-tty00 "/usr/libexec/getty std.9600" vt100 off secure
+console "/usr/libexec/getty std.9600" wsvt25 on secure
+constty "/usr/libexec/getty std.9600" wsvt25 off secure
+ttyE0 "/usr/libexec/getty std.9600" wsvt25 off secure
+tty00 "/usr/libexec/getty std.9600" wsvt25 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
Index: etc.pmax/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.pmax/ttys,v
retrieving revision 1.14
diff -u -p -r1.14 ttys
--- etc.pmax/ttys 7 Oct 2008 10:00:02 -0000 1.14
+++ etc.pmax/ttys 23 Feb 2009 15:03:44 -0000
@@ -4,16 +4,16 @@
#
# name getty type status comments
#
-console "/usr/libexec/getty std.9600" vt220 on secure
-constty "/usr/libexec/getty std.9600" vt220 off secure
+console "/usr/libexec/getty std.9600" wsvt25 on secure
+constty "/usr/libexec/getty std.9600" wsvt25 off secure
#
# 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: etc.prep/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.prep/ttys,v
retrieving revision 1.7
diff -u -p -r1.7 ttys
--- etc.prep/ttys 7 Oct 2008 10:00:02 -0000 1.7
+++ etc.prep/ttys 23 Feb 2009 15:03:44 -0000
@@ -4,10 +4,10 @@
#
# 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
-tty00 "/usr/libexec/getty std.9600" vt100 on secure
+console "/usr/libexec/getty std.9600" wsvt25 off secure
+constty "/usr/libexec/getty std.9600" wsvt25 off secure
+ttyE0 "/usr/libexec/getty Pc" wsvt25 on secure
+tty00 "/usr/libexec/getty std.9600" wsvt25 on 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
Index: etc.shark/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.shark/ttys,v
retrieving revision 1.7
diff -u -p -r1.7 ttys
--- etc.shark/ttys 7 Oct 2008 10:00:02 -0000 1.7
+++ etc.shark/ttys 23 Feb 2009 15:03:44 -0000
@@ -4,12 +4,12 @@
#
# 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
+console "/usr/libexec/getty Pc" wsvt25 on secure
+constty "/usr/libexec/getty Pc" wsvt25 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: etc.zaurus/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.zaurus/ttys,v
retrieving revision 1.2
diff -u -p -r1.2 ttys
--- etc.zaurus/ttys 7 Oct 2008 10:00:03 -0000 1.2
+++ etc.zaurus/ttys 23 Feb 2009 15:03:44 -0000
@@ -4,12 +4,12 @@
#
# 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
+console "/usr/libexec/getty default" wsvt25 on secure
+constty "/usr/libexec/getty default" wsvt25 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
Attachment:
signature.asc
Description: This is a digitally signed message part