diff options
author | Daouda Lo <daouda@mandriva.com> | 2004-03-23 18:29:32 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2004-03-23 18:29:32 +0000 |
commit | 834b6d978639c8ea137c3d688ba497c2640d52b7 (patch) | |
tree | 1b5cc3c44785fb312c577c2366a5476dccdd0fd3 | |
parent | f938eb3318a5cac8ba777fdeed76bbe03ba7008b (diff) | |
download | mgaonline-834b6d978639c8ea137c3d688ba497c2640d52b7.tar mgaonline-834b6d978639c8ea137c3d688ba497c2640d52b7.tar.gz mgaonline-834b6d978639c8ea137c3d688ba497c2640d52b7.tar.bz2 mgaonline-834b6d978639c8ea137c3d688ba497c2640d52b7.tar.xz mgaonline-834b6d978639c8ea137c3d688ba497c2640d52b7.zip |
- back to ftp pool servers
-rwxr-xr-x | mdkupdate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ if ($o{LOGIN} && $o{PASS} && $o{LOGIN} !~ /\s+/ && $o{PASS} !~ /\s+/) { if ($c2h->{torf} eq "TRUE" && $c2h->{OLDKEY} && $c2h->{NEWKEY}) { updateConf($c2h->{OLDKEY}, $c2h->{NEWKEY}) } if ($c2h->{FTP}) { # for debugging purpose - $c2h->{FTP} = 'ftp://ftp.lip6.fr/pub/linux/distributions/mandrake/updates'; + #$c2h->{FTP} = 'ftp://ftp.lip6.fr/pub/linux/distributions/mandrake/updates'; addMedia($c2h->{FTP}) } $scheduled = join(',',@{$c2h->{sched}}); |