summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordavidn <davidn@FreeBSD.org>1997-04-13 19:58:05 +0000
committerdavidn <davidn@FreeBSD.org>1997-04-13 19:58:05 +0000
commit38d53c52b97124075ccb30cf1eefede8f029f79b (patch)
treefb6c667f0f2b381900a6b41be927fed2a83f3bbc /etc
parented5e079990d104570d59252ab1581ec5fd6936d2 (diff)
downloadFreeBSD-src-38d53c52b97124075ccb30cf1eefede8f029f79b.zip
FreeBSD-src-38d53c52b97124075ccb30cf1eefede8f029f79b.tar.gz
PR:
Reviewed by: Submitted by: Obtained from:
Diffstat (limited to 'etc')
-rw-r--r--etc/ttys9
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/ttys b/etc/ttys
index 920e760..1de53e8 100644
--- a/etc/ttys
+++ b/etc/ttys
@@ -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
OpenPOWER on IntegriCloud