Adapted for NAS systems. Use vt100 with 115200bps instead of Pc3 console.
This commit is contained in:
parent
a2b72aafa2
commit
15666f2d4c
|
@ -1,13 +1,10 @@
|
|||
#
|
||||
# from: @(#)ttys 5.1 (Berkeley) 4/17/89
|
||||
# $NetBSD: ttys,v 1.6 2008/10/07 10:00:02 abs Exp $
|
||||
# $NetBSD: ttys,v 1.7 2010/06/13 15:30:37 phx Exp $
|
||||
#
|
||||
# name getty type status comments
|
||||
#
|
||||
console "/usr/libexec/getty Pc" pc3 off secure
|
||||
constty "/usr/libexec/getty Pc" pc3 off secure
|
||||
ttyE0 "/usr/libexec/getty Pc" pc3 off secure
|
||||
tty00 "/usr/libexec/getty std.115200" unknown on secure
|
||||
tty01 "/usr/libexec/getty std.9600" unknown off secure
|
||||
tty02 "/usr/libexec/getty std.9600" unknown off secure
|
||||
tty03 "/usr/libexec/getty std.9600" unknown off secure
|
||||
console "/usr/libexec/getty std.115200" vt100 on secure
|
||||
constty "/usr/libexec/getty std.115200" vt100 off secure
|
||||
tty00 "/usr/libexec/getty std.115200" vt100 off secure
|
||||
tty01 "/usr/libexec/getty std.9600" unknown off secure
|
||||
|
|
Loading…
Reference in New Issue