diff options
author | Thilo Bangert <bangert@gentoo.org> | 2006-05-16 12:06:30 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2006-05-16 12:06:30 +0000 |
commit | 31ef84f11cf5ef18ad49a8ac2b985b833e1a0583 (patch) | |
tree | 9c880eb829f706a521e1e853a8656a946f6558cf /sys-process/bcron/files | |
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')
-rw-r--r-- | sys-process/bcron/files/crontab | 18 | ||||
-rw-r--r-- | sys-process/bcron/files/digest-bcron-0.09 | 1 |
2 files changed, 19 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 diff --git a/sys-process/bcron/files/digest-bcron-0.09 b/sys-process/bcron/files/digest-bcron-0.09 new file mode 100644 index 000000000000..1e5c2ad2cccb --- /dev/null +++ b/sys-process/bcron/files/digest-bcron-0.09 @@ -0,0 +1 @@ +MD5 55348c1509ce3362a392ebd8e210c5eb bcron-0.09.tar.gz 57584 |