diff --git a/utils/banhosts/Makefile b/utils/banhosts/Makefile index 0087a6ff1e..47a0ddbea3 100644 --- a/utils/banhosts/Makefile +++ b/utils/banhosts/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=banhostlist PKG_VERSION:=1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Matteo Croce diff --git a/utils/banhosts/files/updatebanhost b/utils/banhosts/files/updatebanhost index a00d9cb6bd..3930b60ada 100644 --- a/utils/banhosts/files/updatebanhost +++ b/utils/banhosts/files/updatebanhost @@ -6,7 +6,7 @@ gethosts() { logger -t "banhost[$$]" "Update $file" wget -qO- http://winhelp2002.mvps.org/hosts.txt |awk 'BEGIN{printf "0.0.0.0"}/^0\.0\.0\.0/{printf " "$2}END{exit(!FNR)}' >$file || exit 1 echo -n $time >$file.time - exec killall -HUP dnsmasq + exec killall -s HUP dnsmasq } if [ "$ACTION" = ifup -a "$INTERFACE" = wan ]; then