summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2005-02-16 11:00:19 +0000
committerDaouda Lo <daouda@mandriva.com>2005-02-16 11:00:19 +0000
commit9bf86e72c9674a1b129a0d1c32ad3f5cc09a0242 (patch)
tree7002fd91f81404d6363c5be4fb924b13dc30fe03 /mdkupdate
parentc2dc441562bbba3a41018c0764aad49c5c5cf30f (diff)
downloadmgaonline-9bf86e72c9674a1b129a0d1c32ad3f5cc09a0242.tar
mgaonline-9bf86e72c9674a1b129a0d1c32ad3f5cc09a0242.tar.gz
mgaonline-9bf86e72c9674a1b129a0d1c32ad3f5cc09a0242.tar.bz2
mgaonline-9bf86e72c9674a1b129a0d1c32ad3f5cc09a0242.tar.xz
mgaonline-9bf86e72c9674a1b129a0d1c32ad3f5cc09a0242.zip
- put the ftp site in the mdkonline conf file
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdkupdate b/mdkupdate
index a1f25c2a..726e2036 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -108,6 +108,7 @@ if ($o{LOGIN} && $o{PASS} && $o{LOGIN} !~ /\s+/ && $o{PASS} !~ /\s+/) {
#- send configuration and get back key to use...
my $r;
($r, $new{CURRENTKEY}) = send_conf_update($new{LOGIN}, $new{PASS}, $new{MACHINE});
+ $new{FTP} = if_($opt eq '--mnf', $c2h->{FTP});
if ($r eq 'TRUE') { delete $new{OLDKEY}; setVarsInSh($conffile, \%new) }
}
clean_dir();