From: Florian Eckert Date: Mon, 6 Mar 2017 23:21:21 +0000 (+0100) Subject: net/xinet.d: add /etc/xinet.d/ dir to conffiles (#4096) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e804593cd8c93839f0f30f8a270b72eeb85d39e8;p=feed%2Fpackages.git net/xinet.d: add /etc/xinet.d/ dir to conffiles (#4096) Signed-off-by: Florian Eckert --- diff --git a/net/xinetd/Makefile b/net/xinetd/Makefile index c1586b725b..4c85fc3726 100644 --- a/net/xinetd/Makefile +++ b/net/xinetd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xinetd PKG_VERSION:=2.3.15 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.xinetd.org @@ -39,6 +39,7 @@ endef define Package/xinetd/conffiles /etc/xinetd.conf +/etc/xinetd.d/ endef TARGET_CFLAGS += -DNO_RPC