diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2005-01-30 09:31:22 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2005-01-30 09:31:22 +0000 |
| commit | 9a3ee613554cbef83a3fbe6f2e75e8ef7b4f8a77 (patch) | |
| tree | 8623b002afd8a702de10a0a78bce3e52cc845c46 /etc | |
| parent | d3477e8f82e50ebc63e1f2614ed34166d289f67c (diff) | |
Notes
Diffstat (limited to 'etc')
| -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 fa98eda50a57..d34c2cc14b37 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 |
