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>
This commit is contained in:
Helge Mader 2020-10-23 10:29:42 +02:00
parent 65c49f0030
commit 4a3e547f5d

View file

@ -41,6 +41,7 @@ endef
define Package/xinetd/conffiles
/etc/config/xinetd
/etc/xinetd.d
endef
TARGET_CFLAGS += -DNO_RPC