diff options
author | marcel <marcel@FreeBSD.org> | 2005-01-30 09:31:22 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2005-01-30 09:31:22 +0000 |
commit | 268c70c97413a67d219f69ba02f9b891a52b38e4 (patch) | |
tree | 8623b002afd8a702de10a0a78bce3e52cc845c46 /etc/etc.sparc64 | |
parent | 6b60981ea63bf5a885465621ad2c9b42ff3705b3 (diff) | |
download | FreeBSD-src-268c70c97413a67d219f69ba02f9b891a52b38e4.zip FreeBSD-src-268c70c97413a67d219f69ba02f9b891a52b38e4.tar.gz |
Start gettys on ttyu0 and ttyu1 instead of ttya and ttyz0 now that
uart(4) is the default driver.
MFC after: 2 weeks
Diffstat (limited to 'etc/etc.sparc64')
-rw-r--r-- | etc/etc.sparc64/ttys | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.sparc64/ttys b/etc/etc.sparc64/ttys index fa98eda..d34c2cc 100644 --- a/etc/etc.sparc64/ttys +++ b/etc/etc.sparc64/ttys @@ -33,9 +33,9 @@ console none unknown off secure # screen "/usr/libexec/getty Pc" cons25 on secure -ttya "/usr/libexec/getty 3wire.9600" cons25 on secure +ttya "/usr/libexec/getty 3wire.9600" cons25 off secure ttyb "/usr/libexec/getty 3wire.9600" cons25 off secure -ttyz0 "/usr/libexec/getty 3wire.9600" cons25 on secure +ttyz0 "/usr/libexec/getty 3wire.9600" cons25 off secure ttyz1 "/usr/libexec/getty 3wire.9600" cons25 off secure # #ttyv0 "/usr/libexec/getty Pc" cons25 on secure @@ -51,8 +51,8 @@ ttyz1 "/usr/libexec/getty 3wire.9600" cons25 off secure # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. # Requires device 'uart' be enabled. -ttyu0 "/usr/libexec/getty std.9600" vt100 off secure -ttyu1 "/usr/libexec/getty std.9600" vt100 off secure +ttyu0 "/usr/libexec/getty std.9600" vt100 on secure +ttyu1 "/usr/libexec/getty std.9600" vt100 on secure ttyu2 "/usr/libexec/getty std.9600" vt100 off secure ttyu3 "/usr/libexec/getty std.9600" vt100 off secure # Dumb console |