Browse Source

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>
lilik-openwrt-22.03
Helge Mader 4 years ago
parent
commit
4a3e547f5d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      net/xinetd/Makefile

+ 1
- 0
net/xinetd/Makefile View File

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


Loading…
Cancel
Save