Quote the file path and uri inside FETCHCOMMAND and RESUMECOMMAND. Thanks
[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$
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 -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\""
33 RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\""
34
35 # Default user options
36 FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
37
38 # Enable for global testing
39 FEATURES="${FEATURES} preserve-libs"
40
41 # Default chunksize for binhost comms
42 PORTAGE_BINHOST_CHUNKSIZE="3000"
43
44 # By default wait 5 secs before cleaning a package
45 CLEAN_DELAY="5"
46
47 # By default wait 10 secs on an important warning
48 EMERGE_WARNING_DELAY="10"
49
50 # Automatically clean installed packages after they are updated.
51 # This option will be removed and forced to yes.
52 AUTOCLEAN="yes"
53
54 # Number of times 'emerge --sync' will run before giving up.
55 PORTAGE_RSYNC_RETRIES="3"
56
57 # Number of seconds rsync will wait before timing out.
58 #RSYNC_TIMEOUT="180"
59
60 PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
61
62 # Minimal CONFIG_PROTECT
63 CONFIG_PROTECT="/etc"
64 CONFIG_PROTECT_MASK="/etc/env.d"
65
66 # Disable auto-use
67 USE_ORDER="env:pkg:conf:defaults:pkginternal:env.d"
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 PORTAGE_ELOG_SYSTEM="save_summary echo"
79
80 PORTAGE_ELOG_MAILURI="root"
81 PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for \${PACKAGE} on \${HOST}"
82 PORTAGE_ELOG_MAILFROM="portage@localhost"
83
84 #            *****************************
85 #            **  DO NOT EDIT THIS FILE  **
86 # ***************************************************
87 # **** CHANGES TO make.conf *OVERRIDE* THIS FILE ****
88 # ***************************************************
89 # ** Incremental Variables Accumulate Across Files **
90 # **  USE, CONFIG_*, and FEATURES are incremental  **
91 # ***************************************************