summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-07-01 23:19:39 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-07-01 23:20:47 -0400
commit5bbf3df1907fc189f5754cceac36fef24f64b4e4 (patch)
tree0ec1f38134351ecf9b9794d56bf9588f4af77f71
parent7af7a9e8a8843b0229e7bd69f67cd49f1989ab03 (diff)
downloadpfsense-5bbf3df1907fc189f5754cceac36fef24f64b4e4.zip
pfsense-5bbf3df1907fc189f5754cceac36fef24f64b4e4.tar.gz
Do not include --rebind-localhost-ok it appears to not be in our version. Will re-add it once the binary is in place
-rw-r--r--etc/inc/services.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index eee7487..d772abb 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -636,7 +636,8 @@ function services_dnsmasq_configure() {
//}
/* run dnsmasq */
- mwexec("/usr/local/sbin/dnsmasq --rebind-localhost-ok --stop-dns-rebind --all-servers {$args}");
+ // --rebind-localhost-ok
+ mwexec("/usr/local/sbin/dnsmasq --stop-dns-rebind --all-servers {$args}");
if ($g['booting'])
echo "done.\n";
OpenPOWER on IntegriCloud