diff options
author | 1997-07-11 04:06:15 +0000 | |
---|---|---|
committer | 1997-07-11 04:06:15 +0000 | |
commit | 258b1330a780daa4bb8ab0851547c425658f7151 (patch) | |
tree | 48d9f6ed25fb0dcee072ebf1bceea4f77ba67239 | |
parent | Add KERNFS, PROCFS, NULLFS (diff) | |
download | wireguard-openbsd-258b1330a780daa4bb8ab0851547c425658f7151.tar.xz wireguard-openbsd-258b1330a780daa4bb8ab0851547c425658f7151.zip |
Use term type of sun--works better than the ansi-m in our termcap.
-rw-r--r-- | etc/etc.alpha/ttys | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.alpha/ttys b/etc/etc.alpha/ttys index a55db9808ac..2823070e007 100644 --- a/etc/etc.alpha/ttys +++ b/etc/etc.alpha/ttys @@ -1,5 +1,5 @@ # -# $OpenBSD: ttys,v 1.3 1996/11/12 09:16:36 niklas Exp $ +# $OpenBSD: ttys,v 1.4 1997/07/11 04:06:15 millert Exp $ # $NetBSD: ttys,v 1.4 1995/07/30 19:52:13 cgd Exp $ # # name getty type status comments @@ -11,8 +11,8 @@ console "/usr/libexec/getty std.9600" unknown on secure # Workstation console (framebuffer) ttys -ttyE0 "/usr/libexec/getty std.9600" ansi-m off secure -ttyE1 "/usr/libexec/getty std.9600" ansi-m off secure +ttyE0 "/usr/libexec/getty std.9600" sun off secure +ttyE1 "/usr/libexec/getty std.9600" sun off secure # DEC 3000 Z8530 ("scc") serial ports ttyB0 "/usr/libexec/getty std.9600" unknown off secure |