diff options
Diffstat (limited to 'sys-process/vixie-cron/files/crontab')
-rw-r--r-- | sys-process/vixie-cron/files/crontab | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-process/vixie-cron/files/crontab b/sys-process/vixie-cron/files/crontab deleted file mode 100644 index 15622cb83e60..000000000000 --- a/sys-process/vixie-cron/files/crontab +++ /dev/null @@ -1,15 +0,0 @@ -# for vixie cron -# - -# 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 -*/15 * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons -0 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly -0 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 |