--- conf/zabbix_agentd.conf.orig 2016-02-16 14:03:55.000000000 -0600
+++ conf/zabbix_agentd.conf 2016-02-16 14:08:16.000000000 -0600
# PidFile=/tmp/zabbix_agentd.pid
+# MACPORTS CONFIG. PLEASE ONLY EDIT IF YOU KNOW WHAT YOU ARE DOING
+PidFile=%%PREFIX%%/var/run/zabbix/zabbix_agentd.pid
# Specifies where log messages are written to:
-LogFile=/tmp/zabbix_agentd.log
+LogFile=%%PREFIX%%/var/log/zabbix/zabbix_agentd.log
# Maximum size of log file in MB.
--- conf/zabbix_server.conf.orig 2016-02-16 14:04:00.000000000 -0600
+++ conf/zabbix_server.conf 2016-02-16 14:08:34.000000000 -0600
-LogFile=/tmp/zabbix_server.log
+LogFile=%%PREFIX%%/var/log/zabbix/zabbix_server.log
# Maximum size of log file in MB.
# PidFile=/tmp/zabbix_server.pid
+# MACPORTS CONFIG. PLEASE ONLY EDIT IF YOU KNOW WHAT YOU ARE DOING
+PidFile=%%PREFIX%%/var/run/zabbix/zabbix_server.pid
# Directory to store IPC sockets used by internal Zabbix services.