summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2004-03-23 18:29:32 +0000
committerDaouda Lo <daouda@mandriva.com>2004-03-23 18:29:32 +0000
commit834b6d978639c8ea137c3d688ba497c2640d52b7 (patch)
tree1b5cc3c44785fb312c577c2366a5476dccdd0fd3 /mdkupdate
parentf938eb3318a5cac8ba777fdeed76bbe03ba7008b (diff)
downloadmgaonline-834b6d978639c8ea137c3d688ba497c2640d52b7.tar
mgaonline-834b6d978639c8ea137c3d688ba497c2640d52b7.tar.gz
mgaonline-834b6d978639c8ea137c3d688ba497c2640d52b7.tar.bz2
mgaonline-834b6d978639c8ea137c3d688ba497c2640d52b7.tar.xz
mgaonline-834b6d978639c8ea137c3d688ba497c2640d52b7.zip
- back to ftp pool servers
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index 865f3631..8e279d97 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -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}});