diff options
author | Florian Eckert <Eckert.Florian@googlemail.com> | 2017-03-07 00:21:21 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2017-03-06 23:21:21 +0000 |
commit | e804593cd8c93839f0f30f8a270b72eeb85d39e8 (patch) | |
tree | 3223157910401c13d8c4f1b5de4c2fb5c81e94cc | |
parent | 822025d302d1e40d5398183317065d6d0011de82 (diff) |
net/xinet.d: add /etc/xinet.d/ dir to conffiles (#4096)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
-rw-r--r-- | net/xinetd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/xinetd/Makefile b/net/xinetd/Makefile index c1586b725..4c85fc372 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 |