diff options
author | davidn <davidn@FreeBSD.org> | 1997-04-13 19:58:05 +0000 |
---|---|---|
committer | davidn <davidn@FreeBSD.org> | 1997-04-13 19:58:05 +0000 |
commit | 38d53c52b97124075ccb30cf1eefede8f029f79b (patch) | |
tree | fb6c667f0f2b381900a6b41be927fed2a83f3bbc /etc | |
parent | ed5e079990d104570d59252ab1581ec5fd6936d2 (diff) | |
download | FreeBSD-src-38d53c52b97124075ccb30cf1eefede8f029f79b.zip FreeBSD-src-38d53c52b97124075ccb30cf1eefede8f029f79b.tar.gz |
PR:
Reviewed by:
Submitted by:
Obtained from:
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ttys | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -13,10 +13,11 @@ ttyv1 "/usr/libexec/getty Pc" cons25 on secure ttyv2 "/usr/libexec/getty Pc" cons25 on secure ttyv3 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure # 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 +# The 'dialup' keyword identifies dialin lines to login, fingerd etc. +ttyd0 "/usr/libexec/getty std.9600" dialup off 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 ttyp0 none network ttyp1 none network |