diff options
author | Scott Ullrich <sullrich@su.local> | 2009-09-09 13:42:46 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@su.local> | 2009-09-09 13:42:46 -0400 |
commit | 51043cd13e101402ea5ae295c1f74c6a5449cc44 (patch) | |
tree | 6e4889bf715570218a38421bea6c8a923bf3903d /conf.default/config.xml | |
parent | b0d639a5e7880ee55c671cbabdb01cd0f1ae1b38 (diff) | |
download | pfsense-51043cd13e101402ea5ae295c1f74c6a5449cc44.zip pfsense-51043cd13e101402ea5ae295c1f74c6a5449cc44.tar.gz |
Revert "add crontab entries for snort auto block and snort update"
This reverts commit b0d639a5e7880ee55c671cbabdb01cd0f1ae1b38.
Diffstat (limited to 'conf.default/config.xml')
-rw-r--r-- | conf.default/config.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/conf.default/config.xml b/conf.default/config.xml index f19acf7..b617b23 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -721,24 +721,6 @@ <who>root</who> <command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot</command> </item> - <item> - <minute># */60</minute> - <hour>*</hour> - <mday>*</mday> - <month>*</month> - <wday>*</wday> - <who>root</who> - <command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -t 3600 snort2c</command> - </item> - <item> - <minute># *</minute> - <hour>20</hour> - <mday>*/7</mday> - <month>*</month> - <wday>*</wday> - <who>root</who> - <command>/usr/bin/nice -n20 /usr/local/bin/php -f /usr/local/pkg/snort_check_for_rule_updates.php</command> - </item> <item> <minute>*/5</minute> <hour>*</hour> |