summaryrefslogtreecommitdiffstats
path: root/cnf/make.globals
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-10-10 14:14:12 -0700
committerZac Medico <zmedico@gentoo.org>2010-10-10 14:14:12 -0700
commit1a3f5372dcbb03c6df6490cf78a6699e9b36a225 (patch)
tree60b49c6482ab1d3bfb83b4393fcdaacdef3afbbf /cnf/make.globals
parenta0780b8b762637b2d09c62b5e103596e2b674971 (diff)
downloadportage-1a3f5372dcbb03c6df6490cf78a6699e9b36a225.tar.gz
portage-1a3f5372dcbb03c6df6490cf78a6699e9b36a225.tar.bz2
portage-1a3f5372dcbb03c6df6490cf78a6699e9b36a225.zip
FETCHCOMMAND: Update comments for wget 3 tries.
Diffstat (limited to 'cnf/make.globals')
-rw-r--r--cnf/make.globals2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 6a7a21263..69a553d5f 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -36,7 +36,7 @@ RPMDIR=/usr/portage/rpm
# Temporary build directory
PORTAGE_TMPDIR=/var/tmp
-# Fetching command (5 tries, passive ftp for firewall compatibility)
+# Fetching command (3 tries, passive ftp for firewall compatibility)
FETCHCOMMAND="/usr/bin/wget -t 3 -T 60 --passive-ftp -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\""
RESUMECOMMAND="/usr/bin/wget -c -t 3 -T 60 --passive-ftp -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\""