summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-01-26 22:15:40 +0000
committerErmal <eri@pfsense.org>2011-01-26 22:15:40 +0000
commitf7f227509f2bfa62f1092f6d3891381b4b6f16c9 (patch)
tree7614f8e8134bd311d1b226d05d27b41935825e39
parentf8c10a18a90ecfc7694375193c67bcdeae67f341 (diff)
downloadpfsense-f7f227509f2bfa62f1092f6d3891381b4b6f16c9.zip
pfsense-f7f227509f2bfa62f1092f6d3891381b4b6f16c9.tar.gz
Remove last references to dnswatch.
-rw-r--r--etc/inc/captiveportal.inc4
-rwxr-xr-xetc/rc.newipsecdns2
2 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index 76f7a5b..b9fe679 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -1084,8 +1084,8 @@ function setup_dnsfilter_entries() {
}
}
file_put_contents($cp_filterdns_filename, $cp_filterdns_conf);
- killbypid("{$g['tmp_path']}/dnswatch-cpah.pid");
- mwexec("/usr/local/sbin/filterdns -p {$g['tmp_path']}/dnswatch-cpah.pid -i 300 -c {$cp_filterdns_filename} -d 1");
+ killbypid("{$g['tmp_path']}/filterdns-cpah.pid");
+ mwexec("/usr/local/sbin/filterdns -p {$g['tmp_path']}/filterdns-cpah.pid -i 300 -c {$cp_filterdns_filename} -d 1");
}
function captiveportal_allowedhostname_configure() {
diff --git a/etc/rc.newipsecdns b/etc/rc.newipsecdns
index 9239428..3061f16 100755
--- a/etc/rc.newipsecdns
+++ b/etc/rc.newipsecdns
@@ -45,7 +45,7 @@
log_error("IPSEC: One or more IPSEC tunnel endpoints has changed IP. Refreshing.");
/* We will walk the list of hostnames found in the ipsec tunnel
- * configuration. Since we are already triggered by dnswatch
+ * configuration. Since we are already triggered by filterdns
* that a hostname has changed we can proceed to compare the
* new IP address with the old address from the DNS cache.
*/
OpenPOWER on IntegriCloud