summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2004-09-20 06:53:31 +0000
committerDaouda Lo <daouda@mandriva.com>2004-09-20 06:53:31 +0000
commit330838dd9923b383d4e364483801cb9828942a94 (patch)
treefc2c49cba4ca0f98baa3accb3d2adef9956f57d1 /mdkupdate
parent464b924b3e680b4f1377b4c371ad7374245b481b (diff)
downloadmgaonline-330838dd9923b383d4e364483801cb9828942a94.tar
mgaonline-330838dd9923b383d4e364483801cb9828942a94.tar.gz
mgaonline-330838dd9923b383d4e364483801cb9828942a94.tar.bz2
mgaonline-330838dd9923b383d4e364483801cb9828942a94.tar.xz
mgaonline-330838dd9923b383d4e364483801cb9828942a94.zip
- update conf
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index 8d939e76..2b57bd62 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -99,7 +99,6 @@ if ($o{LOGIN} && $o{PASS} && $o{LOGIN} !~ /\s+/ && $o{PASS} !~ /\s+/) {
if (! -s "$confdir/mdkupdate.rpms" || $opt eq '--auto') {
#- send configuration and get back key to use...
my $r;
-
($r, $new{CURRENTKEY}) = send_conf_update($new{LOGIN}, $new{PASS}, $new{MACHINE});
if ($r eq 'TRUE') { delete $new{OLDKEY}; setVarsInSh($conffile, \%new) }
} else {