xinetd: save configurations in /etc/xinetd.d on sysupgrade
authorHelge Mader <ma@dev.tdt.de>
Fri, 23 Oct 2020 08:29:42 +0000 (10:29 +0200)
committerHelge Mader <ma@dev.tdt.de>
Fri, 23 Oct 2020 09:14:07 +0000 (11:14 +0200)
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>
net/xinetd/Makefile

index f318f6291b959bc47a3ce3483af59111db5a680b..84f915307a13e031def11995d7241f212e2d2f7a 100644 (file)
@@ -41,6 +41,7 @@ endef
 
 define Package/xinetd/conffiles
 /etc/config/xinetd
+/etc/xinetd.d
 endef
 
 TARGET_CFLAGS += -DNO_RPC