diff options
author | Daouda Lo <daouda@mandriva.com> | 2004-09-20 06:53:31 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2004-09-20 06:53:31 +0000 |
commit | 330838dd9923b383d4e364483801cb9828942a94 (patch) | |
tree | fc2c49cba4ca0f98baa3accb3d2adef9956f57d1 | |
parent | 464b924b3e680b4f1377b4c371ad7374245b481b (diff) | |
download | mgaonline-330838dd9923b383d4e364483801cb9828942a94.tar mgaonline-330838dd9923b383d4e364483801cb9828942a94.tar.gz mgaonline-330838dd9923b383d4e364483801cb9828942a94.tar.bz2 mgaonline-330838dd9923b383d4e364483801cb9828942a94.tar.xz mgaonline-330838dd9923b383d4e364483801cb9828942a94.zip |
- update conf
-rwxr-xr-x | mdkupdate | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 { |