summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2004-09-30 04:10:57 +0000
committerDaouda Lo <daouda@mandriva.com>2004-09-30 04:10:57 +0000
commitb517fd4c23f396608a1be3bd602d06e3340ccdab (patch)
treeb409e58836500faf207806ec8529778a2dc566c5 /mdkupdate
parent1f6106d6567494cae7629e80254e5b6273c1edc8 (diff)
downloadmgaonline-b517fd4c23f396608a1be3bd602d06e3340ccdab.tar
mgaonline-b517fd4c23f396608a1be3bd602d06e3340ccdab.tar.gz
mgaonline-b517fd4c23f396608a1be3bd602d06e3340ccdab.tar.bz2
mgaonline-b517fd4c23f396608a1be3bd602d06e3340ccdab.tar.xz
mgaonline-b517fd4c23f396608a1be3bd602d06e3340ccdab.zip
- update agent
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index 1bd68139..226a0c82 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -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) {