diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-11 04:06:16 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-11 04:06:16 +0000 |
commit | bc484f8589c0aff0ce49b1e179e7eadc0c8bd5c9 (patch) | |
tree | 99c36683c923f219b3cdf2bb3ae8678234dc077e | |
parent | 41cafad3c379bd6bd08838748208b7fe96599080 (diff) |
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 |