diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-08-18 08:22:08 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-08-18 08:22:08 +0000 |
commit | c1c0c203c975a536407843f349c9c970db5dde12 (patch) | |
tree | 71429d2cbdf00d308d5efe56caff23445e28f9a6 /urpme | |
parent | 7465a6cd9b6fe1b6a6493bcaecb5bf679404ced3 (diff) | |
download | urpmi-c1c0c203c975a536407843f349c9c970db5dde12.tar urpmi-c1c0c203c975a536407843f349c9c970db5dde12.tar.gz urpmi-c1c0c203c975a536407843f349c9c970db5dde12.tar.bz2 urpmi-c1c0c203c975a536407843f349c9c970db5dde12.tar.xz urpmi-c1c0c203c975a536407843f349c9c970db5dde12.zip |
add back the warning "the following message is parsed in urpm::parallel_*" (thanks to tvignaud)
Diffstat (limited to 'urpme')
-rw-r--r-- | urpme | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -117,6 +117,7 @@ if (@cmdline_pkgs_to_remove || $options{matches}) { }, callback_base => sub { my ($urpm, @l) = @_; + #- Warning : the following message is parsed in urpm::parallel_* $urpm->{fatal}(1, P("Removing the following package will break your system:", "Removing the following packages will break your system:", int(@l)) . "\n" . add_leading_spaces(urpm::select::translate_why_removed($urpm, $state, @l))); |