At Sat, 11 Jun 2005 12:23:17 +0200, Artur R. Czechowski wrote: > > On Sat, Jun 11, 2005 at 10:53:37AM +0900, Junichi Uekawa wrote: > > > During pbuilder login and after exitting the chroot environment > > > find complains about: > > The version of findutils? > ii findutils 4.2.20-2 utilities for finding files--find, xargs, an > Anyway, the fix for this bug is the following, which is applied in pbuilder cvs, and will be uploaded RSN.
--- pbuilder-modules.~1.80.~ 2005-06-05 11:50:50.000000000 +0900 +++ pbuilder-modules 2005-06-12 17:28:19.000000000 +0900 @@ -185,8 +185,8 @@ return; fi echo " -> removing directory $1 and its subdirectories" - find "$1" \( \! -type d \) -a -xdev -print0 |xargs -0 rm -f - find "$1" -type d -xdev -depth -print0 | \ + find "$1" -xdev \( \! -type d \) -print0 |xargs -0 rm -f + find "$1" -xdev -depth -type d -print0 | \ (xargs -0 rmdir || true) } -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]