diff options
author | 2000-09-09 04:50:40 +0000 | |
---|---|---|
committer | 2000-09-09 04:50:40 +0000 | |
commit | 4116683b39030f43f49dfadac1a993f1646ab4cb (patch) | |
tree | 2e7379fb5abe9df199cc16f546f1056fc8f1b1ac | |
parent | cleanup so these might be useable soon. and add WSEMUL_VT100. (diff) | |
download | wireguard-openbsd-4116683b39030f43f49dfadac1a993f1646ab4cb.tar.xz wireguard-openbsd-4116683b39030f43f49dfadac1a993f1646ab4cb.zip |
use vt100 instead of sun now
-rw-r--r-- | etc/etc.alpha/ttys | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.alpha/ttys b/etc/etc.alpha/ttys index 4c826acbe1b..b0f1354e98a 100644 --- a/etc/etc.alpha/ttys +++ b/etc/etc.alpha/ttys @@ -1,5 +1,5 @@ # -# $OpenBSD: ttys,v 1.7 1998/06/28 03:26:49 todd Exp $ +# $OpenBSD: ttys,v 1.8 2000/09/09 04:50:40 ericj Exp $ # # name getty type status comments @@ -7,11 +7,11 @@ # enabled for the correct 'real' device (e.g. one of the serial ports). # console pseudo-device -console "/usr/libexec/getty std.9600" sun on secure +console "/usr/libexec/getty std.9600" vt100 on secure # Workstation console (framebuffer) ttys -ttyE0 "/usr/libexec/getty std.9600" sun off secure -ttyE1 "/usr/libexec/getty std.9600" sun off secure +ttyE0 "/usr/libexec/getty std.9600" vt100 off secure +ttyE1 "/usr/libexec/getty std.9600" vt100 off secure # DEC 3000 Z8530 ("scc") serial ports ttyB0 "/usr/libexec/getty std.9600" unknown off secure |