From 31ef84f11cf5ef18ad49a8ac2b985b833e1a0583 Mon Sep 17 00:00:00 2001 From: Thilo Bangert Date: Tue, 16 May 2006 12:06:30 +0000 Subject: initial import. This is bcron, a new cron system designed with secureinitial import. This is bcron, a new cron system designed with secure operations in mind. Package-Manager: portage-2.0.54-r2 --- sys-process/bcron/files/crontab | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sys-process/bcron/files/crontab (limited to 'sys-process/bcron/files/crontab') diff --git a/sys-process/bcron/files/crontab b/sys-process/bcron/files/crontab new file mode 100644 index 000000000000..6185c3544ae8 --- /dev/null +++ b/sys-process/bcron/files/crontab @@ -0,0 +1,18 @@ +# for vixie cron +# +# $Header: /var/cvsroot/gentoo-x86/sys-process/bcron/files/crontab,v 1.1 2006/05/16 12:06:30 bangert Exp $ +# +# + +# Global variables +SHELL=/bin/bash +PATH=/sbin:/bin:/usr/sbin:/usr/bin +MAILTO=root +HOME=/ + +# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly +0 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly +1 3 * * * root rm -f /var/spool/cron/lastrun/cron.daily +15 4 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly +30 5 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly +*/10 * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons -- cgit v1.2.3-65-gdbad