From 5fef23a096f64e7492cbf0e4cc60ed6380af8c3a Mon Sep 17 00:00:00 2001 From: gene <> Date: Sat, 21 Jun 1997 21:15:16 +0000 Subject: [PATCH] The mac68k ite emulates a vt100, _not_ a vt220. This is the sorta simple thing that makes people's lives easier. --- src/etc/etc.mac68k/ttys | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/etc.mac68k/ttys b/src/etc/etc.mac68k/ttys index 238e5cc1..f7dd62a4 100644 --- a/src/etc/etc.mac68k/ttys +++ b/src/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.