]> 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:47:32 +0000 (11:47 +1100)
(cherry picked from commit fcd765a59db9b9a2b187448a90f3dbe6aa72fb84)

bin/named/config.c

index 55b1e2dded2d39d931316cf86f691f76eec782f8..560c306bf1c450f564774eede0f8d08f70ffd0c5 100644 (file)
@@ -67,7 +67,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