mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user