mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
plugins: fix PLUGIN_CONFLICTS
This commit is contained in:
@@ -2,6 +2,7 @@ PLUGIN_NAME= zabbix-proxy
|
||||
PLUGIN_VERSION= 1.1
|
||||
PLUGIN_COMMENT= Zabbix Proxy enables decentralized monitoring
|
||||
PLUGIN_DEPENDS= zabbix3-proxy
|
||||
PLUGIN_CONFLICTS= zabbix4-proxy
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
||||
@@ -2,7 +2,7 @@ PLUGIN_NAME= zabbix4-proxy
|
||||
PLUGIN_VERSION= 0.1
|
||||
PLUGIN_COMMENT= Zabbix Proxy enables decentralized monitoring
|
||||
PLUGIN_DEPENDS= zabbix4-proxy
|
||||
PLUGIN_CONFLICTS= os-zabbix-proxy
|
||||
PLUGIN_CONFLICTS= zabbix-proxy
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
||||
@@ -2,7 +2,6 @@ PLUGIN_NAME= frr
|
||||
PLUGIN_VERSION= 1.7
|
||||
PLUGIN_COMMENT= The FRRouting Protocol Suite
|
||||
PLUGIN_DEPENDS= frr5 ruby
|
||||
PLUGIN_CONFLICTS= quagga
|
||||
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
||||
Reference in New Issue
Block a user