$OpenBSD$
--- src/logswan.c.orig	Thu Nov  5 15:53:31 2015
+++ src/logswan.c	Thu Nov  5 15:54:23 2015
@@ -106,8 +106,8 @@ int main (int argc, char *argv[]) {
 	begin = clock();
 
 	/* Initializing GeoIP */
-	geoip = GeoIP_open("/usr/local/share/GeoIP/GeoIP.dat", GEOIP_MEMORY_CACHE);
-	geoipv6 = GeoIP_open("/usr/local/share/GeoIP/GeoIPv6.dat", GEOIP_MEMORY_CACHE);
+	geoip = GeoIP_open("/var/db/GeoIP/GeoIP.dat", GEOIP_MEMORY_CACHE);
+	geoipv6 = GeoIP_open("/var/db/GeoIP/GeoIPv6.dat", GEOIP_MEMORY_CACHE);
 
 	/* Get log file size */
 	stat(intputFile, &logFileSize);
