From d6e0df002cc316ad44df035b96a9621494187136 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 13 Jun 2005 01:17:59 +0000 Subject: Fix comment --- urpm/download.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'urpm/download.pm') diff --git a/urpm/download.pm b/urpm/download.pm index eef8f0f9..7afdbc94 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -9,8 +9,8 @@ use Cwd; our $PROXY_CFG = '/etc/urpmi/proxy.cfg'; my $proxy_config; -#- Timeout for curl connection (in seconds) -our $CONNECT_TIMEOUT = 60; +#- Timeout for curl connection and wget operations +our $CONNECT_TIMEOUT = 60; #- (in seconds) sub basename { local $_ = shift; s|/*\s*$||; s|.*/||; $_ } -- cgit v1.2.1