diff options
author | Daouda Lo <daouda@mandriva.com> | 2004-09-30 04:10:57 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2004-09-30 04:10:57 +0000 |
commit | b517fd4c23f396608a1be3bd602d06e3340ccdab (patch) | |
tree | b409e58836500faf207806ec8529778a2dc566c5 | |
parent | 1f6106d6567494cae7629e80254e5b6273c1edc8 (diff) | |
download | mgaonline-b517fd4c23f396608a1be3bd602d06e3340ccdab.tar mgaonline-b517fd4c23f396608a1be3bd602d06e3340ccdab.tar.gz mgaonline-b517fd4c23f396608a1be3bd602d06e3340ccdab.tar.bz2 mgaonline-b517fd4c23f396608a1be3bd602d06e3340ccdab.tar.xz mgaonline-b517fd4c23f396608a1be3bd602d06e3340ccdab.zip |
- update agent
-rwxr-xr-x | mdkupdate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ my %o = getVarsFromSh($conffile); if ($o{LOGIN} && $o{PASS} && $o{LOGIN} !~ /\s+/ && $o{PASS} !~ /\s+/) { my $u; my $MandrakeUpdateURL = $url->{online3_RemoteAction} . '?action=ScheduledRPM' . '&log=' . $o{LOGIN} . '&pass=' . $o{PASS} . '&host=' . $o{MACHINE} . '&key=' . $o{CURRENTKEY}; - my $resp = mdkonline::get_from_URL($MandrakeUpdateURL, 'MdkUpdateAgent/1.1'); + my $resp = mdkonline::get_from_URL($MandrakeUpdateURL, 'MdkUpdateAgent'); my $contents = $resp->content; #print "CONTENTS = $contents \n"; if ($resp->is_success) { |