summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-30 20:10:36 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-11-30 20:10:36 -0500
commit50646b370dc18b1d7c3d2a68be22ae4669ac2c4b (patch)
tree67e0249be53f47688d829b18439dfedc6377ce30
parent50c352669d76f984f3c5269a0359120e3560f837 (diff)
downloadpfsense-50646b370dc18b1d7c3d2a68be22ae4669ac2c4b.zip
pfsense-50646b370dc18b1d7c3d2a68be22ae4669ac2c4b.tar.gz
Temporarily killall -9 filterdns until the signal issue can be resolved. Will open a ticket
-rw-r--r--etc/inc/filter.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 3824c65..dff46d6 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -354,6 +354,8 @@ function filter_configure_sync() {
fclose($filterdnsfd);
}
killbypid("{$g['tmp_path']}/filterdns.pid");
+ // XXX: this is temporary
+ exec("killall -9 filterdns");
/*
* FilterDNS has three debugging levels. The default choosen is 1.
* Availabe are level 2 and greater then 2.
OpenPOWER on IntegriCloud