diff options
author | 2006-05-16 12:06:30 +0000 | |
---|---|---|
committer | 2006-05-16 12:06:30 +0000 | |
commit | 31ef84f11cf5ef18ad49a8ac2b985b833e1a0583 (patch) | |
tree | 9c880eb829f706a521e1e853a8656a946f6558cf /sys-process/bcron/files/crontab | |
parent | Version bump (diff) | |
download | historical-31ef84f11cf5ef18ad49a8ac2b985b833e1a0583.tar.gz historical-31ef84f11cf5ef18ad49a8ac2b985b833e1a0583.tar.bz2 historical-31ef84f11cf5ef18ad49a8ac2b985b833e1a0583.zip |
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
Diffstat (limited to 'sys-process/bcron/files/crontab')
-rw-r--r-- | sys-process/bcron/files/crontab | 18 |
1 files changed, 18 insertions, 0 deletions
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 |