diff options
Diffstat (limited to 'etc/etc.sparc64/ttys')
-rw-r--r-- | etc/etc.sparc64/ttys | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/etc.sparc64/ttys b/etc/etc.sparc64/ttys index 637e648..0b56ae8 100644 --- a/etc/etc.sparc64/ttys +++ b/etc/etc.sparc64/ttys @@ -48,8 +48,9 @@ ttyb "/usr/libexec/getty 3wire.9600" cons25 off secure #ttyv8 "/usr/X11R6/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 on secure -ttyu1 "/usr/libexec/getty std.9600" vt100 on secure +# Requires device 'uart' be enabled. +ttyu0 "/usr/libexec/getty std.9600" vt100 off secure +ttyu1 "/usr/libexec/getty std.9600" vt100 off secure ttyu2 "/usr/libexec/getty std.9600" vt100 off secure ttyu3 "/usr/libexec/getty std.9600" vt100 off secure # Dumb console |