From: Florian Eckert Date: Mon, 8 Jun 2020 09:11:32 +0000 (+0200) Subject: xinetd: do not save xinet.d configrations on sysupgrade X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=33f836a1c2ac9507d4aaf4ad5c057114e49b3468;p=openwrt-packages.git 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 --- diff --git a/net/xinetd/Makefile b/net/xinetd/Makefile index b63a0bcd9..a63a40b02 100644 --- a/net/xinetd/Makefile +++ b/net/xinetd/Makefile @@ -40,7 +40,6 @@ endef define Package/xinetd/conffiles /etc/config/xinetd -/etc/xinetd.d/ endef TARGET_CFLAGS += -DNO_RPC