Ticket #1186: anacrontab.sample

File anacrontab.sample, 1.3 KB (added by bchesneau@…, 20 years ago)

files/anacrontab.sample

Line 
1# default anacrontab
2SHELL=/bin/sh
3PATH=__PREFIX/sbin:__PREFIX/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
4
5#----------------------------
6# Tasks defined by scripts in the __PREFIX/etc/cron.{daily,weekly,monthly} directories
7#
8
9##period   delay    job-identifier   command
10   1        5        cron.daily       nice run-parts --report __PREFIX/etc/cron.daily
11   7       10        cron.weekly      nice run-parts --report __PREFIX/etc/cron.weekly
12  30       15        cron.monthly     nice run-parts --report __PREFIX/etc/cron.monthly
13
14
15
16#----------------------------
17# Standard MacOS X cron jobs (If you would like anacron to be responsible for running these jobs,
18#                             uncomment the lines below and comment out the corresponding lines in
19#                             the system crontab at /etc/crontab)
20
21## period   delay    job-identifier   command
22#  1        5        syscron.daily      periodic daily
23#  7        10       syscron.weekly     periodic weekly
24#  30       15       syscron.monthly    periodic monthly
25
26#-----------------------------
27# Example ancillary cron jobs
28
29##period   delay    job-identifier    command
30#  1        20       locate.updatedb   csh /usr/libexec/locate.updatedb
31#  1        25       makewhatis.local  sh /usr/libexec/makewhatis.local __PREFIX/share/man/