mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
net/xinet.d: add /etc/xinet.d/ dir to conffiles (#4096)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
committed by
Jonathan McCrohan
parent
822025d302
commit
e804593cd8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user