From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH 01/12] location-functions.pl: Rename and set the location for exported databases to "/var/lib/location/ipset/". Date: Mon, 14 Feb 2022 21:01:33 +0000 Message-ID: <4ece4322-ae31-7f26-d028-5753dd8a5900@ipfire.org> In-Reply-To: <20220214184257.2406-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2203898224555652903==" List-Id: --===============2203898224555652903== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > Signed-off-by: Stefan Schantl > --- > config/cfgroot/location-functions.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/config/cfgroot/location-functions.pl b/config/cfgroot/location= -functions.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(); --===============2203898224555652903==--