[svn-commits] sruffell: tools/trunk r8161 - /tools/trunk/Makefile
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Fri Feb 26 18:56:02 CST 2010
Author: sruffell
Date: Fri Feb 26 18:55:52 2010
New Revision: 8161
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8161
Log:
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)
Modified:
tools/trunk/Makefile
Modified: tools/trunk/Makefile
URL: http://svnview.digium.com/svn/dahdi/tools/trunk/Makefile?view=diff&rev=8161&r1=8160&r2=8161
==============================================================================
--- tools/trunk/Makefile (original)
+++ tools/trunk/Makefile Fri Feb 26 18:55:52 2010
@@ -70,8 +70,8 @@
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))
More information about the svn-commits
mailing list