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:
Florian Eckert 2020-06-08 11:11:32 +02:00
parent be55bce946
commit 33f836a1c2

View file

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