diff options
author | Daouda Lo <daouda@mandriva.com> | 2005-01-20 10:48:19 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2005-01-20 10:48:19 +0000 |
commit | 9e114895870650b5eb7193272330745fade7ae2e (patch) | |
tree | da11e1ca00b807b6397ad866c83408cb811449e7 | |
parent | 4bf41983509ef63f7427fffa33e434af3256b4f7 (diff) | |
download | mgaonline-9e114895870650b5eb7193272330745fade7ae2e.tar mgaonline-9e114895870650b5eb7193272330745fade7ae2e.tar.gz mgaonline-9e114895870650b5eb7193272330745fade7ae2e.tar.bz2 mgaonline-9e114895870650b5eb7193272330745fade7ae2e.tar.xz mgaonline-9e114895870650b5eb7193272330745fade7ae2e.zip |
- fix cloberred file
-rwxr-xr-x | mdkupdate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ if ($o{LOGIN} && $o{PASS} && $o{LOGIN} !~ /\s+/ && $o{PASS} !~ /\s+/) { #printf "SCHEDULED = $scheduled\nNOSCHEDULED = $noscheduled\n"; -f $currentrpm or rpm_qa($currentrpm); if ($opt eq '--applet') { - system "/usr/bin/MandrakeUpdate", "--no-confirmation", "--media=update_source", "--pkg-sel=$scheduled", "--pkg-nosel=$noscheduled" + system "/usr/bin/MandrakeUpdate", "--no-confirmation", "--no-media-update", "--media=update_source", "--pkg-sel=$scheduled", "--pkg-nosel=$noscheduled" } elsif ($opt eq '--auto') { $o{AUTO} eq 'TRUE' and auto_install_rpms($c2h->{sched}) } |