From 4a3e547f5d665aa0760b7ca452cc12d3d2a51bc4 Mon Sep 17 00:00:00 2001 From: Helge Mader Date: Fri, 23 Oct 2020 10:29:42 +0200 Subject: [PATCH] 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 --- net/xinetd/Makefile | 1 + 1 file changed, 1 insertion(+) 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