mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00: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
|
||||
/etc/config/xinetd
|
||||
/etc/xinetd.d
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += -DNO_RPC
|
||||
|
||||
Reference in New Issue
Block a user