diff options
author | grehan <grehan@FreeBSD.org> | 2014-06-17 18:51:03 +0000 |
---|---|---|
committer | grehan <grehan@FreeBSD.org> | 2014-06-17 18:51:03 +0000 |
commit | 41fda2c163dc714cfdaee5c1abc409a4f6d9e619 (patch) | |
tree | 03ee4487c47fda3c5cead403de6c3d0fef3392c3 /etc/etc.amd64 | |
parent | de01564f85dd2c8820a72db1ddf2f8d255ce5a95 (diff) | |
download | FreeBSD-src-41fda2c163dc714cfdaee5c1abc409a4f6d9e619.zip FreeBSD-src-41fda2c163dc714cfdaee5c1abc409a4f6d9e619.tar.gz |
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
Diffstat (limited to 'etc/etc.amd64')
-rw-r--r-- | etc/etc.amd64/ttys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/etc.amd64/ttys b/etc/etc.amd64/ttys index ead05af..8268df3 100644 --- a/etc/etc.amd64/ttys +++ b/etc/etc.amd64/ttys @@ -41,7 +41,7 @@ ttyv7 "/usr/libexec/getty Pc" xterm on secure 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 |