From 1071e028a5b7cd229cdcc30feacedb1e09069894 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 29 Jan 2007 04:09:12 +0000 Subject: Backport cron handling from HEAD. Patches-submitted-by: DSH@ --- cf/conf/config.xml | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) (limited to 'cf') diff --git a/cf/conf/config.xml b/cf/conf/config.xml index c00436b..f13c6f7 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -532,6 +532,80 @@ --> + + + 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 + + + */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 + + + */5 + * + * + * + * + root + /usr/local/bin/checkreload.sh + + -- cgit v1.1