summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--blacklist.sample13
-rw-r--r--modprobe.conf.sample14
3 files changed, 17 insertions, 14 deletions
diff --git a/Makefile b/Makefile
index 8f9494b..7432cbb 100644
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,7 @@ endif
RCCONF_FILE = /etc/dahdi/init.conf
MODULES_FILE = /etc/dahdi/modules
MODPROBE_FILE = /etc/modprobe.d/dahdi
+BLACKLIST_FILE = /etc/modprobe.d/dahdi.blacklist
NETSCR_DIR := $(firstword $(wildcard /etc/sysconfig/network-scripts ))
ifneq (,$(NETSCR_DIR))
@@ -267,6 +268,9 @@ endif
ifeq (,$(wildcard $(DESTDIR)$(MODPROBE_FILE)))
$(INSTALL) -D -m 644 modprobe.conf.sample $(DESTDIR)$(MODPROBE_FILE)
endif
+ifeq (,$(wildcard $(DESTDIR)$(BLACKLIST_FILE)))
+ $(INSTALL) -D -m 644 blacklist.sample $(DESTDIR)$(BLACKLIST_FILE)
+endif
ifneq (,$(COPY_NETSCR))
$(COPY_NETSCR)
endif
diff --git a/blacklist.sample b/blacklist.sample
new file mode 100644
index 0000000..4a6fcf7
--- /dev/null
+++ b/blacklist.sample
@@ -0,0 +1,13 @@
+# blacklist all the drivers by default in order to ensure that
+# /etc/init.d/dahdi installs them in the correct order so that the spans are
+# ordered consistently.
+
+blacklist wct4xxp
+blacklist wcte12xp
+blacklist wct1xxp
+blacklist wcte11xp
+blacklist wctdm24xxp
+blacklist wcfxo
+blacklist wctdm
+blacklist xpp_usb
+blacklist wctc4xxp
diff --git a/modprobe.conf.sample b/modprobe.conf.sample
index 20a4b48..1570d00 100644
--- a/modprobe.conf.sample
+++ b/modprobe.conf.sample
@@ -2,17 +2,3 @@
# Example:
#
# options wctdm24xxp latency=6
-
-# blacklist all the drivers by default in order to ensure that
-# /etc/init.d/dahdi installs them in the correct order so that the spans are
-# ordered consistently.
-
-blacklist wct4xxp
-blacklist wcte12xp
-blacklist wct1xxp
-blacklist wcte11xp
-blacklist wctdm24xxp
-blacklist wcfxo
-blacklist wctdm
-blacklist xpp_usb
-blacklist wctc4xxp