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-tools/files: envy24control-config-dir.patch
Date: Fri, 08 Jan 2010 02:48:32
Message-Id: E1NT4tp-0007qF-L5@stork.gentoo.org
1 beandog 10/01/08 02:48:29
2
3 Added: envy24control-config-dir.patch
4 Log:
5 envy24control bugfix for wrong directory config, bug 273129
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-sound/alsa-tools/files/envy24control-config-dir.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-tools/files/envy24control-config-dir.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-tools/files/envy24control-config-dir.patch?rev=1.1&content-type=text/plain
13
14 Index: envy24control-config-dir.patch
15 ===================================================================
16 diff -ru alsa-tools-1.0.20/envy24control/envy24control.h alsa-tools-1.0.20-r1/envy24control/envy24control.h
17 --- alsa-tools-1.0.20/envy24control/envy24control.h 2009-05-06 09:07:25.000000000 +0200
18 +++ alsa-tools-1.0.20-r1/envy24control/envy24control.h 2009-06-08 04:18:04.000000000 +0200
19 @@ -15,7 +15,7 @@
20 #endif
21 #define MAX_PROFILES 8
22 #define MAX_PROFILE_NAME_LENGTH 20
23 -#define DEFAULT_PROFILERC "~/envy24control/profiles.conf"
24 +#define DEFAULT_PROFILERC "~/.envy24control/profiles.conf"
25 #define SYS_PROFILERC "/etc/envy24control/profiles.conf"
26 #ifndef MKDIR
27 #define MKDIR "/bin/mkdir"