From 710db44781655c192126ce09e53f03d2679042e2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 19 Aug 2015 17:48:47 -0400 Subject: [PATCH] sys-process/cronbase: fix lockdir path #557620 --- .../{cronbase-0.3.7.ebuild => cronbase-0.3.7-r1.ebuild} | 0 sys-process/cronbase/files/run-crons-0.3.7 | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename sys-process/cronbase/{cronbase-0.3.7.ebuild => cronbase-0.3.7-r1.ebuild} (100%) 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. -- 2.26.2