Bug 210152 - net-mgmt/zabbix3-proxy: rc script references zabbix_agent on the zabbix_proxy install
Summary: net-mgmt/zabbix3-proxy: rc script references zabbix_agent on the zabbix_proxy...
Status: Closed DUPLICATE of bug 209893
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-08 22:47 UTC by Ron
Modified: 2016-10-14 20:34 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ron 2016-06-08 22:47:19 UTC
Fails to run due to zabbix_agent being referenced hard-coded in the startup script.
Comment 1 Ron 2016-06-08 22:48:59 UTC
File Affected: /usr/local/etc/rc.d/zabbix_proxy

Diff:

39c39
<       if get_pidfile_from_conf PidFile ${zabbix_agentd_config}; then
---
>       if get_pidfile_from_conf PidFile ${zabbix_proxy_config}; then

This is the fix.
Comment 2 pg 2016-06-18 08:28:06 UTC
This issue already fixed in #209893
Please close this PR.
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2016-10-14 20:34:08 UTC

*** This bug has been marked as a duplicate of bug 209893 ***