From: Sven Hoexter Date: Wed, 27 Apr 2011 14:20:08 +0000 (+0200) Subject: On some systems /var/lock/ is on tmpfs or will be cleaned otherwise X-Git-Url: https://git.sven.stormbind.net/?a=commitdiff_plain;h=fce842f605cc19b181e4952b38f892f311d1d4fd;hp=fce842f605cc19b181e4952b38f892f311d1d4fd;p=sven%2Fscripts.git On some systems /var/lock/ is on tmpfs or will be cleaned otherwise on reboot. So we've to make sure that our subdir in /var/lock is created with approriate permissions before we touch the lockfile. ---