zax customs
[anomen-kernel-config.git] / zax / customs / etc / crontab
blob408d3aa34d9a75591c0fa2ef551dd4e406bf2e49
1 # for vixie cron
2 # $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/files/crontab-3.0.1-r4,v 1.2 2009/05/12 09:13:46 bangert Exp $
4 # Global variables
5 SHELL=/bin/bash
6 PATH=/sbin:/bin:/usr/sbin:/usr/bin
7 MAILTO=""
8 HOME=/
10 # check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
11 59  *  * * *    root    rm -f /var/spool/cron/lastrun/cron.hourly
12 9  3  * * *     root    rm -f /var/spool/cron/lastrun/cron.daily
13 19 4  * * 6     root    rm -f /var/spool/cron/lastrun/cron.weekly
14 29 5  1 * *     root    rm -f /var/spool/cron/lastrun/cron.monthly
15 */10  *  * * *  root    test -x /usr/sbin/run-crons && /usr/sbin/run-crons