Move hard coding of /etc/env.d in CONFIG_PROTECT_MASK from portage.config.__getitem__...
[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 -T 60 --passive-ftp -P \${DISTDIR} \${URI}"
33 RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --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 PORTAGE_RSYNC_RETRIES="3"
53
54 # Number of seconds rsync will wait before timing out.
55 #RSYNC_TIMEOUT="180"
56
57 PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
58
59 # Minimal CONFIG_PROTECT
60 CONFIG_PROTECT="/etc"
61 CONFIG_PROTECT_MASK="/etc/env.d"
62
63 # Hide USE flags that can't be changed easily.
64 USE_EXPAND_HIDDEN="ELIBC KERNEL USERLAND"
65
66 # Disable auto-use
67 USE_ORDER="env:pkg:conf:defaults"
68
69 # Default ownership of installed files.
70 PORTAGE_INST_UID="0"
71 PORTAGE_INST_GID="0"
72
73 # Mode bits for ${WORKDIR} (see ebuild.5).
74 PORTAGE_WORKDIR_MODE="0700"
75
76 # Some defaults for elog
77 PORTAGE_ELOG_CLASSES="log warn error"
78
79 PORTAGE_ELOG_MAILURI="root"
80 PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for \${PACKAGE} on \${HOST}"
81 PORTAGE_ELOG_MAILFROM="portage"
82
83 #            *****************************
84 #            **  DO NOT EDIT THIS FILE  **
85 # ***************************************************
86 # **** CHANGES TO make.conf *OVERRIDE* THIS FILE ****
87 # ***************************************************
88 # ** Incremental Variables Accumulate Across Files **
89 # **  USE, CONFIG_*, and FEATURES are incremental  **
90 # ***************************************************