diff options
author | marcel <marcel@FreeBSD.org> | 2003-09-07 06:02:36 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2003-09-07 06:02:36 +0000 |
commit | 7e20c11e4b6ea4b339754eb2a8e937b26b041a4b (patch) | |
tree | 6c67e1d76df3f689c98455cfbaef0efd2c784bf1 /etc | |
parent | d45904e351c805596aa05d3f32afbd6776416e02 (diff) | |
download | FreeBSD-src-7e20c11e4b6ea4b339754eb2a8e937b26b041a4b.zip FreeBSD-src-7e20c11e4b6ea4b339754eb2a8e937b26b041a4b.tar.gz |
Replace the ttyd[0-3] entries with ttyu[0-3]. The former are the
device special files created by sio(4). The latter are the device
special files created by uart(4). As of this moment sio(4) is not
supported on ia64... by me, that is :-)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.ia64/ttys | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/etc.ia64/ttys b/etc/etc.ia64/ttys index c9ae95c..cda4be5 100644 --- a/etc/etc.ia64/ttys +++ b/etc/etc.ia64/ttys @@ -33,7 +33,7 @@ console none unknown off secure # ttyv0 "/usr/libexec/getty Pc" cons25 on secure -# Virtual terminals +# Virtual terminals. ttyv1 "/usr/libexec/getty Pc" cons25 on secure ttyv2 "/usr/libexec/getty Pc" cons25 on secure ttyv3 "/usr/libexec/getty Pc" cons25 on secure @@ -42,13 +42,13 @@ ttyv5 "/usr/libexec/getty Pc" cons25 on secure ttyv6 "/usr/libexec/getty Pc" cons25 on secure ttyv7 "/usr/libexec/getty Pc" cons25 on secure ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure -# Serial terminals -# The 'dialup' keyword identifies dialin lines to login, fingerd etc. -ttyd0 "/usr/libexec/getty std.9600" vt100 on secure -ttyd1 "/usr/libexec/getty std.9600" dialup off secure -ttyd2 "/usr/libexec/getty std.9600" dialup off secure -ttyd3 "/usr/libexec/getty std.9600" dialup off secure -# Pseudo terminals +# 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" dialup off secure +ttyu2 "/usr/libexec/getty std.9600" dialup off secure +ttyu3 "/usr/libexec/getty std.9600" dialup off secure +# Pseudo terminals. ttyp0 none network ttyp1 none network ttyp2 none network |