On Wed, Apr 09, 2003 at 09:09:54AM +0200, S?ren Friis-Nielsen wrote:
> I have edited /etc/init.d/bootmisc.sh
> About 40 lines down I added a line:
> 
> ( cd /tmp && \
> ~  find . -xdev \
> ~  $TEXPR \
> ~  ! -name . \
> ~  ! \( -name lost+found -uid 0 \) \
> ~  ! \( -name quota.user -uid 0 \) \
> ~  ! \( -name quota.group -uid 0 \) \
> ~  ! \( -name .ICE-unix -uid 0 \) \ # This is the new line
> ~  ! \( -name .journal -uid 0 \) \
> ~    -depth -exec rm -rf -- {} \; )
> rm -f /tmp/.X*-lock
> 
> I haven't rebooted yet, so I don't know if it works.

Probably, but you're not getting rid of any stale files inside of
.ICE-unix. :)

-- 
Daniel Stone         <[EMAIL PROTECTED]>             <[EMAIL PROTECTED]>
KDE: Konquering a desktop near you - http://www.kde.org

Attachment: pgpBD4XbP95Gb.pgp
Description: PGP signature

Reply via email to