Re: permissions of /tmp/.ICE-unix

2004-01-12 Thread David Pashley
On Jan 12, 2004 at 11:06, Mike Williams praised the llamas by saying: > This might be a FAQ, but I've just discovered that the following > init-script greatly improves my KDE start time: > > ,--- /etc/init.d/ICE-unix --- > | #!/bin/sh > | > | PATH=/sbin:/bin:/usr/sbin:/usr/bin > | >

Re: permissions of /tmp/.ICE-unix

2004-01-12 Thread cobaco
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2004-01-12 12:06, Mike Williams wrote: > This might be a FAQ, but I've just discovered that the following > init-script greatly improves my KDE start time: > > ,--- /etc/init.d/ICE-unix --- > > | #!/bin/sh > | > | PATH=/sbin:/bin:/usr/sbin:/

Re: permissions of /tmp/.ICE-unix

2004-01-12 Thread Mike Williams
> This might be a FAQ, but I've just discovered that the following > init-script greatly improves my KDE start time Sorry ... it seems that this is indeed a fairly well-known trick, and is even covered by an outstanding bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=198397 'Scuse the no

Re: permissions of /tmp/.ICE-unix

2004-01-12 Thread Magnus von Koeller
On Monday 12 January 2004 12:06, Mike Williams wrote: > This might be a FAQ, but I've just discovered that the following > init-script greatly improves my KDE start time: This is set up in /etc/init.d/xfree86-common: [...] set_up_ice_dir () { echo -n "Setting up ICE socket directory $ICE_DIR...

permissions of /tmp/.ICE-unix

2004-01-12 Thread Mike Williams
This might be a FAQ, but I've just discovered that the following init-script greatly improves my KDE start time: ,--- /etc/init.d/ICE-unix --- | #!/bin/sh | | PATH=/sbin:/bin:/usr/sbin:/usr/bin | | case "$1" in | start) | mkdir -p /tmp/.ICE-unix | chmod 1777 /