From a3afe9058f33ed02ded7267dd778d1bd908d14fc Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Thu, 12 Dec 2019 09:39:34 +0100 Subject: [PATCH] geoip-functions.pl: Adjust location_dir The data directory upstream has been moved to "/var/lib/location". Signed-off-by: Stefan Schantl --- config/cfgroot/geoip-functions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cfgroot/geoip-functions.pl b/config/cfgroot/geoip-functions.pl index e532297277..9bfa3b4601 100644 --- a/config/cfgroot/geoip-functions.pl +++ b/config/cfgroot/geoip-functions.pl @@ -41,7 +41,7 @@ my %not_iso_3166_location = ( ); # Directory where the libloc database and keyfile lives. -our $location_dir = "/usr/share/location/"; +our $location_dir = "/var/lib/location/"; # Libloc database file. our $database = "$location_dir/database.db"; -- 2.39.5