sys-process/cronbase: fix lockdir path #557620
authorMike Frysinger <vapier@gentoo.org>
Wed, 19 Aug 2015 21:48:47 +0000 (17:48 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 19 Aug 2015 21:49:45 +0000 (17:49 -0400)
sys-process/cronbase/cronbase-0.3.7-r1.ebuild [moved from sys-process/cronbase/cronbase-0.3.7.ebuild with 100% similarity]
sys-process/cronbase/files/run-crons-0.3.7

index 16fe0fa2805a4878e78542be7819833852245e2d..c661c77a43fa3dff3b79d6d60b0e06ad22525f79 100755 (executable)
@@ -6,7 +6,7 @@
 # for scripts to be executed. The info about last run is stored in
 # /var/spool/cron/lastrun
 
-LOCKDIR="/var/run/lock"
+LOCKDIR="/var/lock"
 CRONSPOOLDIR="/var/spool/cron"
 LASTRUNDIR="${CRONSPOOLDIR}/lastrun"
 # This is the legacy lockfile that we need to clean up.