Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r14179 - main/branches/prefix/cnf
Date: Wed, 02 Sep 2009 13:28:07
Message-Id: E1MiuhL-0005Wz-Qd@stork.gentoo.org
1 Author: grobian
2 Date: 2009-09-02 18:36:46 +0000 (Wed, 02 Sep 2009)
3 New Revision: 14179
4
5 Modified:
6 main/branches/prefix/cnf/dispatch-conf.conf
7 Log:
8 dispatch-conf.conf isn't really parsed by bash, but by python code, which doesn't get only sub-parts being quoted, so to fix bug #283541, quote the entire string
9
10 Modified: main/branches/prefix/cnf/dispatch-conf.conf
11 ===================================================================
12 --- main/branches/prefix/cnf/dispatch-conf.conf 2009-09-01 17:23:10 UTC (rev 14178)
13 +++ main/branches/prefix/cnf/dispatch-conf.conf 2009-09-02 18:36:46 UTC (rev 14179)
14 @@ -3,7 +3,7 @@
15 #
16
17 # Directory to archive replaced configs
18 -archive-dir="@PORTAGE_EPREFIX@"/etc/config-archive
19 +archive-dir="@PORTAGE_EPREFIX@/etc/config-archive"
20
21 # Use rcs for storing files in the archive directory?
22 # (yes or no)