]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
The default geoip-directory should be <MAXMINDDB_PREFIX>/share/GeoIP
authorMark Andrews <marka@isc.org>
Tue, 5 Nov 2019 01:56:18 +0000 (12:56 +1100)
committerMark Andrews <marka@isc.org>
Wed, 6 Nov 2019 00:50:09 +0000 (11:50 +1100)
(cherry picked from commit fcd765a59db9b9a2b187448a90f3dbe6aa72fb84)

bin/named/config.c

index df10e618c5d6a4aee1d70cbf6a8c8bf1a4e8e765..53a60d7a35e6948afc15139bc67d4be246255006 100644 (file)
@@ -71,7 +71,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