990ae7c669
Imports commit 7e1db866748aef3c07657e0761b19aec6de9bf6f
29 lines
892 B
Diff
29 lines
892 B
Diff
From 3466dfd7d44940821f195a36fceb0f1100f77c4e Mon Sep 17 00:00:00 2001
|
|
From: Mark Andrews <marka@isc.org>
|
|
Date: Tue, 5 Nov 2019 12:56:18 +1100
|
|
Subject: [PATCH] The default geoip-directory should be
|
|
<MAXMINDDB_PREFIX>/share/GeoIP
|
|
|
|
(cherry picked from commit fcd765a59db9b9a2b187448a90f3dbe6aa72fb84)
|
|
(cherry picked from commit 7e79ebeebada6bcca81e8368eef72efbaae3c8c7)
|
|
---
|
|
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 833c1dc9d3..63da4b03f6 100644
|
|
--- a/bin/named/config.c
|
|
+++ b/bin/named/config.c
|
|
@@ -72,7 +72,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
|
|
--
|
|
2.20.1
|
|
|