diff options
author | Norbert Preining <preining@logic.at> | 2010-03-14 15:52:58 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2010-03-14 15:52:58 +0000 |
commit | 5a3b067e65a75ce1c3ac44359bcb0e711252857c (patch) | |
tree | 6a95493b78049073407052cb2e80ddeabde5d301 /Master/tlpkg | |
parent | d0e0ada2fca9b2bb08524047800086a4eadbe6a3 (diff) |
turn on persistent download connections by default, document how to
turn them off, and change user agent strings for wget to "texlive/wget"
and use "texlive/lwp" for the new method
git-svn-id: svn://tug.org/texlive/trunk@17455 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index c77c17a55b4..f674f04b10c 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -2252,7 +2252,7 @@ sub _download_file my $wget = $ENV{"TL_DOWNLOAD_PROGRAM"} || $wgetdefault; my $wgetargs = $ENV{"TL_DOWNLOAD_ARGS"} - || "--user-agent=texlive --tries=10 --timeout=900 -q -O"; + || "--user-agent=texlive/wget --tries=10 --timeout=900 -q -O"; debug("downloading $url using $wget $wgetargs\n"); my $ret; |