]> git.pld-linux.org Git - packages/alsa-utils.git/blame - alsa-utils-modprobe.patch
up to 1.2.11
[packages/alsa-utils.git] / alsa-utils-modprobe.patch
CommitLineData
f4e02341
AM
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 @@
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
f4e02341
AM
10 case "$(modprobe -V)" in
11 "module-init-tools version "3.[789]*|\
12@@ -313,7 +313,7 @@
13 "kmod version "*)
a8748ca3 14 ;;
15 *)
16- cfgout="/etc/modprobe.d/sound"
17+ cfgout="/etc/modprobe.d/sound.conf"
18 cfgoldout=""
19 ;;
20 esac
This page took 0.141937 seconds and 5 git commands to generate.