diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-09-25 00:51:30 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-09-25 00:51:30 +0000 |
commit | fc23fbfe6e7338dba1dc7c90c94856af525a7fb1 (patch) | |
tree | 78f9f24e8f698bfb8413f17eaa377f4cffaf552f /etc/crontab | |
parent | 31ef2e70b1271f5c2f2fe84b5eb0da251afe373b (diff) | |
download | pfsense-fc23fbfe6e7338dba1dc7c90c94856af525a7fb1.zip pfsense-fc23fbfe6e7338dba1dc7c90c94856af525a7fb1.tar.gz |
Cleanup file
Diffstat (limited to 'etc/crontab')
-rw-r--r-- | etc/crontab | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/etc/crontab b/etc/crontab index cfa9635..556827d 100644 --- a/etc/crontab +++ b/etc/crontab @@ -1,12 +1,12 @@ SHELL=/bin/sh PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin HOME=/var/log -#minute hour mday month wday who command -0 * * * * root /usr/bin/nice -n20 newsyslog -1,31 0-5 * * * root /usr/bin/nice -n20 adjkerntz -a -1 * 1 * * root /usr/bin/nice -n20 /etc/rc.update_bogons.sh -*/60 * * * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout -1 1 * * * root /usr/bin/nice -n20 /etc/rc.dyndns.update -*/5 * * * * root /usr/bin/nice -n20 /etc/ping_hosts.sh -*/60 * * * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot -*/60 * * * * root /usr/local/sbin/expiretable -t 1800 snort2c +#minute hour mday month wday who command +0 * * * * root /usr/bin/nice -n20 newsyslog +1,31 0-5 * * * root /usr/bin/nice -n20 adjkerntz -a +1 * 1 * * root /usr/bin/nice -n20 /etc/rc.update_bogons.sh +*/60 * * * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout +1 1 * * * root /usr/bin/nice -n20 /etc/rc.dyndns.update +*/5 * * * * root /usr/bin/nice -n20 /etc/ping_hosts.sh +*/60 * * * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot +*/60 * * * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -t 1800 snort2c |