diff options
Diffstat (limited to 'urpm/download.pm')
-rw-r--r-- | urpm/download.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/urpm/download.pm b/urpm/download.pm index 37100c9b..9e3a4882 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -17,8 +17,6 @@ our @EXPORT = qw(get_proxy set_proxy_config dump_proxy_config ); -(our $VERSION) = q($Revision: 271299 $) =~ /(\d+)/; - #- proxy config file. our $PROXY_CFG = '/etc/urpmi/proxy.cfg'; my $proxy_config; |