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/libexec/atrun
|
6
|
*/11 * * * * operator nice -n20 /usr/libexec/save-entropy
|
7
|
0 * * * * root newsyslog
|
8
|
1 3 * * * root periodic daily
|
9
|
15 4 * * 6 root periodic weekly
|
10
|
30 5 1 * * root periodic monthly
|
11
|
1,31 0-5 * * * root adjkerntz -a
|
12
|
*/5 * * * * root nice -n20 /etc/rc.prunecaptiveportal
|
13
|
*/3000 * * * * root /etc/rc.conf_mount_rw && /usr/bin/fetch -q -o /etc/bogons "http://www.cymru.com/Documents/bogon-bn-nonagg.txt" && /sbin/pfctl -t bogons -T replace -f /etc/bogons && /etc/rc.conf_mount_ro
|
14
|
15 8 * * 6 root rm -rf /tmp/*
|