summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-06-02 21:32:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-06-02 21:32:42 +0000
commitf3f5b5d6d151636f6bb4892c54b8f0a3c87007e7 (patch)
tree78978734869c4728cd45bdad96b45ddde71399a9
parentfc041d55166f038fb01b8e01a9beaf312206c0e8 (diff)
downloadpfsense-f3f5b5d6d151636f6bb4892c54b8f0a3c87007e7.zip
pfsense-f3f5b5d6d151636f6bb4892c54b8f0a3c87007e7.tar.gz
We need to expire entries every hour, not every half hour. (snort)
-rw-r--r--cf/conf/config.xml2
-rw-r--r--conf.default/config.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml
index 118da50..7d749c0 100644
--- a/cf/conf/config.xml
+++ b/cf/conf/config.xml
@@ -677,7 +677,7 @@
<month>*</month>
<wday>*</wday>
<who>root</who>
- <command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -t 1800 snort2c</command>
+ <command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -t 3600 snort2c</command>
</item>
<item>
<minute>*/5</minute>
diff --git a/conf.default/config.xml b/conf.default/config.xml
index d3842d8..8c03c3a 100644
--- a/conf.default/config.xml
+++ b/conf.default/config.xml
@@ -668,7 +668,7 @@
<month>*</month>
<wday>*</wday>
<who>root</who>
- <command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -t 1800 snort2c</command>
+ <command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -t 3600 snort2c</command>
</item>
<item>
<minute>*/5</minute>
OpenPOWER on IntegriCloud