summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-28 18:39:11 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-28 18:39:11 -0400
commit0cc5b3f4de7d302284ba2b20ba024f4351dde44a (patch)
tree3d9f1235e0c6ac94b140df1c084f856885f3df27
parentaa5d3ff60d99ea31f012918108ecc38a166d7019 (diff)
downloadpfsense-0cc5b3f4de7d302284ba2b20ba024f4351dde44a.zip
pfsense-0cc5b3f4de7d302284ba2b20ba024f4351dde44a.tar.gz
Ooops, clear-on-reload is preenting dnsmasq from starting.
-rw-r--r--etc/inc/services.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 71e1d48..0525734 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -609,7 +609,7 @@ function services_dnsmasq_configure() {
//}
/* run dnsmasq */
- mwexec("/usr/local/sbin/dnsmasq --all-servers --clear-on-reload --cache-size=10000 {$args}");
+ mwexec("/usr/local/sbin/dnsmasq --all-servers --cache-size=10000 {$args}");
if ($g['booting'])
echo "done.\n";
OpenPOWER on IntegriCloud