summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-12-14 19:20:39 +0000
committerErmal <eri@pfsense.org>2013-12-14 19:20:55 +0000
commit4aea91d808a12b8bbdcbded370b525e7ac292a47 (patch)
treebfd8008ce0f7aa3b19ec29998b958f9b9ef9bf4d /usr
parentda49fd899695b7d860ef3b938064eedbb2b995de (diff)
downloadpfsense-4aea91d808a12b8bbdcbded370b525e7ac292a47.zip
pfsense-4aea91d808a12b8bbdcbded370b525e7ac292a47.tar.gz
Switch to php-fpm for lighty and check_reload_status will use it. Step by step will migrate the other calls
Diffstat (limited to 'usr')
-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