summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/firewall_shaper_queues.php2
-rw-r--r--usr/local/www/firewall_shaper_vinterface.php3
-rwxr-xr-xusr/local/www/firewall_shaper_wizards.php3
3 files changed, 3 insertions, 5 deletions
diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php
index f8ee5b6..db93524 100755
--- a/usr/local/www/firewall_shaper_queues.php
+++ b/usr/local/www/firewall_shaper_queues.php
@@ -46,7 +46,7 @@ require_once("shaper.inc");
require_once("rrd.inc");
if($_GET['reset'] <> "") {
- mwexec("killall -9 pfctl php");
+ mwexec("killall -9 pfctl");
exit;
}
diff --git a/usr/local/www/firewall_shaper_vinterface.php b/usr/local/www/firewall_shaper_vinterface.php
index 9ab72b4..73b98c6 100644
--- a/usr/local/www/firewall_shaper_vinterface.php
+++ b/usr/local/www/firewall_shaper_vinterface.php
@@ -46,8 +46,7 @@ require_once("filter.inc");
require_once("shaper.inc");
if($_GET['reset'] <> "") {
- /* XXX: Huh, why are we killing php? */
- mwexec("/usr/bin/killall -9 pfctl php");
+ mwexec("/usr/bin/killall -9 pfctl");
exit;
}
diff --git a/usr/local/www/firewall_shaper_wizards.php b/usr/local/www/firewall_shaper_wizards.php
index 455b932..57f7d02 100755
--- a/usr/local/www/firewall_shaper_wizards.php
+++ b/usr/local/www/firewall_shaper_wizards.php
@@ -45,8 +45,7 @@ require_once("filter.inc");
require_once("shaper.inc");
if($_GET['reset'] <> "") {
- /* XXX: Huh, why are we killing php? */
- mwexec("/usr/bin/killall -9 pfctl php");
+ mwexec("/usr/bin/killall -9 pfctl");
exit;
}
OpenPOWER on IntegriCloud