Start gettys on ttyu0 and ttyu1 instead of ttya and ttyz0 now that
uart(4) is the default driver. MFC after: 2 weeks
This commit is contained in:
parent
d3477e8f82
commit
9a3ee61355
@ -33,9 +33,9 @@
|
||||
console none unknown off secure
|
||||
#
|
||||
screen "/usr/libexec/getty Pc" cons25 on secure
|
||||
ttya "/usr/libexec/getty 3wire.9600" cons25 on secure
|
||||
ttya "/usr/libexec/getty 3wire.9600" cons25 off secure
|
||||
ttyb "/usr/libexec/getty 3wire.9600" cons25 off secure
|
||||
ttyz0 "/usr/libexec/getty 3wire.9600" cons25 on secure
|
||||
ttyz0 "/usr/libexec/getty 3wire.9600" cons25 off secure
|
||||
ttyz1 "/usr/libexec/getty 3wire.9600" cons25 off secure
|
||||
#
|
||||
#ttyv0 "/usr/libexec/getty Pc" cons25 on secure
|
||||
@ -51,8 +51,8 @@ ttyz1 "/usr/libexec/getty 3wire.9600" cons25 off secure
|
||||
# Serial terminals
|
||||
# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
|
||||
# Requires device 'uart' be enabled.
|
||||
ttyu0 "/usr/libexec/getty std.9600" vt100 off secure
|
||||
ttyu1 "/usr/libexec/getty std.9600" vt100 off secure
|
||||
ttyu0 "/usr/libexec/getty std.9600" vt100 on secure
|
||||
ttyu1 "/usr/libexec/getty std.9600" vt100 on secure
|
||||
ttyu2 "/usr/libexec/getty std.9600" vt100 off secure
|
||||
ttyu3 "/usr/libexec/getty std.9600" vt100 off secure
|
||||
# Dumb console
|
||||
|
Loading…
Reference in New Issue
Block a user