Revert "dnsmasq: use "hostsdir" instead of "addn-hosts""
authorHans Dedecker <dedeckeh@gmail.com>
Thu, 24 May 2018 08:11:20 +0000 (10:11 +0200)
committerHans Dedecker <dedeckeh@gmail.com>
Thu, 24 May 2018 08:20:45 +0000 (10:20 +0200)
This reverts commit a03035dad198cd4b51645ceb43c1170f9cf95f16
as it has several issues:
-Host file is located in a directory which is not unique per dnsmasq instance
-odhcpd writes host info into the same directory but still sends a SIGHUP to dnsmasq

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
package/network/services/dnsmasq/files/dnsmasq.init

index 24455ee7d91876b33a0cecde75301b1e7b6973b6..2c71a777c33bec788650a666a1da2fb2b6fa1cfb 100644 (file)
@@ -938,7 +938,7 @@ dnsmasq_start()
 
        xappend "--dhcp-broadcast=tag:needs-broadcast"
 
-       xappend "--hostsdir=$(dirname $HOSTFILE)"
+       xappend "--addn-hosts=$(dirname $HOSTFILE)"
 
        config_get dnsmasqconfdir "$cfg" confdir "/tmp/dnsmasq.d"
        [ ! -d "$dnsmasqconfdir" ] && mkdir -p $dnsmasqconfdir