From 7e79ebeebada6bcca81e8368eef72efbaae3c8c7 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 5 Nov 2019 12:56:18 +1100 Subject: [PATCH] The default geoip-directory should be /share/GeoIP (cherry picked from commit fcd765a59db9b9a2b187448a90f3dbe6aa72fb84) --- bin/named/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/named/config.c b/bin/named/config.c index df10e618c5..53a60d7a35 100644 --- a/bin/named/config.c +++ b/bin/named/config.c @@ -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