[Lunar-commits] <moonbase-other> cron-common: Moved run-parts to lunar-tools
Stefan Wold
ratler at lunar-linux.org
Thu Aug 23 19:46:03 CEST 2012
commit 126acb02da01a9287d3bbdfa7818faf4d007ecdb
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Thu, 23 Aug 2012 10:46:03 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/126acb02da01a9287d3bbdfa7818faf4d007ecdb
cron-common: Moved run-parts to lunar-tools
---
utils/cron-common/BUILD +1/-2
utils/cron-common/DETAILS +4/-7
2 files changed, 5 insertions (+), 9 deletions (-)
--- a/utils/cron-common/BUILD
+++ b/utils/cron-common/BUILD
@@ -2,8 +2,7 @@
invoke_installwatch &&
mkdir -p /etc/cron.{daily,hourly,weekly,monthly,d} &&
- install -m 755 $SOURCE_CACHE/$SOURCE /usr/bin/run-parts &&
- [ -e /etc/crontab ] || install -m 644 $SOURCE_CACHE/$SOURCE2 /etc/crontab &&
+ [ -e /etc/crontab ] || install -m 644 $SOURCE_CACHE/$SOURCE /etc/crontab &&
touch /etc/cron.deny &&
devoke_installwatch
--- a/utils/cron-common/DETAILS
+++ b/utils/cron-common/DETAILS
@@ -1,14 +1,11 @@
MODULE=cron-common
- VERSION=0.1
- SOURCE=run-parts-0.2
- SOURCE2=crontab-0.1
+ VERSION=0.2
+ SOURCE=crontab-0.2
SOURCE_URL=$PATCH_URL
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:94d6d2d782e088bd379991c2899054d01802baab
- SOURCE2_VFY=sha1:152be3e3a358d70eabe10957c3c6ba0651e5b7e9
+ SOURCE_VFY=sha1:f8831899b8202c8a96657598f4c9459891501ca8
MAINTAINER=ratler at lunar-linux.org
ENTERED=20091107
- UPDATED=20091107
+ UPDATED=20120823
SHORT="Common cron files shared between all crond"
cat <<EOF
Common cron files shared between all crond.
More information about the Lunar-commits
mailing list