diff options
author | Francois Pons <fpons@mandriva.com> | 2002-12-06 15:15:13 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-12-06 15:15:13 +0000 |
commit | 60d4ad6c90817f674088bf32302c575b7b5129f2 (patch) | |
tree | 4b6615e0d16757d4d8101e1449a441b1168c4081 /urpm/parallel_ssh.pm | |
parent | 6df583d5c4a24b38545e8ee8fd26d19b7ff6b728 (diff) | |
download | urpmi-60d4ad6c90817f674088bf32302c575b7b5129f2.tar urpmi-60d4ad6c90817f674088bf32302c575b7b5129f2.tar.gz urpmi-60d4ad6c90817f674088bf32302c575b7b5129f2.tar.bz2 urpmi-60d4ad6c90817f674088bf32302c575b7b5129f2.tar.xz urpmi-60d4ad6c90817f674088bf32302c575b7b5129f2.zip |
4.1-9mdk
Diffstat (limited to 'urpm/parallel_ssh.pm')
-rw-r--r-- | urpm/parallel_ssh.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/parallel_ssh.pm b/urpm/parallel_ssh.pm index 9cc0198a..e376b8f8 100644 --- a/urpm/parallel_ssh.pm +++ b/urpm/parallel_ssh.pm @@ -108,7 +108,7 @@ sub parallel_install { while ($_ = <F>) { $bad_nodes{$node} .= $_; /Installation failed/ and $bad_nodes{$node} = ''; - /Installation is possible/ and delete $bad_nodes{$node}, last; + /Installation is possible|everything already installed/ and delete $bad_nodes{$node}, last; } close F; } |