diff options
author | bde <bde@FreeBSD.org> | 1994-12-06 19:59:24 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1994-12-06 19:59:24 +0000 |
commit | 1f189f412545467fbdc7861ab053d41f5f232607 (patch) | |
tree | 631c4317c821e22c3f989b4e853b95234b991665 | |
parent | bc0e9de8d20cff36e7ad8d0668753ed92b670e02 (diff) | |
download | FreeBSD-src-1f189f412545467fbdc7861ab053d41f5f232607.zip FreeBSD-src-1f189f412545467fbdc7861ab053d41f5f232607.tar.gz |
Rename tty0* -> ttyd*. Comment about "serial" terminals instead of
"hardwired" or "dialin" terminals.
-rw-r--r-- | etc/ttys | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -12,10 +12,9 @@ ttyv0 "/usr/libexec/getty Pc" cons25 on secure ttyv1 "/usr/libexec/getty Pc" cons25 on secure ttyv2 "/usr/libexec/getty Pc" cons25 on secure ttyv3 "/usr/libexec/getty Pc" cons25 off secure -# Hardwired terminals -tty00 "/usr/libexec/getty std.9600" unknown off secure -tty01 "/usr/libexec/getty std.9600" unknown off secure -# Dialin terminals +# Serial terminals +ttyd0 "/usr/libexec/getty std.9600" unknown off secure +ttyd1 "/usr/libexec/getty std.9600" unknown off secure ttyd2 "/usr/libexec/getty std.9600" unknown off secure ttyd3 "/usr/libexec/getty std.9600" unknown off secure # Pseudo terminals |