Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/alsa-utils/files: alsa-utils-1.0.22-modprobe.d.patch
Date: Thu, 07 Jan 2010 17:16:02
Message-Id: E1NSvxp-00071L-2v@stork.gentoo.org
1 beandog 10/01/07 17:16:01
2
3 Added: alsa-utils-1.0.22-modprobe.d.patch
4 Log:
5 Version bump, bug 297304
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-sound/alsa-utils/files/alsa-utils-1.0.22-modprobe.d.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/files/alsa-utils-1.0.22-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.22-modprobe.d.patch?rev=1.1&content-type=text/plain
13
14 Index: alsa-utils-1.0.22-modprobe.d.patch
15 ===================================================================
16 diff -ur alsa-utils-1.0.21.orig/alsaconf/alsaconf.in alsa-utils-1.0.21/alsaconf/alsaconf.in
17 --- alsa-utils-1.0.21.orig/alsaconf/alsaconf.in 2009-05-06 10:07:24.000000000 +0300
18 +++ alsa-utils-1.0.21/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