From 525826ed1f908283be4a64db2d366bbe205717e0 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 20 Feb 2003 16:57:50 +0000 Subject: 4.2-21mdk --- urpm/parallel_ka_run.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm/parallel_ka_run.pm') diff --git a/urpm/parallel_ka_run.pm b/urpm/parallel_ka_run.pm index 9aa74497..90a14f98 100644 --- a/urpm/parallel_ka_run.pm +++ b/urpm/parallel_ka_run.pm @@ -187,7 +187,7 @@ sub parallel_install { /^\s*$/ and next; $bad_nodes{$node} .= $_; /Installation failed/ and $bad_nodes{$node} = ''; - /Installation is possible|everything already installed/ and delete $bad_nodes{$node}; + /Installation is possible/ and delete $bad_nodes{$node}; } close F or $urpm->{fatal}(1, _("rshp failed, maybe a node is unreacheable")); -- cgit v1.2.1