From d8f7d13683e79747189a64fcd8ab662e36e699ba Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 30 Jan 2001 08:34:10 +0000 Subject: move console ttys around. serial becomes tty0?, console ttyC? --- etc/etc.alpha/ttys | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'etc/etc.alpha/ttys') 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 -- cgit v1.2.3