xinetd: do not save xinet.d configrations on sysupgrade 12389/head
authorFlorian Eckert <fe@dev.tdt.de>
Mon, 8 Jun 2020 09:11:32 +0000 (11:11 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Tue, 9 Jun 2020 06:11:55 +0000 (08:11 +0200)
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>
net/xinetd/Makefile

index b63a0bcd90f097a1c4fa3604981d606de75757b0..a63a40b0281ecd9483cd4588831fe144f59f7844 100644 (file)
@@ -40,7 +40,6 @@ endef
 
 define Package/xinetd/conffiles
 /etc/config/xinetd
-/etc/xinetd.d/
 endef
 
 TARGET_CFLAGS += -DNO_RPC