wscons is default now - replace the "ttyv0" getty by a number of
"ttyEn" lines. Thanks to "Johnny C. Lam" <lamj@stat.cmu.edu> for pointing out.
This commit is contained in:
parent
f41cded075
commit
275e4ce247
|
@ -1,11 +1,14 @@
|
|||
#
|
||||
# from: @(#)ttys 5.1 (Berkeley) 4/17/89
|
||||
# $NetBSD: ttys,v 1.8 1996/10/15 03:42:52 perry Exp $
|
||||
# $NetBSD: ttys,v 1.9 1999/02/02 14:33:04 drochner Exp $
|
||||
#
|
||||
# name getty type status comments
|
||||
#
|
||||
console "/usr/libexec/getty Pc" pc3 off secure
|
||||
ttyv0 "/usr/libexec/getty Pc" pc3 on 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