summaryrefslogtreecommitdiffstats
path: root/etc/inc/shaper.inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-03-08 05:30:15 +0000
committerErmal Luçi <eri@pfsense.org>2009-03-08 05:30:15 +0000
commiteffe3da71d45251ad3a2048dab054b5eb773e99c (patch)
tree7ff70d53239be59b1cd1079fdc7d46761f9b0285 /etc/inc/shaper.inc
parentde5de07c07b74fa37a72a4a0180599dcc7523121 (diff)
downloadpfsense-effe3da71d45251ad3a2048dab054b5eb773e99c.zip
pfsense-effe3da71d45251ad3a2048dab054b5eb773e99c.tar.gz
Remove the quotes till i find out why they do not work!
Diffstat (limited to 'etc/inc/shaper.inc')
-rw-r--r--etc/inc/shaper.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index b71b986..57ec851 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -3235,7 +3235,7 @@ class layer7 {
}
function delete_l7c() {
- $l7pid = `/bin/ps -ax | /usr/bin/grep ipfw-classifyd | /usr/bin/grep ". $l7rules->GetRPort() . " | /usr/bin/grep -v \"grep\" | /usr/bin/awk '{ print $1 }'`;
+ $l7pid = `/bin/ps -ax | /usr/bin/grep ipfw-classifyd | /usr/bin/grep ". $l7rules->GetRPort() . " | /usr/bin/grep -v grep | /usr/bin/awk '{ print $1 }'`;
mwexec("/bin/kill {$l7pid}");
unset_l7_object_by_reference($this->GetRName());
cleanup_l7_from_rules($this->GetRName());
@@ -3368,7 +3368,7 @@ function generate_layer7_files() {
if (!empty($layer7_rules_list)) {
if (!is_module_loaded("ipdivert.ko"))
mwexec("/sbin/kldload ipdivert.ko");
- //mwexec("killall -9 ipfw-classifyd");
+
mwexec("rm -f /tmp/*.l7");
}
OpenPOWER on IntegriCloud