Author: marcel
Date: Sun Feb 16 19:08:10 2014
New Revision: 261984
URL: http://svnweb.freebsd.org/changeset/base/261984

Log:
  Start getty(8) on ttyu1 as well. It's not uncommon for HP hardware
  to have that be the iLO console (e.g. pluto).

Modified:
  head/etc/etc.ia64/ttys

Modified: head/etc/etc.ia64/ttys
==============================================================================
--- head/etc/etc.ia64/ttys      Sun Feb 16 17:22:49 2014        (r261983)
+++ head/etc/etc.ia64/ttys      Sun Feb 16 19:08:10 2014        (r261984)
@@ -42,7 +42,7 @@ ttyv8 "/usr/local/bin/xdm -nodaemon"  xte
 # 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
+ttyu1  "/usr/libexec/getty std.9600"   vt100   on  secure
 ttyu2  "/usr/libexec/getty std.9600"   dialup  off secure
 ttyu3  "/usr/libexec/getty std.9600"   dialup  off secure
 # Dumb console
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to