From: Stefan Schantl Date: Thu, 12 Dec 2019 08:39:34 +0000 (+0100) Subject: geoip-functions.pl: Adjust location_dir X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3afe9058f33ed02ded7267dd778d1bd908d14fc;p=people%2Fstevee%2Fipfire-2.x.git geoip-functions.pl: Adjust location_dir The data directory upstream has been moved to "/var/lib/location". Signed-off-by: Stefan Schantl --- 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";