Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13896 - main/branches/prefix/cnf
Date: Tue, 04 Aug 2009 16:24:16
Message-Id: E1MYMoA-0002Yn-Gl@stork.gentoo.org
1 Author: grobian
2 Date: 2009-08-04 16:24:14 +0000 (Tue, 04 Aug 2009)
3 New Revision: 13896
4
5 Modified:
6 main/branches/prefix/cnf/make.globals
7 Log:
8 allow retrieval of rootuser through the environment
9
10 Modified: main/branches/prefix/cnf/make.globals
11 ===================================================================
12 --- main/branches/prefix/cnf/make.globals 2009-08-04 16:05:50 UTC (rev 13895)
13 +++ main/branches/prefix/cnf/make.globals 2009-08-04 16:24:14 UTC (rev 13896)
14 @@ -88,6 +88,7 @@
15 # Default portage user/group
16 PORTAGE_USER="@portageuser@"
17 PORTAGE_GROUP="@portagegroup@"
18 +PORTAGE_ROOT_USER="@rootuser@"
19
20 # Default ownership of installed files.
21 PORTAGE_INST_UID="@rootuid@"