From 711b81448a14eb950df174860957fc1a08af474d Mon Sep 17 00:00:00 2001 From: schweikh Date: Tue, 24 Apr 2001 20:01:25 +0000 Subject: Don't hardcode isdn_ttype overwriting rc.conf settings. PR: conf/24865 Submitted by: schweikh Reviewed by: hm --- etc/rc.d/isdnd | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'etc/rc.d') 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 -- cgit v1.1