- fix path to geoip database

ok giovanni@ (MAINTAINER)
This commit is contained in:
jasper 2013-03-25 11:36:54 +00:00
parent c010280155
commit 514c60c084
2 changed files with 14 additions and 5 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.37 2013/03/11 11:44:50 espie Exp $
# $OpenBSD: Makefile,v 1.38 2013/03/25 11:36:54 jasper Exp $
COMMENT= web server log file analysis program
V= 29
DISTNAME= webalizer-2.23-05-RB${V}-src
PKGNAME= webalizer-2.23.05.${V}
REVISION= 2
REVISION= 3
CATEGORIES= www
MASTER_SITES= http://www.patrickfrei.ch/webalizer/rb${V}/

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-sample_conf,v 1.4 2011/01/05 08:19:18 giovanni Exp $
--- sample.conf.orig Mon Jan 3 11:30:14 2011
+++ sample.conf Mon Jan 3 11:30:14 2011
$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.
@ -19,3 +19,12 @@ $OpenBSD: patch-sample_conf,v 1.4 2011/01/05 08:19:18 giovanni Exp $
# 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),