From a7c2310278c3554e78f26f6f84803669d9573dc6 Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Thu, 17 Nov 2016 13:34:34 +0100 Subject: odhcpd: Fix dnsmasq re-reading hostfile Depending on the dhcp uci config pidof dnsmasq can return multiple pids. Fix re-reading of the hostfile by dnsmasq in such case by sending SIGHUP signal to each of the returned pids. Signed-off-by: Hans Dedecker --- package/network/services/odhcpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/services/odhcpd/Makefile') diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile index f6ce26c150..4df0f77a25 100644 --- a/package/network/services/odhcpd/Makefile +++ b/package/network/services/odhcpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcpd -PKG_VERSION:=2016-11-21 +PKG_VERSION:=2016-12-13 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -- cgit v1.2.3