summaryrefslogtreecommitdiff
path: root/etc/etc.mac68k
diff options
context:
space:
mode:
authorgene <gene@cvs.openbsd.org>1997-06-21 21:15:17 +0000
committergene <gene@cvs.openbsd.org>1997-06-21 21:15:17 +0000
commited410fe72b46c9690bc7971dbf67047f4a1b84fe (patch)
tree4996d63803806dbcaf6ae18619ce8f05979b8c2f /etc/etc.mac68k
parent2d016748186bbd6639fc06f80250b04c71647a66 (diff)
The mac68k ite emulates a vt100, _not_ a vt220. This is the sorta simple
thing that makes people's lives easier.
Diffstat (limited to 'etc/etc.mac68k')
-rw-r--r--etc/etc.mac68k/ttys4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.mac68k/ttys b/etc/etc.mac68k/ttys
index 238e5cc1d48..f7dd62a4db8 100644
--- a/etc/etc.mac68k/ttys
+++ b/etc/etc.mac68k/ttys
@@ -1,5 +1,5 @@
#
-# $OpenBSD: ttys,v 1.3 1997/02/26 21:08:36 gene Exp $
+# $OpenBSD: ttys,v 1.4 1997/06/21 21:15:16 gene Exp $
# $NetBSD: ttys,v 1.11 1995/10/09 02:19:39 thorpej Exp $
# from: @(#)ttys 5.1 (Berkeley) 4/17/89
#
@@ -14,7 +14,7 @@ console "/usr/libexec/getty Pc" vt220 off secure
# To enable the serial console, mark ttye0 'off' and turn on the
# console entry configuring it as though it were one of the serial
# ports (e.g., setting the entry to 'std.9600').
-ttye0 "/usr/libexec/getty Pc" vt220 on secure
+ttye0 "/usr/libexec/getty Pc" vt100 on secure
# Hardwired lines are marked off, by default, so getty(8)
# is quiet when they don't exist.