diff options
author | 1997-06-21 21:15:16 +0000 | |
---|---|---|
committer | 1997-06-21 21:15:16 +0000 | |
commit | 776b3d91d039929c99aad3421eaecf562ab3e338 (patch) | |
tree | d36e08f5995a8401081daec61a74aacbc6560235 | |
parent | New mandoc man page. (diff) | |
download | wireguard-openbsd-776b3d91d039929c99aad3421eaecf562ab3e338.tar.xz wireguard-openbsd-776b3d91d039929c99aad3421eaecf562ab3e338.zip |
The mac68k ite emulates a vt100, _not_ a vt220. This is the sorta simple
thing that makes people's lives easier.
-rw-r--r-- | etc/etc.mac68k/ttys | 4 |
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. |