Fails to run due to zabbix_agent being referenced hard-coded in the startup script.
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.
This issue already fixed in #209893 Please close this PR.
*** This bug has been marked as a duplicate of bug 209893 ***