mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-15 05:22:59 +02:00
geoip-functions.pl: Adjust location_dir
The data directory upstream has been moved to "/var/lib/location". Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user