Enable for "getty" processes because because the i386 port used wscons(4)
default these days and the default "wsconf.conf" creates four screens.
This commit is contained in:
parent
e6e848ef6d
commit
b08c6b723c
|
@ -1,14 +1,14 @@
|
|||
#
|
||||
# from: @(#)ttys 5.1 (Berkeley) 4/17/89
|
||||
# $NetBSD: ttys,v 1.13 2002/02/13 09:46:08 martti Exp $
|
||||
# $NetBSD: ttys,v 1.14 2002/02/17 20:41:42 tron Exp $
|
||||
#
|
||||
# name getty type status comments
|
||||
#
|
||||
console "/usr/libexec/getty Pc" vt100 on secure
|
||||
ttyE0 "/usr/libexec/getty Pc" vt220 off secure
|
||||
ttyE1 "/usr/libexec/getty Pc" vt220 off secure
|
||||
ttyE2 "/usr/libexec/getty Pc" vt220 off secure
|
||||
ttyE3 "/usr/libexec/getty Pc" vt220 off secure
|
||||
console "/usr/libexec/getty Pc" vt100 off secure
|
||||
ttyE0 "/usr/libexec/getty Pc" vt220 on secure
|
||||
ttyE1 "/usr/libexec/getty Pc" vt220 on secure
|
||||
ttyE2 "/usr/libexec/getty Pc" vt220 on secure
|
||||
ttyE3 "/usr/libexec/getty Pc" vt220 on secure
|
||||
tty00 "/usr/libexec/getty std.9600" unknown off secure
|
||||
tty01 "/usr/libexec/getty std.9600" unknown off secure
|
||||
tty02 "/usr/libexec/getty std.9600" unknown off secure
|
||||
|
|
Loading…
Reference in New Issue