aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort-dev/snort_interfaces.php
diff options
context:
space:
mode:
authorrobiscool <robrob2626@yahoo.com>2009-12-20 11:16:38 -0800
committerrobiscool <robrob2626@yahoo.com>2009-12-20 11:17:15 -0800
commitee65b76ebb2fc0ba3446381995aa6dadbb095edc (patch)
treefead73fd40a61bcf33782aeb4247a2f84a1b232d /config/snort-dev/snort_interfaces.php
parent6102105a07880d0dafb02c33019e23fe9491ec1c (diff)
downloadpfsense-packages-ee65b76ebb2fc0ba3446381995aa6dadbb095edc.tar.gz
pfsense-packages-ee65b76ebb2fc0ba3446381995aa6dadbb095edc.tar.bz2
pfsense-packages-ee65b76ebb2fc0ba3446381995aa6dadbb095edc.zip
snort-dev, adjust xml, snort.inc and paths
Diffstat (limited to 'config/snort-dev/snort_interfaces.php')
-rw-r--r--config/snort-dev/snort_interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort-dev/snort_interfaces.php b/config/snort-dev/snort_interfaces.php
index 20453335..2276825a 100644
--- a/config/snort-dev/snort_interfaces.php
+++ b/config/snort-dev/snort_interfaces.php
@@ -271,7 +271,7 @@ if ($_GET['act'] == "toggle" && $_GET['id'] != "")
header("Location: snort_interfaces.php");
}else{
- sync_package_snort();
+ sync_snort_package_all();
exec("/bin/sh /usr/local/etc/rc.d/snort_{$id}{$if_real2}.sh start");
header("Location: snort_interfaces.php");
}