Browse Source

* improved snort to enable Statistics reporting through proc by default

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20193 10447126-35f2-4685-b0cf-6dd780d3921f
early
Christian Wiese 18 years ago
parent
commit
4381669c98
  1. 3
      security/snort/snort.conf

3
security/snort/snort.conf

@ -64,6 +64,9 @@ pkginstalled libdnet && var_append confopt ' ' "--enable-flexresp2"
# TimeStats functionality
var_append confopt ' ' "--enable-timestats"
# Statistics reporting through proc
var_append confopt ' ' "--enable-linux-smp-stats"
snort_preconf()
{
# Comply with FHS for /var/opt/

Loading…
Cancel
Save