From e1b43165f718384f14430108af396f3e3bcf7faf Mon Sep 17 00:00:00 2001 From: marius Date: Wed, 15 Feb 2006 09:17:03 +0000 Subject: [PATCH] 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) --- etc/etc.sparc64/ttys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/etc.sparc64/ttys b/etc/etc.sparc64/ttys index 3102486c2342..c29162d1d389 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