aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.isdn
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2001-04-24 20:01:25 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2001-04-24 20:01:25 +0000
commit51e41a352274e2e61ac638d7fb6b074cb98da685 (patch)
tree2bb2dae9258961244990cd4e2dac8cb7a898e65e /etc/rc.isdn
parent67e99a1a66375a586415af58ac690203b31ca4a7 (diff)
downloadsrc-51e41a352274e2e61ac638d7fb6b074cb98da685.tar.gz
src-51e41a352274e2e61ac638d7fb6b074cb98da685.zip
Don't hardcode isdn_ttype overwriting rc.conf settings.
PR: conf/24865 Submitted by: schweikh Reviewed by: hm
Notes
Notes: svn path=/head/; revision=75919
Diffstat (limited to 'etc/rc.isdn')
-rw-r--r--etc/rc.isdn16
1 files changed, 1 insertions, 15 deletions
diff --git a/etc/rc.isdn b/etc/rc.isdn
index 7da0bf831873..a81205a3cc82 100644
--- a/etc/rc.isdn
+++ b/etc/rc.isdn
@@ -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