summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2006-05-25 13:30:45 +0000
committerAlec Warner <antarus@gentoo.org>2006-05-25 13:30:45 +0000
commit9b4a3794a9fabf916a48e8be5b33898e4680dfc9 (patch)
tree5bbd395662639972750173802d3a693ba3548ff2 /cnf
parentset a timeout on wget to 60 seconds to fix bug 101196; the old timeout was 15... (diff)
downloadportage-multirepo-9b4a3794a9fabf916a48e8be5b33898e4680dfc9.tar.gz
portage-multirepo-9b4a3794a9fabf916a48e8be5b33898e4680dfc9.tar.bz2
portage-multirepo-9b4a3794a9fabf916a48e8be5b33898e4680dfc9.zip
update the wget examples in make.conf
svn path=/main/trunk/; revision=3413
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index ab8e6aee..a2b5c01e 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -117,12 +117,12 @@
# will be available.
#
# Default fetch command (5 tries, passive ftp for firewall compatibility)
-#FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -P \${DISTDIR}"
-#RESUMECOMMAND="/usr/bin/wget -c -t 5 --passive-ftp \${URI} -P \${DISTDIR}"
+#FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp \${URI} -P \${DISTDIR}"
+#RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp \${URI} -P \${DISTDIR}"
#
# Using wget, ratelimiting downloads
-#FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp --limit-rate=200k \${URI} -P \${DISTDIR}"
-#RESUMECOMMAND="/usr/bin/wget -c -t 5 --passive-ftp --limit-rate=200k \${URI} -P \${DISTDIR}"
+#FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp --limit-rate=200k \${URI} -P \${DISTDIR}"
+#RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp --limit-rate=200k \${URI} -P \${DISTDIR}"
#
# Lukemftp (BSD ftp):
#FETCHCOMMAND="/usr/bin/lukemftp -s -a -o \${DISTDIR}/\${FILE} \${URI}"