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:
parent
65c49f0030
commit
4a3e547f5d
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ endef
|
||||||
|
|
||||||
define Package/xinetd/conffiles
|
define Package/xinetd/conffiles
|
||||||
/etc/config/xinetd
|
/etc/config/xinetd
|
||||||
|
/etc/xinetd.d
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += -DNO_RPC
|
TARGET_CFLAGS += -DNO_RPC
|
||||||
|
|
Loading…
Reference in a new issue