Bug 240139

Summary: net-mgmt/zabbix*: Add status command to the zabbix_java rc script
Product: Ports & Packages Reporter: TAO ZHOU <zhoutao>
Component: Individual Port(s)Assignee: Danilo G. Baio <dbaio>
Status: Closed FIXED    
Severity: Affects Some People CC: dbaio, pg
Priority: --- Keywords: needs-qa
Version: LatestFlags: dbaio: maintainer-feedback+
koobs: merge-quarterly?
Hardware: Any   
OS: Any   
Attachments:
Description Flags
rc.d script
none
patch none

Description TAO ZHOU 2019-08-27 01:25:32 UTC
Created attachment 206945 [details]
rc.d script

The default rc.d script of zabbix_java does not support status command properly.
Here I attached a custom script I wrote.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2019-08-27 02:51:34 UTC
Thank you for the report and patch Tao. If you could provide the attachment as a patch (unified diff or svn diff) against the existing port file, that would be great
Comment 2 TAO ZHOU 2019-08-29 02:06:06 UTC
Created attachment 206992 [details]
patch

The script is actually located in port net-mgmt/zabbix42-server.
Here's the patch
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-06-14 15:18:05 UTC
A commit references this bug:

Author: dbaio
Date: Sun Jun 14 15:17:04 UTC 2020
New revision: 538809
URL: https://svnweb.freebsd.org/changeset/ports/538809

Log:
  net-mgmt/zabbix*: Add status command to the zabbix_java rc script

  PR:		240139
  Submitted by:	TAO ZHOU <zhoutao@laocius.org>
  Approved by:	maintainer timeout (pg@pakhom.spb.ru, > 9 months)

Changes:
  head/net-mgmt/zabbix3-java/Makefile
  head/net-mgmt/zabbix3-server/files/zabbix_java.in
  head/net-mgmt/zabbix4-java/Makefile
  head/net-mgmt/zabbix4-server/files/zabbix_java.in
  head/net-mgmt/zabbix42-java/Makefile
  head/net-mgmt/zabbix42-server/files/zabbix_java.in
  head/net-mgmt/zabbix44-java/Makefile
  head/net-mgmt/zabbix44-server/files/zabbix_java.in
  head/net-mgmt/zabbix5-java/Makefile
  head/net-mgmt/zabbix5-server/Makefile
  head/net-mgmt/zabbix5-server/files/zabbix_java.in
Comment 4 Danilo G. Baio freebsd_committer freebsd_triage 2020-06-14 15:20:14 UTC
Committed with slight changes, thanks for your work and sorry for the delay.