From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 01/12] location-functions.pl: Rename and set the location for exported databases to "/var/lib/location/ipset/". Date: Mon, 14 Feb 2022 19:42:45 +0100 Message-ID: <20220214184257.2406-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0562337706806766229==" List-Id: --===============0562337706806766229== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- config/cfgroot/location-functions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cfgroot/location-functions.pl b/config/cfgroot/location-f= unctions.pl index 4d44ce24d..f86464933 100644 --- a/config/cfgroot/location-functions.pl +++ b/config/cfgroot/location-functions.pl @@ -53,7 +53,7 @@ our $database =3D "$location_dir/database.db"; our $keyfile =3D "$location_dir/signing-key.pem"; =20 # Directory which contains the exported databases. -our $xt_geoip_db_directory =3D "/usr/share/xt_geoip/"; +our $ipset_db_directory =3D "$location_dir/ipset"; =20 # Create libloc database handle. my $db_handle =3D &init(); --=20 2.30.2 --===============0562337706806766229==--