From: Helge Mader Date: Fri, 23 Oct 2020 08:29:42 +0000 (+0200) Subject: xinetd: save configurations in /etc/xinetd.d on sysupgrade X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4a3e547f5d665aa0760b7ca452cc12d3d2a51bc4;p=feed%2Fpackages.git 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 --- diff --git a/net/xinetd/Makefile b/net/xinetd/Makefile index f318f6291b..84f915307a 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