Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 175058 | Differences between
and this patch

Collapse All | Expand All

(-)cnf/make.globals (-2 / +2 lines)
Lines 29-36 Link Here
29
PORTAGE_TMPDIR=/var/tmp
29
PORTAGE_TMPDIR=/var/tmp
30
30
31
# Fetching command (5 tries, passive ftp for firewall compatibility)
31
# Fetching command (5 tries, passive ftp for firewall compatibility)
32
FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp -P \${DISTDIR} \${URI}"
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}"
33
RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -P \\\"\${DISTDIR}\\\" \\\"\${URI}\\\""
34
34
35
# Default user options
35
# Default user options
36
FEATURES="sandbox distlocks metadata-transfer"
36
FEATURES="sandbox distlocks metadata-transfer"

Return to bug 175058