From 0c881f2066c9eeaaf1a90ec334fe34b9f857afd8 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Thu, 18 Nov 2010 15:16:42 -0500 Subject: [PATCH] Point at the correct file from the configuration instead. --- dns-config | 2 +- plc.d/dns | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dns-config b/dns-config index cc7b5e3..aaaa3f2 100755 --- a/dns-config +++ b/dns-config @@ -93,7 +93,7 @@ def main(): domain-needed bogus-priv addn-hosts=/etc/plc_hosts -resolv-file=/etc/resolv.conf +resolv-file=/etc/plc_resolv.conf conf-dir=/etc/dnsmasq.d """.lstrip()) diff --git a/plc.d/dns b/plc.d/dns index 361d639..9536c3e 100755 --- a/plc.d/dns +++ b/plc.d/dns @@ -60,7 +60,7 @@ case "$1" in fi if [ $PLC_DNS_ENABLED -eq 1 ] ; then - plc_daemon dnsmasq -r /etc/plc_resolv.conf + plc_daemon dnsmasq check fi -- 2.43.0