summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-02-27 00:55:52 +0000
committerShaun Ruffell <sruffell@digium.com>2010-02-27 00:55:52 +0000
commit73fd37737f3bbd2a70b01d62afc508c675370cb5 (patch)
tree11572f6cb62da1f99b2dc25315ac1ec855d22838
parent2e0f01e7e1455e91b13f0304be611e312f31cc24 (diff)
Add .conf extensions to files installed in /etc/modprobe.d/
Latest versions of udev at some distributions (e.g.: Debian Unstable/Testing) complain about the files /etc/modprobe.d/dahdi and /etc/modprobe.d/dahdi-blacklist . This is because some upcoming version of udev will ignore files in modprobe.d that are not of the pattern *.conf. (closes issue #15454) Reported by: tzafrir Patches: modprobe_warn.diff uploaded by tzafrir (license 46) git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@8161 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index acbb55b..027975b 100644
--- a/Makefile
+++ b/Makefile
@@ -70,8 +70,8 @@ endif
RCCONF_FILE = /etc/dahdi/init.conf
MODULES_FILE = /etc/dahdi/modules
GENCONF_FILE = /etc/dahdi/genconf_parameters
-MODPROBE_FILE = /etc/modprobe.d/dahdi
-BLACKLIST_FILE = /etc/modprobe.d/dahdi.blacklist
+MODPROBE_FILE = /etc/modprobe.d/dahdi.conf
+BLACKLIST_FILE = /etc/modprobe.d/dahdi.blacklist.conf
NETSCR_DIR := $(firstword $(wildcard $(DESTDIR)/etc/sysconfig/network-scripts ))
ifneq (,$(NETSCR_DIR))