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:
parent
be55bce946
commit
33f836a1c2
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ endef
|
|||
|
||||
define Package/xinetd/conffiles
|
||||
/etc/config/xinetd
|
||||
/etc/xinetd.d/
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += -DNO_RPC
|
||||
|
|
Loading…
Reference in a new issue