From 3a166f594cc451d57a47a5ef3d338d59cc5ec775 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 26 Sep 2006 21:51:26 +0000 Subject: Complete path to pfctl --- packages/snort/snort_blocked.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/snort/snort_blocked.php b/packages/snort/snort_blocked.php index 4dd0a72d..971287c6 100644 --- a/packages/snort/snort_blocked.php +++ b/packages/snort/snort_blocked.php @@ -35,7 +35,7 @@ if($_POST['todelete'] or $_GET['todelete']) { $ip = $_POST['todelete']; if($_GET['todelete']) $ip = $_GET['todelete']; - exec("pfctl -t snort2c -T delete {$ip}"); + exec("/sbin/pfctl -t snort2c -T delete {$ip}"); } $pgtitle = "Snort: Snort Rulesets"; -- cgit v1.2.3