]> git.pld-linux.org Git - packages/alsa-utils.git/blob - alsa-utils-modprobe.patch
up to 1.2.1
[packages/alsa-utils.git] / alsa-utils-modprobe.patch
1 --- alsa-utils-1.0.28/alsaconf/alsaconf.in~     2014-06-13 19:21:05.000000000 +0200
2 +++ alsa-utils-1.0.28/alsaconf/alsaconf.in      2014-06-18 08:49:50.065218184 +0200
3 @@ -304,7 +304,7 @@
4    cfgfile="/etc/modprobe.conf"
5    if [ -d /etc/modprobe.d ]; then
6      cfgout="/etc/modprobe.d/50-sound.conf"
7 -    cfgoldout="/etc/modprobe.d/sound"
8 +    cfgoldout="/etc/modprobe.d/sound.conf"
9      if [ ! -f $cfgout ]; then
10         case "$(modprobe -V)" in
11         "module-init-tools version "3.[789]*|\
12 @@ -313,7 +313,7 @@
13         "kmod version "*)
14           ;;
15         *)
16 -         cfgout="/etc/modprobe.d/sound"
17 +         cfgout="/etc/modprobe.d/sound.conf"
18           cfgoldout=""
19           ;;
20         esac
This page took 0.197162 seconds and 3 git commands to generate.