summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/isdn4k-utils/files/isdn.confd')
-rw-r--r--net-dialup/isdn4k-utils/files/isdn.confd21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-dialup/isdn4k-utils/files/isdn.confd b/net-dialup/isdn4k-utils/files/isdn.confd
deleted file mode 100644
index de4b15b4932c..000000000000
--- a/net-dialup/isdn4k-utils/files/isdn.confd
+++ /dev/null
@@ -1,21 +0,0 @@
-# configuraton file for /etc/init.d/isdn
-
-# if you have CAPI based cards connected to I4L via 'capidrv'
-DEPEND_ON_CAPI="yes"
-
-# How many ISDN channels should be used. On UDEV this limit
-# will be used to create the device nodes in /dev.
-# chan = cards * 2 (max = 64)
-ISDN_MAX_CHANNELS=16
-
-# MODE/GROUP when creating ISDN devices
-ISDNDEV_MODE="660"
-ISDNDEV_GROUP="dialout"
-
-# Location where isdnctrl will save its configuration
-ISDNCTRL_CONFIG="/var/lib/isdn/isdnctrl.conf"
-
-# Location where iprofd will save the modem-register settings
-# comment out if you don't want to use iprofd
-IPROFD_SETTINGS="/var/lib/isdn/modem-register.dat"
-