]> git.pld-linux.org Git - packages/alsa-utils.git/blame - alsa-utils-modprobe.patch
- modprobe will read automatically /etc/modprobe.d/*.conf, not all files
[packages/alsa-utils.git] / alsa-utils-modprobe.patch
CommitLineData
628ff2ba
ER
1--- alsa-utils-1.0.16/alsaconf/alsaconf.in~ 2008-02-05 11:25:23.000000000 +0200
2+++ alsa-utils-1.0.16/alsaconf/alsaconf.in 2008-05-30 14:32:21.779043202 +0300
3@@ -300,7 +300,7 @@
4 cfgfile="/etc/modules.d/alsa"
5 elif [ "$kernel" = "new" ]; then
6 if [ -d /etc/modprobe.d ]; then
7- cfgout="/etc/modprobe.d/sound"
8+ cfgout="/etc/modprobe.d/sound.conf"
9 fi
10 cfgfile="/etc/modprobe.conf"
11 elif [ "$distribution" = "debian" ]; then
This page took 0.04603 seconds and 4 git commands to generate.