On 2005-07-16 Martin-Eric Racine <[EMAIL PROTECTED]> wrote:
> On Sat, 16 Jul 2005, Andreas Metzler wrote:
>> Please apply the attached patch to /usr/lib//pbuilder/pbuilder-modules
>>a nd send me the gziped /tmp/xargsdebug....files.
> Hmm... Sorry, which attachment?
Second try :-)
cu andreas
--- /usr/lib//pbuilder/pbuilder-modules 2005-07-02 09:33:47.000000000 +0300
+++ /tmp/pbuilder-modules 2005-07-16 20:17:27.220761616 +0300
@@ -185,6 +185,8 @@
return;
fi
echo " -> removing directory $1 and its subdirectories"
+ find "$1" -xdev \( \! -type d \) -print0 | dd of=/tmp/xargsdebug`date +%s%N`
+ find "$1" -xdev -depth -type d -print0 | dd of=/tmp/xargsdebug`date +%s%N`
find "$1" -xdev \( \! -type d \) -print0 |xargs -0 rm -f
find "$1" -xdev -depth -type d -print0 | \
(xargs -0 rmdir || true)