]> git.pld-linux.org Git - packages/alsa-utils.git/commitdiff
- modprobe will read automatically /etc/modprobe.d/*.conf, not all files
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 30 May 2008 11:45:11 +0000 (11:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alsa-utils-modprobe.patch -> 1.1

alsa-utils-modprobe.patch [new file with mode: 0644]

diff --git a/alsa-utils-modprobe.patch b/alsa-utils-modprobe.patch
new file mode 100644 (file)
index 0000000..fc44150
--- /dev/null
@@ -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
This page took 0.116466 seconds and 4 git commands to generate.