svn commit: r269432 - stable/10/etc/etc.ia64

Marcel Moolenaar marcel at FreeBSD.org
Sat Aug 2 15:05:24 UTC 2014


Author: marcel
Date: Sat Aug  2 15:05:23 2014
New Revision: 269432
URL: http://svnweb.freebsd.org/changeset/base/269432

Log:
  Define both ttyu0 and ttyu1 as onifconsole. This is ideal for ia64
  where the console can be on either, depending on the platform.

Modified:
  stable/10/etc/etc.ia64/ttys

Modified: stable/10/etc/etc.ia64/ttys
==============================================================================
--- stable/10/etc/etc.ia64/ttys	Sat Aug  2 08:34:22 2014	(r269431)
+++ stable/10/etc/etc.ia64/ttys	Sat Aug  2 15:05:23 2014	(r269432)
@@ -41,8 +41,8 @@ ttyv7	"/usr/libexec/getty Pc"		xterm	off
 ttyv8	"/usr/local/bin/xdm -nodaemon"	xterm	off secure
 # Serial terminals. The 'dialup' keyword identifies dialin lines to login,
 # fingerd etc.
-ttyu0	"/usr/libexec/getty std.9600"	vt100	on  secure
-ttyu1	"/usr/libexec/getty std.9600"	dialup	off secure
+ttyu0	"/usr/libexec/getty std.9600"	vt100	onifconsole secure
+ttyu1	"/usr/libexec/getty std.9600"	vt100	onifconsole secure
 ttyu2	"/usr/libexec/getty std.9600"	dialup	off secure
 ttyu3	"/usr/libexec/getty std.9600"	dialup	off secure
 # Dumb console


More information about the svn-src-all mailing list