FreeBSD Bugzilla – Attachment 238275 Details for
Bug 267943
net-mgmt/zabbix6-server: LogFile config parameter not patched for /var/log/zabbix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Git-formatted patch
pr-267943.patch (text/plain), 1.48 KB, created by
Michael Osipov
on 2022-11-23 09:08:44 UTC
(
hide
)
Description:
Git-formatted patch
Filename:
MIME Type:
Creator:
Michael Osipov
Created:
2022-11-23 09:08:44 UTC
Size:
1.48 KB
patch
obsolete
>commit 61de206bc77234cee9cff3550f5b614fd3dc3a46 >Author: Michael Osipov <michael.osipov@siemens.com> >Date: 2022-11-23T10:07:07+01:00 > > net-mgmt/zabbix6-server: LogFile config parameter not patched for /var/log/zabbix > > Post patch config files just like with Zabbix 5. > >diff --git a/net-mgmt/zabbix6-server/Makefile b/net-mgmt/zabbix6-server/Makefile >index 9389c39b359a..a990c246846b 100644 >--- a/net-mgmt/zabbix6-server/Makefile >+++ b/net-mgmt/zabbix6-server/Makefile >@@ -167,18 +167,24 @@ post-patch: > @${REINPLACE_CMD} -e 's#/tmp/zabbix_server.pid#/var/run/zabbix/zabbix_server.pid#g' \ > ${WRKSRC}/conf/zabbix_server.conf \ > ${WRKSRC}/src/zabbix_server/server.c >+ @${REINPLACE_CMD} -e 's#/tmp/zabbix_server.log#/var/log/zabbix/zabbix_server.log#g' \ >+ ${WRKSRC}/conf/zabbix_server.conf > .endif > > .if ${ZABBIX_BUILD} == "proxy" > @${REINPLACE_CMD} -e 's#/tmp/zabbix_proxy.pid#/var/run/zabbix/zabbix_proxy.pid#g' \ > ${WRKSRC}/conf/zabbix_proxy.conf \ > ${WRKSRC}/src/zabbix_proxy/proxy.c >+ @${REINPLACE_CMD} -e 's#/tmp/zabbix_proxy.log#/var/log/zabbix/zabbix_proxy.log#g' \ >+ ${WRKSRC}/conf/zabbix_proxy.conf > .endif > > .if ${ZABBIX_BUILD} == "agent" > @${REINPLACE_CMD} -e 's#/tmp/zabbix_agentd.pid#/var/run/zabbix/zabbix_agentd.pid#g' \ > ${WRKSRC}/conf/zabbix_agentd.conf \ > ${WRKSRC}/src/zabbix_agent/zabbix_agentd.c >+ @${REINPLACE_CMD} -e 's#/tmp/zabbix_agentd.log#/var/log/zabbix/zabbix_agentd.log#g' \ >+ ${WRKSRC}/conf/zabbix_agentd.conf > .endif > > .if ${ZABBIX_BUILD} == "java"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 267943
: 238275