diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-08-04 12:37:18 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-08-04 12:37:18 +0000 |
commit | a895a93def9a629f9b6ffbe97ed626e70ce55d99 (patch) | |
tree | e9d7253ca8b105cadd272d1df47271990a691676 /net-mgmt/zabbix34-server/pkg-plist | |
parent | 81e9c78c7efd3f6c19ae53a27304e4471a365c7c (diff) | |
download | ports-a895a93def9a629f9b6ffbe97ed626e70ce55d99.tar.gz ports-a895a93def9a629f9b6ffbe97ed626e70ce55d99.zip |
Add Zabbix Java Gateway ports
This update separates Java Gateway componentes from the Zabbix Server port,
creating an additional slave port for each version.
This way is possible to deploy a Java Gateway without the need to install
Zabbix Server components.
In the current state there wasn't an rcfile for the Java Gateway. [1]
PR: 217777
Reported by: Juan Garcia <juan@ish.com.au> [1]
Approved by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=476352
Diffstat (limited to 'net-mgmt/zabbix34-server/pkg-plist')
-rw-r--r-- | net-mgmt/zabbix34-server/pkg-plist | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net-mgmt/zabbix34-server/pkg-plist b/net-mgmt/zabbix34-server/pkg-plist index d901ed2ac171..8ea125cff5d1 100644 --- a/net-mgmt/zabbix34-server/pkg-plist +++ b/net-mgmt/zabbix34-server/pkg-plist @@ -31,16 +31,6 @@ %%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/2.0/postgresql/rc4_rc5.sql %%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/2.2/README %%ETCDIR%%/zabbix_%%ZABBIX_BUILD%%.conf.sample -%%JAVAGW%%sbin/zabbix_java/bin/zabbix-java-gateway-%%PORTVERSION%%.jar -%%JAVAGW%%sbin/zabbix_java/lib/android-json-4.3_r3.1.jar -%%JAVAGW%%sbin/zabbix_java/lib/logback-classic-0.9.27.jar -%%JAVAGW%%sbin/zabbix_java/lib/logback-console.xml -%%JAVAGW%%sbin/zabbix_java/lib/logback-core-0.9.27.jar -%%JAVAGW%%sbin/zabbix_java/lib/logback.xml -%%JAVAGW%%sbin/zabbix_java/lib/slf4j-api-1.6.1.jar -%%JAVAGW%%sbin/zabbix_java/settings.sh.sample -%%JAVAGW%%sbin/zabbix_java/shutdown.sh -%%JAVAGW%%sbin/zabbix_java/startup.sh %%PROXY%%@dir %%ETCDIR%%/zabbix_proxy.conf.d %%SERVER%%@dir %%ETCDIR%%/zabbix_server.conf.d %%SERVER%%@dir %%ETCDIR%%/zabbix/alertscripts |