From c1c0c203c975a536407843f349c9c970db5dde12 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 18 Aug 2008 08:22:08 +0000 Subject: add back the warning "the following message is parsed in urpm::parallel_*" (thanks to tvignaud) --- urpme | 1 + 1 file changed, 1 insertion(+) (limited to 'urpme') 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))); -- cgit v1.2.1