diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 2000-09-09 04:50:41 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 2000-09-09 04:50:41 +0000 |
commit | 8092d38acf4d4d68de62a9b0ba76a754e2be3dce (patch) | |
tree | 9e94a2d94290cc6f911c9d95549d4cdf8b640c8c /etc/etc.alpha/ttys | |
parent | 49a9f9290e5d309e5dc0f0a88252f22e4f244da6 (diff) |
use vt100 instead of sun now
Diffstat (limited to 'etc/etc.alpha/ttys')
-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 |