1
|
SHELL=/bin/sh
|
2
|
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
|
3
|
HOME=/var/log
|
4
|
#minute hour mday month wday who command
|
5
|
*/5 * * * * root /usr/bin/nice -n20 /usr/libexec/atrun
|
6
|
*/11 * * * * operator /usr/bin/nice -n20 /usr/libexec/save-entropy
|
7
|
0 * * * * root /usr/bin/nice -n20 newsyslog
|
8
|
1 3 * * * root /usr/bin/nice -n20 periodic daily
|
9
|
15 4 * * 6 root /usr/bin/nice -n20 periodic weekly
|
10
|
30 5 1 * * root /usr/bin/nice -n20 periodic monthly
|
11
|
1,31 0-5 * * * root /usr/bin/nice -n20 adjkerntz -a
|
12
|
1 * 1 * * root /usr/bin/nice -n20 /etc/rc.update_bogons.sh
|
13
|
*/60 * 1 * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout
|
14
|
1 2 * * * root /usr/bin/nice -n20 /etc/rc.dyndns.update
|