$OpenBSD: patch-etc_config_dist_in,v 1.1 2013/01/05 22:52:07 sthen Exp $
--- etc/config.dist.in.orig	Sun Oct 30 10:33:11 2011
+++ etc/config.dist.in	Sat Dec  8 22:36:23 2012
@@ -7,13 +7,13 @@ sendmail = @SENDMAIL@
 # NOTE: do not put the Image Cache below cgi-bin
 # since all files under cgi-bin will be executed ... this is not
 # good for images.
-imgcache = @prefix@/cache
+imgcache = /var/www/htdocs/smokeping/cache
 imgurl   = cache
-datadir  = @prefix@/data
-piddir  = @prefix@/var
+datadir  = /var/db/smokeping
+piddir  = /var/run/smokeping
 cgiurl   = http://some.url/smokeping.cgi
-smokemail = @prefix@/etc/smokemail.dist
-tmail = @prefix@/etc/tmail.dist
+smokemail = @sysconfdir@/smokemail
+tmail = @sysconfdir@/tmail
 # specify this to get syslog logging
 syslogfacility = local0
 # each probe is now run in its own process
@@ -47,7 +47,7 @@ AVERAGE  0.5 144   720
 
 *** Presentation ***
 
-template = @prefix@/etc/basepage.html.dist
+template = @sysconfdir@/basepage.html
 
 + charts
 
@@ -105,10 +105,10 @@ unison_tolerance = 2
 
 + FPing
 
-binary = /usr/sbin/fping
+binary = ${LOCALBASE}/sbin/fping
 
 *** Slaves ***
-secrets=@prefix@/etc/smokeping_secrets.dist
+secrets=@sysconfdir@/smokeping_secrets
 +boomer
 display_name=boomer
 color=0000ff
