diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-30 08:34:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-30 08:34:10 +0000 |
commit | d8f7d13683e79747189a64fcd8ab662e36e699ba (patch) | |
tree | f09427e2f3f9a8d57e59a28764725fd7dcfeca2f /etc/etc.alpha/ttys | |
parent | d7d344588d6671dea98510c5b9254c2e299e72c2 (diff) |
move console ttys around. serial becomes tty0?, console ttyC?
Diffstat (limited to 'etc/etc.alpha/ttys')
-rw-r--r-- | etc/etc.alpha/ttys | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/etc.alpha/ttys b/etc/etc.alpha/ttys index b0f1354e98a..fc3fa7af000 100644 --- a/etc/etc.alpha/ttys +++ b/etc/etc.alpha/ttys @@ -1,5 +1,5 @@ # -# $OpenBSD: ttys,v 1.8 2000/09/09 04:50:40 ericj Exp $ +# $OpenBSD: ttys,v 1.9 2001/01/30 08:34:09 deraadt Exp $ # # name getty type status comments @@ -10,13 +10,13 @@ console "/usr/libexec/getty std.9600" vt100 on secure # Workstation console (framebuffer) ttys -ttyE0 "/usr/libexec/getty std.9600" vt100 off secure -ttyE1 "/usr/libexec/getty std.9600" vt100 off secure +ttyC0 "/usr/libexec/getty std.9600" vt100 off secure +ttyC1 "/usr/libexec/getty std.9600" vt100 off secure # DEC 3000 Z8530 ("scc") serial ports ttyB0 "/usr/libexec/getty std.9600" unknown off secure -ttyB1 "/usr/libexec/getty std.9600" unknown off secure +ttyB1 "/usr/libexec/getty std.9600" unknown off # AlphaStation NS16550 ("com") serial ports -ttyC0 "/usr/libexec/getty std.9600" unknown off secure -ttyC1 "/usr/libexec/getty std.9600" unknown off secure +tty00 "/usr/libexec/getty std.9600" unknown off secure +tty01 "/usr/libexec/getty std.9600" unknown off |