Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.macppc use a more appropriate terminal type for ttyE*



details:   https://anonhg.NetBSD.org/src/rev/8118fffed02c
branches:  trunk
changeset: 772945:8118fffed02c
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sun Jan 22 06:13:55 2012 +0000

description:
use a more appropriate terminal type for ttyE*

diffstat:

 etc/etc.macppc/ttys |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r 28636221577d -r 8118fffed02c etc/etc.macppc/ttys
--- a/etc/etc.macppc/ttys       Sun Jan 22 06:10:35 2012 +0000
+++ b/etc/etc.macppc/ttys       Sun Jan 22 06:13:55 2012 +0000
@@ -1,14 +1,14 @@
 #
 #      from: @(#)ttys  5.1 (Berkeley) 4/17/89
-#      $NetBSD: ttys,v 1.11 2008/10/07 10:00:02 abs Exp $
+#      $NetBSD: ttys,v 1.12 2012/01/22 06:13:55 macallan Exp $
 #
 # 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
+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"  vt100   on  secure
 ttyZ1  "/usr/libexec/getty std.38400"  vt100   off secure



Home | Main Index | Thread Index | Old Index