mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
xinetd: do not save xinet.d configrations on sysupgrade
Since we can now configure xinet.d with uci, it is no longer necessary to save the configuration in /etc/xinet.d/* when upgrading the system. This was wrong anyway, because other packages can also store configuration there. If this configuration get changed then the new/changed one will never get applied, because the configration is always replaced with the saved configration during sysupgrade. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
@@ -40,7 +40,6 @@ endef
|
||||
|
||||
define Package/xinetd/conffiles
|
||||
/etc/config/xinetd
|
||||
/etc/xinetd.d/
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += -DNO_RPC
|
||||
|
||||
Reference in New Issue
Block a user