From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 82A791397EC for ; Wed, 19 Aug 2015 21:50:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22EB214120; Wed, 19 Aug 2015 21:50:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1AD214120 for ; Wed, 19 Aug 2015 21:50:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8CD13406C7 for ; Wed, 19 Aug 2015 21:50:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4223E14E for ; Wed, 19 Aug 2015 21:49:59 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1440020985.710db44781655c192126ce09e53f03d2679042e2.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/cronbase/files/, sys-process/cronbase/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/cronbase/cronbase-0.3.7-r1.ebuild sys-process/cronbase/cronbase-0.3.7.ebuild sys-process/cronbase/files/run-crons-0.3.7 X-VCS-Directories: sys-process/cronbase/ sys-process/cronbase/files/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 710db44781655c192126ce09e53f03d2679042e2 X-VCS-Branch: master Date: Wed, 19 Aug 2015 21:49:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: eaba4692-d394-4c08-8ee1-2f616f4c737d X-Archives-Hash: 8f6cde342dcc310a22e08d032a57a2eb commit: 710db44781655c192126ce09e53f03d2679042e2 Author: Mike Frysinger gentoo org> AuthorDate: Wed Aug 19 21:48:47 2015 +0000 Commit: Mike Frysinger gentoo 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.