summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2001-04-24 20:01:25 +0000
committerschweikh <schweikh@FreeBSD.org>2001-04-24 20:01:25 +0000
commit711b81448a14eb950df174860957fc1a08af474d (patch)
tree3945aad6b63392823583447db05e45db22b0cded /etc/rc.d
parent3ced8562f5f8c3d62b2afa82745cb6dcca1837b3 (diff)
downloadFreeBSD-src-711b81448a14eb950df174860957fc1a08af474d.zip
FreeBSD-src-711b81448a14eb950df174860957fc1a08af474d.tar.gz
Don't hardcode isdn_ttype overwriting rc.conf settings.
PR: conf/24865 Submitted by: schweikh Reviewed by: hm
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/isdnd16
1 files changed, 1 insertions, 15 deletions
diff --git a/etc/rc.d/isdnd b/etc/rc.d/isdnd
index 7da0bf8..a81205a 100644
--- a/etc/rc.d/isdnd
+++ b/etc/rc.d/isdnd
@@ -32,28 +32,14 @@
# /etc/rc.isdn - isdn4bsd startup script
# --------------------------------------
#
-# last edit-date: [Mon Mar 8 12:15:56 1999]
-#
#---------------------------------------------------------------------------
case ${isdn_enable} in
[Yy][Ee][Ss])
echo -n 'ISDN subsystem setup:'
- # Terminal type for fullscreen mode, default to syscons driver
- #
- isdn_ttype=cons25
-
- # Check for pcvt driver (VT100/VT220 emulator)
- #
- if [ -x /usr/sbin/ispcvt ]; then
- if /usr/sbin/ispcvt; then
- isdn_ttype=pcvt25
- fi
- fi
-
case ${isdn_flags} in
- [Nn][Oo] | '')
+ [Nn][Oo])
isdn_flags=''
;;
esac
OpenPOWER on IntegriCloud