commit: 710db44781655c192126ce09e53f03d2679042e2
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 19 21:48:47 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 21:49:45 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710db447
sys-process/cronbase: fix lockdir path #557620
.../cronbase/{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(-)
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 16fe0fa..c661c77 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.