MFC: 1.12

Enable getty(8) on ttyu2 by default in order to get machines that use a
RSC (Remote System Control) connected via uart2 as console working out
of the box.

Approved by:	re (scottl)
This commit is contained in:
marius 2006-02-15 09:17:03 +00:00
parent d340da2e99
commit e1b43165f7

View File

@ -54,7 +54,7 @@ ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure
# uart(4)
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
ttyu2 "/usr/libexec/getty std.9600" vt100 on secure
ttyu3 "/usr/libexec/getty std.9600" vt100 off secure
# Dumb console
dcons "/usr/libexec/getty std.9600" vt100 off secure