K 10 svn:author V 3 des K 8 svn:date V 27 2009-06-06T18:47:03.853158Z K 7 svn:log V 256 Revert (once again, and hopefully for the last time) to flock(2) locks. The problem with fcntl(2) locks is that they are not inherited by child processes. This breaks pidfile(3), where the common idiom is to open and lock the PID file before daemonizing. END