Date: Tue, 17 Jun 2014 18:51:03 +0000 (UTC) From: Peter Grehan <grehan@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r267591 - in head/etc: etc.amd64 etc.i386 Message-ID: <201406171851.s5HIp3R5035235@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: grehan Date: Tue Jun 17 18:51:03 2014 New Revision: 267591 URL: http://svnweb.freebsd.org/changeset/base/267591 Log: Convert the potential console port over to using 3wire, for i386/amd64. (This change was already in place for other arches via r262957) Reviewed by: nwhitehorn MFC after: 1 week Modified: head/etc/etc.amd64/ttys head/etc/etc.i386/ttys Modified: head/etc/etc.amd64/ttys ============================================================================== --- head/etc/etc.amd64/ttys Tue Jun 17 18:12:58 2014 (r267590) +++ head/etc/etc.amd64/ttys Tue Jun 17 18:51:03 2014 (r267591) @@ -41,7 +41,7 @@ ttyv7 "/usr/libexec/getty Pc" xterm on 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 onifconsole secure +ttyu0 "/usr/libexec/getty 3wire" vt100 onifconsole secure ttyu1 "/usr/libexec/getty std.9600" dialup off secure ttyu2 "/usr/libexec/getty std.9600" dialup off secure ttyu3 "/usr/libexec/getty std.9600" dialup off secure Modified: head/etc/etc.i386/ttys ============================================================================== --- head/etc/etc.i386/ttys Tue Jun 17 18:12:58 2014 (r267590) +++ head/etc/etc.i386/ttys Tue Jun 17 18:51:03 2014 (r267591) @@ -41,7 +41,7 @@ ttyv7 "/usr/libexec/getty Pc" xterm on 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 onifconsole secure +ttyu0 "/usr/libexec/getty 3wire" vt100 onifconsole secure ttyu1 "/usr/libexec/getty std.9600" dialup off secure ttyu2 "/usr/libexec/getty std.9600" dialup off secure ttyu3 "/usr/libexec/getty std.9600" dialup off secure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406171851.s5HIp3R5035235>