summaryrefslogtreecommitdiffstats
path: root/urpme
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-08-18 08:22:08 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-08-18 08:22:08 +0000
commitc1c0c203c975a536407843f349c9c970db5dde12 (patch)
tree71429d2cbdf00d308d5efe56caff23445e28f9a6 /urpme
parent7465a6cd9b6fe1b6a6493bcaecb5bf679404ced3 (diff)
downloadurpmi-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--urpme1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpme b/urpme
index 46a3ec16..7dfc1301 100644
--- a/urpme
+++ b/urpme
@@ -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)));