From: Christian Schoenebeck Date: Tue, 22 May 2018 18:36:18 +0000 (+0200) Subject: dnsmasq: use "hostsdir" instead of "addn-hosts" X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c97189e26dfb9b0eaf5b9cd7e33a99e2f780cb58;p=librecmc%2Flibrecmc.git dnsmasq: use "hostsdir" instead of "addn-hosts" 1.) "addn-hosts" per default point to a file (but it supports directory) 2.) "hostsdir" only support directory with the additional benefit: New or changed files are read automatically. Signed-off-by: Christian Schoenebeck --- diff --git a/package/network/services/dnsmasq/files/dnsmasq.init b/package/network/services/dnsmasq/files/dnsmasq.init index 2c71a777c3..24455ee7d9 100644 --- a/package/network/services/dnsmasq/files/dnsmasq.init +++ b/package/network/services/dnsmasq/files/dnsmasq.init @@ -938,7 +938,7 @@ dnsmasq_start() xappend "--dhcp-broadcast=tag:needs-broadcast" - xappend "--addn-hosts=$(dirname $HOSTFILE)" + xappend "--hostsdir=$(dirname $HOSTFILE)" config_get dnsmasqconfdir "$cfg" confdir "/tmp/dnsmasq.d" [ ! -d "$dnsmasqconfdir" ] && mkdir -p $dnsmasqconfdir