[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: KDE 3.1.1 Fast as root but slow as User



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 	     <daniel@raging.dropbear.id.au>             <dstone@kde.org>
KDE: Konquering a desktop near you - http://www.kde.org

Attachment: pgpg_jJzvLTMQ.pgp
Description: PGP signature


Reply to: