diff options
author | marius <marius@FreeBSD.org> | 2006-02-04 23:30:09 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2006-02-04 23:30:09 +0000 |
commit | d83080f6aefe88f9297accf3bbffd91236c3b5f9 (patch) | |
tree | 44a2e7f8053b2584cb8cc238c020bab6fb14ebb9 /etc | |
parent | d8dc7b1b43b47371a532abe378dbb63e21d589d0 (diff) | |
download | FreeBSD-src-d83080f6aefe88f9297accf3bbffd91236c3b5f9.zip FreeBSD-src-d83080f6aefe88f9297accf3bbffd91236c3b5f9.tar.gz |
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. On machines that use uart2 to connect a keyboard and thus
the ttyu2 node doesn't exist this will trigger a warning from getty(8)
but cause no real harm.
MFC after: 1 week
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.sparc64/ttys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/etc.sparc64/ttys b/etc/etc.sparc64/ttys index 3102486..c29162d 100644 --- a/etc/etc.sparc64/ttys +++ b/etc/etc.sparc64/ttys @@ -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 |