Bug#350218: [Pkg-sysvinit-devel] Bug#350218: initscripts: Bootclean doesn't clean all nested directories in /tmp

2006-02-06 Thread Eduardo PĂ©rez Ureta
On 2006-01-29 16:00:38 +0100, Thomas Hood wrote: > Piotr Kaczuba wrote: > > It's the change from find's exec to piping the stdout to xargs that > > broke it. > > OK, fixed in svn. Thanks for tracking down the bug. Could you post a URL to that svn repository? (I can't find it) There seems to be

Bug#350218: [Pkg-sysvinit-devel] Bug#350218: initscripts: Bootclean doesn't clean all nested directories in /tmp

2006-01-28 Thread Piotr Kaczuba
On Sat, Jan 28, 2006 at 06:31:24PM +0100, Thomas Hood wrote: > Piotr Kaczuba wrote: > > When cleaning /tmp, bootclean doesn't remove all directories. > > > Thanks for the report. > > Is this a new bug introduced in 2.86.ds1-11 or was the bug already present in, > e.g., 2.86.ds1-4 ? The bug was

Bug#350218: initscripts: Bootclean doesn't clean all nested directories in /tmp

2006-01-27 Thread Piotr Kaczuba
Package: initscripts Version: 2.86.ds1-11 Severity: normal When cleaning /tmp, bootclean doesn't remove all directories. The problem seems to be, that find lists first a parent directory and then the directories beneath. Removing the parent directory fails silently, because it's not empty. Thus,