diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-05 00:15:30 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-05 00:15:30 +0000 |
commit | 20a7fc0cb2d2965df42833156f80b2ca04559187 (patch) | |
tree | b3e79b0bba0e6afb42e45cdc5e9da6342e238a65 | |
parent | e132151823acc026b9b81d2ae9731db6537ef384 (diff) |
Add virtual consoles, copied from i386.
-rw-r--r-- | etc/etc.cats/ttys | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/etc/etc.cats/ttys b/etc/etc.cats/ttys index 45fce95699b..c8f9f4f8376 100644 --- a/etc/etc.cats/ttys +++ b/etc/etc.cats/ttys @@ -1,5 +1,5 @@ # -# $OpenBSD: ttys,v 1.1 2004/02/01 05:26:50 drahn Exp $ +# $OpenBSD: ttys,v 1.2 2004/03/05 00:15:29 miod Exp $ # # name getty type status comments # @@ -9,3 +9,14 @@ tty01 "/usr/libexec/getty std.9600" unknown off tty02 "/usr/libexec/getty std.9600" unknown off tty03 "/usr/libexec/getty std.9600" unknown off ttyC0 "/usr/libexec/getty std.9600" vt220 on secure +ttyC1 "/usr/libexec/getty std.9600" vt220 on secure +ttyC2 "/usr/libexec/getty std.9600" vt220 on secure +ttyC3 "/usr/libexec/getty std.9600" vt220 on secure +ttyC4 "/usr/libexec/getty std.9600" vt220 off secure +ttyC5 "/usr/libexec/getty std.9600" vt220 on secure +ttyC6 "/usr/libexec/getty std.9600" vt220 off secure +ttyC7 "/usr/libexec/getty std.9600" vt220 off secure +ttyC8 "/usr/libexec/getty std.9600" vt220 off secure +ttyC9 "/usr/libexec/getty std.9600" vt220 off secure +ttyCa "/usr/libexec/getty std.9600" vt220 off secure +ttyCb "/usr/libexec/getty std.9600" vt220 off secure |