diff options
author | Thierry Vignaud <tv@mandriva.org> | 2006-11-27 18:52:50 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2006-11-27 18:52:50 +0000 |
commit | 40b9b6ee33887adc7566ce777f33dfc1337a3570 (patch) | |
tree | 3314f96b5f1cc316aa75fbdc2e6304c92a0b1c39 | |
parent | 48ac7e11b34056878266d7aa3c20dbc02128eb96 (diff) | |
download | rpmdrake-40b9b6ee33887adc7566ce777f33dfc1337a3570.tar rpmdrake-40b9b6ee33887adc7566ce777f33dfc1337a3570.tar.gz rpmdrake-40b9b6ee33887adc7566ce777f33dfc1337a3570.tar.bz2 rpmdrake-40b9b6ee33887adc7566ce777f33dfc1337a3570.tar.xz rpmdrake-40b9b6ee33887adc7566ce777f33dfc1337a3570.zip |
default to "all updates" rather than "security updates" in MandrivaUpdate mode
-rwxr-xr-x | rpmdrake | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ $default_list_mode = 'all' if $MODE eq 'install'; if ($MODE eq 'remove') { $default_list_mode = 'installed'; } elsif ($MODE eq 'update') { - $default_list_mode = 'security'; + $default_list_mode = 'all_updates'; } eval { |