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
|
0 * * * * root /usr/bin/nice -n20 newsyslog
|
6
|
1,31 0-5 * * * root /usr/bin/nice -n20 adjkerntz -a
|
7
|
1 * 1 * * root /usr/bin/nice -n20 /etc/rc.update_bogons.sh
|
8
|
*/60 * * * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout
|
9
|
1 1 * * * root /usr/bin/nice -n20 /etc/rc.dyndns.update
|
10
|
*/5 * * * * root /usr/bin/nice -n20 /etc/ping_hosts.sh
|
11
|
*/60 * * * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot
|
12
|
*/60 * * * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -t 1800 snort2c
|