Date: Sun, 16 Feb 2014 19:08:10 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r261984 - head/etc/etc.ia64 Message-ID: <201402161908.s1GJ8Ajl091951@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402161908.s1GJ8Ajl091951>