aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-02-09 19:37:52 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-02-09 19:37:52 -0500
commit85bf691646868b686ec3c3e37e39671f40deba9e (patch)
tree03fb66a4179e9f7ee3be983eba2965cadc46eb9c /config
parent3d747e40bfcd44d790da46d7d686117b2946be17 (diff)
downloadpfsense-packages-85bf691646868b686ec3c3e37e39671f40deba9e.tar.gz
pfsense-packages-85bf691646868b686ec3c3e37e39671f40deba9e.tar.bz2
pfsense-packages-85bf691646868b686ec3c3e37e39671f40deba9e.zip
Run snort in &
Diffstat (limited to 'config')
-rw-r--r--config/snort/snort.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc
index 129fc59f..8e619d62 100644
--- a/config/snort/snort.inc
+++ b/config/snort/snort.inc
@@ -140,7 +140,7 @@ function sync_package_snort()
/* Note the sleep delay. Seems to help getting mult interfaces to start -gtm */
foreach($snortInterfaces as $snortIf)
{
- $start .= ";sleep 8;snort -c /usr/local/etc/snort/snort.conf -l /var/log/snort -i {$snortIf} -A fast -D";
+ $start .= ";sleep 8;snort -c /usr/local/etc/snort/snort.conf -l /var/log/snort -D -i {$snortIf} -A fast &";
}
/* if block offenders is checked, start snort2c */