Browse Source

Add virtual consoles, copied from i386.

OPENBSD_3_5
miod 21 years ago
parent
commit
762191e516
1 changed files with 12 additions and 1 deletions
  1. +12
    -1
      src/etc/etc.cats/ttys

+ 12
- 1
src/etc/etc.cats/ttys View File

@ -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

Loading…
Cancel
Save