$OpenBSD: patch-misc_conf_zabbix_server_conf,v 1.1 2009/04/23 15:38:11 jasper Exp $
--- misc/conf/zabbix_server.conf.orig	Wed Apr 22 23:08:16 2009
+++ misc/conf/zabbix_server.conf	Wed Apr 22 23:12:28 2009
@@ -99,29 +99,29 @@ Timeout=5
 
 # Name of PID file
 
-PidFile=/var/tmp/zabbix_server.pid
+PidFile=/var/run/zabbix/zabbix_server.pid
 
 # Name of log file
 # If not set, syslog is used
 
-LogFile=/tmp/zabbix_server.log
+#LogFile=/tmp/zabbix_server.log
 
 # Maximum size of log file in MB. Set to 0 to disable automatic log rotation.
 #LogFileSize=1
 
 # Location for custom alert scripts
-AlertScriptsPath=/home/zabbix/bin/
+AlertScriptsPath=${SYSCONFDIR}/zabbix/scripts/
 
 # Location of external scripts
 #ExternalScripts=/etc/zabbix/externalscripts
 
 # Location of fping. Default is /usr/sbin/fping
 # Make sure that fping binary has root permissions and SUID flag set
-#FpingLocation=/usr/sbin/fping
+FpingLocation=${PREFIX}/sbin/fping
 
 # Location of fping6. Default is /usr/sbin/fping6
 # Make sure that fping binary has root permissions and SUID flag set
-#Fping6Location=/usr/sbin/fping6
+Fping6Location=${PREFIX}/sbin/fping6
 
 # Temporary directory. Default is /tmp
 #TmpDir=/tmp
@@ -140,7 +140,7 @@ DBName=zabbix
 
 # Database user
 
-DBUser=root
+DBUser=zabbix
 
 # Database password
 # Comment this line if no password used
@@ -149,4 +149,4 @@ DBUser=root
 
 # Connect to MySQL using Unix socket?
 
-#DBSocket=/tmp/mysql.sock
+DBSocket=/var/run/mysql/mysql.sock
