diff options
author | 2003-11-19 06:44:55 +0000 | |
---|---|---|
committer | 2003-11-19 06:44:55 +0000 | |
commit | 0af6abf69d626f14374c74cf97398d614f9b160e (patch) | |
tree | 7bdf260a5f9e62693beb1a86ca7d70fa7483a6bc /sys-apps/fcron/files | |
parent | Changed crontab to exec run-crons every minute, only works right with (diff) | |
download | gentoo-2-0af6abf69d626f14374c74cf97398d614f9b160e.tar.gz gentoo-2-0af6abf69d626f14374c74cf97398d614f9b160e.tar.bz2 gentoo-2-0af6abf69d626f14374c74cf97398d614f9b160e.zip |
Changed run-crons to run every minute - requires newer cronbase.
Diffstat (limited to 'sys-apps/fcron/files')
-rw-r--r-- | sys-apps/fcron/files/crontab-2.0.0-r4 | 19 | ||||
-rw-r--r-- | sys-apps/fcron/files/digest-fcron-2.0.0-r4 | 1 |
2 files changed, 20 insertions, 0 deletions
diff --git a/sys-apps/fcron/files/crontab-2.0.0-r4 b/sys-apps/fcron/files/crontab-2.0.0-r4 new file mode 100644 index 000000000000..83e6d2dba281 --- /dev/null +++ b/sys-apps/fcron/files/crontab-2.0.0-r4 @@ -0,0 +1,19 @@ +# /etc/crontab +# +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/files/crontab-2.0.0-r4,v 1.1 2003/11/19 06:44:55 prez Exp $ + +# fcron || dcron: +# This is NOT the system crontab! fcron and dcron do not support a system crontab. +# to get /etc/cron.{hourly|daily|weekly|montly} working with fcron or dcron do +# crontab /etc/crontab +# as root. +# NOTE: This will REPLACE root's current crontab!! +# 20 Apr 2002; Thilo Bangert <bangert@gentoo.org> + +# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly + +0 * * * * rm -f /var/spool/cron/lastrun/cron.hourly +0 0 * * * rm -f /var/spool/cron/lastrun/cron.daily +0 0 * * 6 rm -f /var/spool/cron/lastrun/cron.weekly +0 0 1 * * rm -f /var/spool/cron/lastrun/cron.monthly +* * * * * /usr/bin/test -x /usr/sbin/run-crons && /usr/sbin/run-crons diff --git a/sys-apps/fcron/files/digest-fcron-2.0.0-r4 b/sys-apps/fcron/files/digest-fcron-2.0.0-r4 new file mode 100644 index 000000000000..45d732101fce --- /dev/null +++ b/sys-apps/fcron/files/digest-fcron-2.0.0-r4 @@ -0,0 +1 @@ +MD5 b20c6bc5d9435a790e5500ecb7990df8 fcron-2.0.0.src.tar.gz 144069 |