From: Mark Andrews Date: Tue, 5 Nov 2019 01:56:18 +0000 (+1100) Subject: The default geoip-directory should be /share/GeoIP X-Git-Tag: v9.15.6~34^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd765a59db9b9a2b187448a90f3dbe6aa72fb84;p=thirdparty%2Fbind9.git The default geoip-directory should be /share/GeoIP --- diff --git a/bin/named/config.c b/bin/named/config.c index 17141ea16a0..6ea56d88813 100644 --- a/bin/named/config.c +++ b/bin/named/config.c @@ -65,7 +65,7 @@ options {\n\ " files unlimited;\n" #endif #if defined(HAVE_GEOIP2) && !defined(WIN32) -" geoip-directory \"" MAXMINDDB_PREFIX "/share/GeoIP2\";\n" +" geoip-directory \"" MAXMINDDB_PREFIX "/share/GeoIP\";\n" #elif defined(HAVE_GEOIP2) " geoip-directory \".\";\n" #endif