$OpenBSD: patch-sample_conf,v 1.5 2013/03/25 11:36:54 jasper Exp $
--- sample.conf.orig	Mon Mar 25 11:45:11 2013
+++ sample.conf	Mon Mar 25 11:45:30 2013
@@ -28,7 +28,7 @@
 # (bzip2 compressed file), it will be decompressed on the fly as it
 # is being read.
 
-#LogFile        /var/lib/httpd/logs/access_log
+#LogFile        /var/www/logs/access_log
 
 # LogType defines the log type being processed.  Normally, the Webalizer
 # expects a CLF or Combined web server log as input.  Using this option,
@@ -42,7 +42,7 @@
 # should be a full path name, however relative ones might work as well.
 # If no output directory is specified, the current directory will be used.
 
-#OutputDir      /var/lib/httpd/htdocs/usage
+#OutputDir      /var/www/htdocs/usage
 
 # HistoryName allows you to specify the name of the history file produced
 # by the Webalizer.  The history file keeps the data for previous months,
@@ -217,7 +217,7 @@ PageType	cgi
 # to the output directory being used unless an absolute name
 # (ie: starts with a leading '/') is specified.
 
-#GeoDBDatabase	/usr/share/GeoDB/GeoDB.dat
+#GeoDBDatabase	/var/db/GeoIP/GeoIP.dat
 
 # The GeoIP option enables or disables the use of geolocation
 # services provided by the GeoIP library (http://www.maxmind.com),
