Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Aug 2014 15:05:23 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r269432 - stable/10/etc/etc.ia64
Message-ID:  <201408021505.s72F5NIH012301@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408021505.s72F5NIH012301>