Control: fixed -1 4.4.2-4 Hello,
On Thu, Apr 23, 2009 at 03:05:53PM +0200, Marc Lehmann wrote:
> Package: findutils
> Version: 4.4.0-2
> Severity: wishlist
I have findutils 4.6.0+git+20161106-1 and cannot reproduce that:
$ cat xargs-P-test
#!/bin/sh
for p do
echo "Start $p"
sleep $p
echo "End $p"
done
$ seq 1 7 | xargs -P 6 -n 1 ./xargs-P-test
Start 1
Start 2
Start 3
Start 4
Start 5
Start 6
End 1
Start 7
End 2
End 3
End 4
End 5
End 6
End 7
So xargs starts job 7 as soon as job 1 dies.
Just tested jessie (4.4.2-9+b1) and wheezy (4.4.2-4) and both behave like
jessie's find. Marking fixed accordingly.
Best regards
Uwe
signature.asc
Description: PGP signature

