Move PORTAGE_INST_UID and PORTAGE_INST_GID from ebuild.sh to make.globals so they...
[portage.git] / cnf / make.globals
1 # Copyright 1999-2006 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id: /var/cvsroot/gentoo-src/portage/cnf/make.globals,v 1.56.2.5 2005/05/05 03:59:59 jstubbs Exp $
4 # System-wide defaults for the Portage system
5
6 #            *****************************
7 #            **  DO NOT EDIT THIS FILE  **
8 # ***************************************************
9 # **** CHANGES TO make.conf *OVERRIDE* THIS FILE ****
10 # ***************************************************
11 # ** Incremental Variables Accumulate Across Files **
12 # **  USE, CONFIG_*, and FEATURES are incremental  **
13 # ***************************************************
14
15
16 # Default rsync mirror
17 SYNC="rsync://rsync.gentoo.org/gentoo-portage"
18
19 # Default distfiles mirrors
20 GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
21
22 # Repository Paths
23 PORTDIR=/usr/portage
24 DISTDIR=/usr/portage/distfiles
25 PKGDIR=/usr/portage/packages
26 RPMDIR=/usr/portage/rpm
27
28 # Temporary build directory
29 PORTAGE_TMPDIR=/var/tmp
30
31 # Fetching command (5 tries, passive ftp for firewall compatibility)
32 FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp -P \${DISTDIR} \${URI}"
33 RESUMECOMMAND="/usr/bin/wget -c -t 5 --passive-ftp -P \${DISTDIR} \${URI}"
34
35 # Default user options
36 FEATURES="sandbox distlocks metadata-transfer"
37
38 # Default chunksize for binhost comms
39 PORTAGE_BINHOST_CHUNKSIZE="3000"
40
41 # By default wait 5 secs before cleaning a package
42 CLEAN_DELAY="5"
43
44 # By default wait 10 secs on an important warning
45 EMERGE_WARNING_DELAY="10"
46
47 # Automatically clean installed packages after they are updated.
48 # This option will be removed and forced to yes.
49 AUTOCLEAN="yes"
50
51 # Number of times 'emerge --sync' will run before giving up.
52 RSYNC_RETRIES="3"
53
54 # Number of seconds rsync will wait before timing out.
55 RSYNC_TIMEOUT="180"
56
57 # Minimal CONFIG_PROTECT
58 CONFIG_PROTECT="/etc"
59
60 # Disable auto-use
61 USE_ORDER="env:pkg:conf:defaults"
62
63 # Default ownership of installed files.
64 PORTAGE_INST_UID="0"
65 PORTAGE_INST_GID="0"
66
67 #            *****************************
68 #            **  DO NOT EDIT THIS FILE  **
69 # ***************************************************
70 # **** CHANGES TO make.conf *OVERRIDE* THIS FILE ****
71 # ***************************************************
72 # ** Incremental Variables Accumulate Across Files **
73 # **  USE, CONFIG_*, and FEATURES are incremental  **
74 # ***************************************************