From: Stefan Schantl Date: Fri, 11 Feb 2022 18:26:27 +0000 (+0100) Subject: location-functions.pl: Rename and set the location for exported X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bdfd1aab29b9c85153ed252e87352f1ae83d20b1;p=people%2Fstevee%2Fipfire-2.x.git location-functions.pl: Rename and set the location for exported databases to "/var/lib/location/ipset/". Signed-off-by: Stefan Schantl --- diff --git a/config/cfgroot/location-functions.pl b/config/cfgroot/location-functions.pl index 4d44ce24d3..f86464933f 100644 --- a/config/cfgroot/location-functions.pl +++ b/config/cfgroot/location-functions.pl @@ -53,7 +53,7 @@ our $database = "$location_dir/database.db"; our $keyfile = "$location_dir/signing-key.pem"; # Directory which contains the exported databases. -our $xt_geoip_db_directory = "/usr/share/xt_geoip/"; +our $ipset_db_directory = "$location_dir/ipset"; # Create libloc database handle. my $db_handle = &init();