diff options
author | Paul Oranje <por@xs4all.nl> | 2017-06-09 11:30:23 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2017-06-12 11:08:21 +0200 |
commit | a53f8ba6771de64c9c82a2e6867791226f3003cb (patch) | |
tree | faabb47f7b4126ee9a2e3531972279a436e99793 /package/network/services/dnsmasq/Makefile | |
parent | 3ff31586eb0a165fb42a102101ac12c66d55652e (diff) | |
download | upstream-a53f8ba6771de64c9c82a2e6867791226f3003cb.tar.gz upstream-a53f8ba6771de64c9c82a2e6867791226f3003cb.tar.bz2 upstream-a53f8ba6771de64c9c82a2e6867791226f3003cb.zip |
dnsmasq: manage resolv.conf if when listening on 127.0.0.1#53
With this patch the dnsmasq init script manages resolv.conf if and only if
when dnsmasq will listen on 127.0.0.1#53 (is main resolver instance).
Also, resolvfile is now set irrespective of the value of noresolv.
Fixes (partially) FS#785
Signed-off-by: Paul Oranje <por@xs4all.nl>
Diffstat (limited to 'package/network/services/dnsmasq/Makefile')
-rw-r--r-- | package/network/services/dnsmasq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index f9ab13aef0..35ac6b2891 100644 --- a/package/network/services/dnsmasq/Makefile +++ b/package/network/services/dnsmasq/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_VERSION:=2.77 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/ |