From 73fd37737f3bbd2a70b01d62afc508c675370cb5 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Sat, 27 Feb 2010 00:55:52 +0000 Subject: 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 --- Makefile | 4 ++-- 1 file 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)) -- cgit v1.2.3