From 33f836a1c2ac9507d4aaf4ad5c057114e49b3468 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Mon, 8 Jun 2020 11:11:32 +0200 Subject: [PATCH] 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 --- net/xinetd/Makefile | 1 - 1 file changed, 1 deletion(-) 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