From c4d1ff721170fcf10dab78604eb3c90e94ed5013 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Fri, 19 Mar 2004 16:14:41 +0000 Subject: - give MandrakeUpdate good package naming --- mdkupdate | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mdkupdate b/mdkupdate index cb85f821..e704b14c 100755 --- a/mdkupdate +++ b/mdkupdate @@ -79,14 +79,15 @@ if ($o{LOGIN} && $o{PASS} && $o{LOGIN} !~ /\s+/ && $o{PASS} !~ /\s+/) { my $action = { 10 => sub { my $c2h = splitContents($contents); - printf("\nCONTENTS = $contents \n torf = %s\n OLDKEY = %s = %s \n NEWKEY = %s \n FTP = %s", $c2h->{torf}, $c2h->{OLDKEY}, $o{CURRENTKEY}, $c2h->{NEWKEY}, $c2h->{FTP} ); + #printf("\nCONTENTS = $contents \n torf = %s\n OLDKEY = %s = %s \n NEWKEY = %s \n FTP = %s\n", $c2h->{torf}, $c2h->{OLDKEY}, $o{CURRENTKEY}, $c2h->{NEWKEY}, $c2h->{FTP} ); if ($c2h->{torf} eq "TRUE" && $c2h->{OLDKEY} && $c2h->{NEWKEY}) { updateConf($c2h->{OLDKEY}, $c2h->{NEWKEY}) } if ($c2h->{FTP}) { # for debugging purpose $c2h->{FTP} = 'ftp://ftp.lip6.fr/pub/linux/distributions/mandrake/updates'; addMedia($c2h->{FTP}) } $scheduled = join(',',@{$c2h->{sched}}); - $noscheduled = join(',',@{$c2h->{nosched}}); + $noscheduled = join(',',@{$c2h->{nosched}}); $noscheduled = s/.rpm//; + print "SCHEDULED = $scheduled\n; NOSCHEDULED = $noscheduled\n"; if ($opt eq '--applet') { system "MandrakeUpdate","--media=mdkupdate","--pkg-sel=$scheduled","--pkg-nosel=$nosheduled"; } elsif ($opt eq '--auto') { -- cgit v1.2.1