From d83080f6aefe88f9297accf3bbffd91236c3b5f9 Mon Sep 17 00:00:00 2001 From: marius Date: Sat, 4 Feb 2006 23:30:09 +0000 Subject: 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 --- etc/etc.sparc64/ttys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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 -- cgit v1.1