]> git.pld-linux.org Git - packages/alsa-utils.git/blame - alsa-utils-modprobe.patch
- updated to 1.0.27.2; udev file is back
[packages/alsa-utils.git] / alsa-utils-modprobe.patch
CommitLineData
a8748ca3 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 @@
628ff2ba 4 cfgfile="/etc/modprobe.conf"
a8748ca3 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.103373 seconds and 4 git commands to generate.