SOURCES: alsa-utils-modprobe.patch (NEW) - modprobe will read automatically...

glen glen at pld-linux.org
Fri May 30 13:45:17 CEST 2008


Author: glen                         Date: Fri May 30 11:45:17 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- modprobe will read automatically /etc/modprobe.d/*.conf, not all files

---- Files affected:
SOURCES:
   alsa-utils-modprobe.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/alsa-utils-modprobe.patch
diff -u /dev/null SOURCES/alsa-utils-modprobe.patch:1.1
--- /dev/null	Fri May 30 13:45:17 2008
+++ SOURCES/alsa-utils-modprobe.patch	Fri May 30 13:45:11 2008
@@ -0,0 +1,11 @@
+--- alsa-utils-1.0.16/alsaconf/alsaconf.in~	2008-02-05 11:25:23.000000000 +0200
++++ alsa-utils-1.0.16/alsaconf/alsaconf.in	2008-05-30 14:32:21.779043202 +0300
+@@ -300,7 +300,7 @@
+   cfgfile="/etc/modules.d/alsa"
+ elif [ "$kernel" = "new" ]; then
+   if [ -d /etc/modprobe.d ]; then
+-    cfgout="/etc/modprobe.d/sound"
++    cfgout="/etc/modprobe.d/sound.conf"
+   fi
+   cfgfile="/etc/modprobe.conf"
+ elif [ "$distribution" = "debian" ]; then
================================================================


More information about the pld-cvs-commit mailing list