Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.arm32 Changed to reflect that VGA console works bett...



details:   https://anonhg.NetBSD.org/src/rev/c36869496503
branches:  trunk
changeset: 480232:c36869496503
user:      jeremy <jeremy%NetBSD.org@localhost>
date:      Fri Jan 07 05:28:21 2000 +0000

description:
Changed to reflect that VGA console works better as 'pc3' terminal type
than as 'vt100'.

diffstat:

 etc/etc.arm32/ttys |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (31 lines):

diff -r c51313f631ca -r c36869496503 etc/etc.arm32/ttys
--- a/etc/etc.arm32/ttys        Fri Jan 07 05:25:45 2000 +0000
+++ b/etc/etc.arm32/ttys        Fri Jan 07 05:28:21 2000 +0000
@@ -1,18 +1,18 @@
 #
 #      from: @(#)ttys  5.1 (Berkeley) 4/17/89
-#      $NetBSD: ttys,v 1.5 1999/06/18 04:57:01 cgd Exp $
+#      $NetBSD: ttys,v 1.6 2000/01/07 05:28:21 jeremy Exp $
 #
 # name getty                           type    status          comments
 #
 console        "/usr/libexec/getty Pc"         vt100   off secure
-ttyv0  "/usr/libexec/getty Pc"         vt100   on secure
-ttyv1  "/usr/libexec/getty Pc"         vt100   on secure
-ttyv2  "/usr/libexec/getty Pc"         vt100   on secure
-ttyv3  "/usr/libexec/getty Pc"         vt100   on secure
-ttyv4  "/usr/libexec/getty Pc"         vt100   off secure
-ttyv5  "/usr/libexec/getty Pc"         vt100   off secure
-ttyv6  "/usr/libexec/getty Pc"         vt100   off secure
-ttyv7  "/usr/libexec/getty Pc"         vt100   off secure
+ttyv0  "/usr/libexec/getty Pc"         pc3     on secure
+ttyv1  "/usr/libexec/getty Pc"         pc3     on secure
+ttyv2  "/usr/libexec/getty Pc"         pc3     on secure
+ttyv3  "/usr/libexec/getty Pc"         pc3     on secure
+ttyv4  "/usr/libexec/getty Pc"         pc3     off secure
+ttyv5  "/usr/libexec/getty Pc"         pc3     off secure
+ttyv6  "/usr/libexec/getty Pc"         pc3     off secure
+ttyv7  "/usr/libexec/getty Pc"         pc3     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



Home | Main Index | Thread Index | Old Index