aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dnsmasq/Makefile
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2018-03-24 18:28:01 +0100
committerHans Dedecker <dedeckeh@gmail.com>2018-03-24 18:50:45 +0100
commit287f5ebd2fe4fac6632819a1b539f119551407e8 (patch)
treeca3f44c5d1fdf9949561dd83cd241ef9a6565168 /package/network/services/dnsmasq/Makefile
parent8e1065d681daff321f715ce5c6c172c12036bd6f (diff)
downloadupstream-287f5ebd2fe4fac6632819a1b539f119551407e8.tar.gz
upstream-287f5ebd2fe4fac6632819a1b539f119551407e8.tar.bz2
upstream-287f5ebd2fe4fac6632819a1b539f119551407e8.zip
dnsmasq: improve init script portability (FS#1446)
Improve portability of init script by declaring resolvfile as local in dnsmasq_stop function. Fixes resolvfile being set for older busybox versions in dnsmasq_start in a multi dnsmasq instance config when doing restart; this happens when the last instance has a resolvfile configured while the first instance being started has noresolv set to 1. Base on a patch by "Phil" Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/services/dnsmasq/Makefile')
-rw-r--r--package/network/services/dnsmasq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile
index 66d6641804..6a5cad140e 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.79
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/