Lines 167-184
post-patch:
Link Here
|
167 |
@${REINPLACE_CMD} -e 's#/tmp/zabbix_server.pid#/var/run/zabbix/zabbix_server.pid#g' \ |
167 |
@${REINPLACE_CMD} -e 's#/tmp/zabbix_server.pid#/var/run/zabbix/zabbix_server.pid#g' \ |
168 |
${WRKSRC}/conf/zabbix_server.conf \ |
168 |
${WRKSRC}/conf/zabbix_server.conf \ |
169 |
${WRKSRC}/src/zabbix_server/server.c |
169 |
${WRKSRC}/src/zabbix_server/server.c |
|
|
170 |
@${REINPLACE_CMD} -e 's#/tmp/zabbix_server.log#/var/log/zabbix/zabbix_server.log#g' \ |
171 |
${WRKSRC}/conf/zabbix_server.conf |
170 |
.endif |
172 |
.endif |
171 |
|
173 |
|
172 |
.if ${ZABBIX_BUILD} == "proxy" |
174 |
.if ${ZABBIX_BUILD} == "proxy" |
173 |
@${REINPLACE_CMD} -e 's#/tmp/zabbix_proxy.pid#/var/run/zabbix/zabbix_proxy.pid#g' \ |
175 |
@${REINPLACE_CMD} -e 's#/tmp/zabbix_proxy.pid#/var/run/zabbix/zabbix_proxy.pid#g' \ |
174 |
${WRKSRC}/conf/zabbix_proxy.conf \ |
176 |
${WRKSRC}/conf/zabbix_proxy.conf \ |
175 |
${WRKSRC}/src/zabbix_proxy/proxy.c |
177 |
${WRKSRC}/src/zabbix_proxy/proxy.c |
|
|
178 |
@${REINPLACE_CMD} -e 's#/tmp/zabbix_proxy.log#/var/log/zabbix/zabbix_proxy.log#g' \ |
179 |
${WRKSRC}/conf/zabbix_proxy.conf |
176 |
.endif |
180 |
.endif |
177 |
|
181 |
|
178 |
.if ${ZABBIX_BUILD} == "agent" |
182 |
.if ${ZABBIX_BUILD} == "agent" |
179 |
@${REINPLACE_CMD} -e 's#/tmp/zabbix_agentd.pid#/var/run/zabbix/zabbix_agentd.pid#g' \ |
183 |
@${REINPLACE_CMD} -e 's#/tmp/zabbix_agentd.pid#/var/run/zabbix/zabbix_agentd.pid#g' \ |
180 |
${WRKSRC}/conf/zabbix_agentd.conf \ |
184 |
${WRKSRC}/conf/zabbix_agentd.conf \ |
181 |
${WRKSRC}/src/zabbix_agent/zabbix_agentd.c |
185 |
${WRKSRC}/src/zabbix_agent/zabbix_agentd.c |
|
|
186 |
@${REINPLACE_CMD} -e 's#/tmp/zabbix_agentd.log#/var/log/zabbix/zabbix_agentd.log#g' \ |
187 |
${WRKSRC}/conf/zabbix_agentd.conf |
182 |
.endif |
188 |
.endif |
183 |
|
189 |
|
184 |
.if ${ZABBIX_BUILD} == "java" |
190 |
.if ${ZABBIX_BUILD} == "java" |