aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Mader <ma@dev.tdt.de>2020-10-23 10:29:42 +0200
committerHelge Mader <ma@dev.tdt.de>2020-10-23 11:14:07 +0200
commit4a3e547f5d665aa0760b7ca452cc12d3d2a51bc4 (patch)
tree7c266a6ac0c3b74af65b0b639d79d916ea46949c
parent65c49f00304384eaac31c931f156f99709dd99ee (diff)
xinetd: save configurations in /etc/xinetd.d on sysupgrade
For applications writing their own xinetd configuration to the /etc/xinetd.d directory it would be necessary to save them (e.g. a user edits them manually) Signed-off-by: Helge Mader <ma@dev.tdt.de>
-rw-r--r--net/xinetd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/xinetd/Makefile b/net/xinetd/Makefile
index f318f6291..84f915307 100644
--- a/net/xinetd/Makefile
+++ b/net/xinetd/Makefile
@@ -41,6 +41,7 @@ endef
define Package/xinetd/conffiles
/etc/config/xinetd
+/etc/xinetd.d
endef
TARGET_CFLAGS += -DNO_RPC