diff options
author | Alec Warner <antarus@gentoo.org> | 2006-05-25 13:30:45 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2006-05-25 13:30:45 +0000 |
commit | 9b4a3794a9fabf916a48e8be5b33898e4680dfc9 (patch) | |
tree | 5bbd395662639972750173802d3a693ba3548ff2 | |
parent | c6f09169e1a11d9903b30ce6043cbc48d67923e4 (diff) | |
download | portage-9b4a3794a9fabf916a48e8be5b33898e4680dfc9.tar.gz portage-9b4a3794a9fabf916a48e8be5b33898e4680dfc9.tar.bz2 portage-9b4a3794a9fabf916a48e8be5b33898e4680dfc9.zip |
update the wget examples in make.conf
svn path=/main/trunk/; revision=3413
-rw-r--r-- | cnf/make.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cnf/make.conf b/cnf/make.conf index ab8e6aeea..a2b5c01eb 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}" |