From: Mike Frysinger Date: Wed, 19 Aug 2015 21:48:47 +0000 (-0400) Subject: sys-process/cronbase: fix lockdir path #557620 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=710db44781655c192126ce09e53f03d2679042e2;p=gentoo.git sys-process/cronbase: fix lockdir path #557620 --- diff --git a/sys-process/cronbase/cronbase-0.3.7.ebuild b/sys-process/cronbase/cronbase-0.3.7-r1.ebuild similarity index 100% rename from sys-process/cronbase/cronbase-0.3.7.ebuild rename to sys-process/cronbase/cronbase-0.3.7-r1.ebuild diff --git a/sys-process/cronbase/files/run-crons-0.3.7 b/sys-process/cronbase/files/run-crons-0.3.7 index 16fe0fa2805a..c661c77a43fa 100755 --- a/sys-process/cronbase/files/run-crons-0.3.7 +++ b/sys-process/cronbase/files/run-crons-0.3.7 @@ -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.