diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-18 21:53:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-18 21:53:46 +0000 |
commit | c5c92a5f295429e27dcca2fdbe97fb32f7265f7f (patch) | |
tree | a056e9fe52832bb22ae7da7333cd1a85df73f51d /sys-apps/fcron | |
parent | #47251 thanks to Salim Fadhley <sal@stodge.org> (Manifest recommit) (diff) | |
download | gentoo-2-c5c92a5f295429e27dcca2fdbe97fb32f7265f7f.tar.gz gentoo-2-c5c92a5f295429e27dcca2fdbe97fb32f7265f7f.tar.bz2 gentoo-2-c5c92a5f295429e27dcca2fdbe97fb32f7265f7f.zip |
old
Diffstat (limited to 'sys-apps/fcron')
-rw-r--r-- | sys-apps/fcron/files/crontab | 6 | ||||
-rw-r--r-- | sys-apps/fcron/files/crontab-2.0.0-r4 | 19 |
2 files changed, 3 insertions, 22 deletions
diff --git a/sys-apps/fcron/files/crontab b/sys-apps/fcron/files/crontab index f4368847875d..e38c63d7beed 100644 --- a/sys-apps/fcron/files/crontab +++ b/sys-apps/fcron/files/crontab @@ -1,6 +1,6 @@ # /etc/crontab # -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/files/crontab,v 1.4 2003/12/12 18:08:08 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/files/crontab,v 1.5 2004/04/18 21:53:46 vapier Exp $ # fcron || dcron: # This is NOT the system crontab! fcron and dcron do not support a system crontab. @@ -12,8 +12,8 @@ # check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly -*/15 * * * * /usr/bin/test -x /usr/sbin/run-crons && /usr/sbin/run-crons 0 * * * * rm -f /var/spool/cron/lastrun/cron.hourly -0 3 * * * rm -f /var/spool/cron/lastrun/cron.daily +1 3 * * * rm -f /var/spool/cron/lastrun/cron.daily 15 4 * * 6 rm -f /var/spool/cron/lastrun/cron.weekly 30 5 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/crontab-2.0.0-r4 b/sys-apps/fcron/files/crontab-2.0.0-r4 deleted file mode 100644 index e5459714ef15..000000000000 --- a/sys-apps/fcron/files/crontab-2.0.0-r4 +++ /dev/null @@ -1,19 +0,0 @@ -# /etc/crontab -# -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/files/crontab-2.0.0-r4,v 1.2 2003/12/12 18:08:08 pebenito 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 -1 3 * * * rm -f /var/spool/cron/lastrun/cron.daily -15 4 * * 6 rm -f /var/spool/cron/lastrun/cron.weekly -30 5 1 * * rm -f /var/spool/cron/lastrun/cron.monthly -* * * * * /usr/bin/test -x /usr/sbin/run-crons && /usr/sbin/run-crons |