On Thu 02 Feb 2006, Benoît Dejean wrote: > Le jeudi 02 février 2006 à 12:59 +0100, Paul Slootman a écrit : > > > Can you give an example of such a file? Are these in /tmp? If not, in > > what directory? > > sudo find /tmp -name '*.lock*' > Password: > /tmp/orbit-benoit/bonobo-activation-register.lock > > Btw, i think .lock (and maybe .pid files) are important files that > should not be removed by default.
Important files such as .lock files and .pid files should be written under /var/run/. If they are user-dependent (multiple users create multiple .lock and/or .pid files) then they should be placed under the home directory, preferably with also the system name in the file name (in case of NFS-mounten home dirs). I think I will contact the bonobo maintainer for his opinion. Thanks, Paul Slootman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

