From 7e20c11e4b6ea4b339754eb2a8e937b26b041a4b Mon Sep 17 00:00:00 2001 From: marcel Date: Sun, 7 Sep 2003 06:02:36 +0000 Subject: 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 :-) --- etc/etc.ia64/ttys | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'etc') 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 -- cgit v1.1