Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.alpha Set console and ttyE? term types to vt100.



details:   https://anonhg.NetBSD.org/src/rev/877334c2827c
branches:  trunk
changeset: 472390:877334c2827c
user:      ross <ross%NetBSD.org@localhost>
date:      Thu Apr 29 01:26:15 1999 +0000

description:
Set console and ttyE? term types to vt100.

diffstat:

 etc/etc.alpha/ttys |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 4fe04a288d30 -r 877334c2827c etc/etc.alpha/ttys
--- a/etc/etc.alpha/ttys        Thu Apr 29 01:23:53 1999 +0000
+++ b/etc/etc.alpha/ttys        Thu Apr 29 01:26:15 1999 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: ttys,v 1.4 1995/07/30 19:52:13 cgd Exp $
+#      $NetBSD: ttys,v 1.5 1999/04/29 01:26:15 ross Exp $
 #
 # name getty                           type    status          comments
 
@@ -7,11 +7,11 @@
 # enabled for the correct 'real' device (e.g. one of the serial ports).
 
 # console pseudo-device
-console        "/usr/libexec/getty std.9600"   unknown on secure
+console        "/usr/libexec/getty std.9600"   vt100 on secure
 
 # Workstation console (framebuffer) ttys
-ttyE0  "/usr/libexec/getty std.9600"   unknown off secure
-ttyE1  "/usr/libexec/getty std.9600"   unknown off secure
+ttyE0  "/usr/libexec/getty std.9600"   vt100 off secure
+ttyE1  "/usr/libexec/getty std.9600"   vt100 off secure
 
 # DEC 3000 Z8530 ("scc") serial ports
 ttyB0  "/usr/libexec/getty std.9600"   unknown off secure



Home | Main Index | Thread Index | Old Index