diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-08-19 17:48:47 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-19 17:49:45 -0400 |
commit | 710db44781655c192126ce09e53f03d2679042e2 (patch) | |
tree | c73e3af393efa5f315adf97a2628211473e692a9 /sys-process/cronbase | |
parent | dev-python/rdflib: Fix whitespace and simplify docs path (diff) | |
download | gentoo-710db44781655c192126ce09e53f03d2679042e2.tar.gz gentoo-710db44781655c192126ce09e53f03d2679042e2.tar.bz2 gentoo-710db44781655c192126ce09e53f03d2679042e2.zip |
sys-process/cronbase: fix lockdir path #557620
Diffstat (limited to 'sys-process/cronbase')
-rw-r--r-- | sys-process/cronbase/cronbase-0.3.7-r1.ebuild (renamed from sys-process/cronbase/cronbase-0.3.7.ebuild) | 0 | ||||
-rwxr-xr-x | sys-process/cronbase/files/run-crons-0.3.7 | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/cronbase/cronbase-0.3.7.ebuild b/sys-process/cronbase/cronbase-0.3.7-r1.ebuild index a05a141f612e..a05a141f612e 100644 --- a/sys-process/cronbase/cronbase-0.3.7.ebuild +++ b/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. |