]> git.pld-linux.org Git - packages/alsa-utils.git/blob - alsa-utils-modprobe.patch
- BR: xmlto
[packages/alsa-utils.git] / alsa-utils-modprobe.patch
1 --- alsa-utils-1.0.20/alsaconf/alsaconf.in.orig 2009-05-06 09:07:24.000000000 +0200
2 +++ alsa-utils-1.0.20/alsaconf/alsaconf.in      2009-05-17 14:21:33.032777327 +0200
3 @@ -306,14 +306,14 @@
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         modver=$(modprobe -V | sed -e's/^module-init-tools version //')
11         case "$modver" in
12         3.[789]*)
13           ;;
14         *)
15 -         cfgout="/etc/modprobe.d/sound"
16 +         cfgout="/etc/modprobe.d/sound.conf"
17           cfgoldout=""
18           ;;
19         esac
This page took 0.056095 seconds and 3 git commands to generate.