Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/alsa-utils/files: alsa-utils-1.0.20-modprobe.d.patch
Date: Tue, 04 Aug 2009 09:40:25
Message-Id: E1MYGVL-0006to-T5@stork.gentoo.org
1 ssuominen 09/08/04 09:40:23
2
3 Added: alsa-utils-1.0.20-modprobe.d.patch
4 Log:
5 Fix alsaconf to write /etc/modprobe.d/alsa.conf instead of /etc/modules.d/alsa wrt #251081.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-sound/alsa-utils/files/alsa-utils-1.0.20-modprobe.d.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/files/alsa-utils-1.0.20-modprobe.d.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/files/alsa-utils-1.0.20-modprobe.d.patch?rev=1.1&content-type=text/plain
13
14 Index: alsa-utils-1.0.20-modprobe.d.patch
15 ===================================================================
16 diff -ur alsa-utils-1.0.20.orig/alsaconf/alsaconf.in alsa-utils-1.0.20/alsaconf/alsaconf.in
17 --- alsa-utils-1.0.20.orig/alsaconf/alsaconf.in 2009-05-06 10:07:24.000000000 +0300
18 +++ alsa-utils-1.0.20/alsaconf/alsaconf.in 2009-08-04 12:36:38.000000000 +0300
19 @@ -301,7 +301,7 @@
20 fi
21 else
22 if [ "$distribution" = "gentoo" ]; then
23 - cfgfile="/etc/modules.d/alsa"
24 + cfgfile="/etc/modprobe.d/alsa.conf"
25 elif [ "$kernel" = "new" ]; then
26 cfgfile="/etc/modprobe.conf"
27 if [ -d /etc/modprobe.d ]; then