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 ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
