From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] Core 165: Export location DB in new format. Date: Fri, 18 Feb 2022 08:26:51 +0000 Message-ID: In-Reply-To: <20220218050742.10014-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7999668781481363916==" List-Id: --===============7999668781481363916== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 18 Feb 2022, at 05:07, Stefan Schantl wrot= e: >=20 > Signed-off-by: Stefan Schantl > --- > config/rootfiles/core/165/update.sh | 6 ++++++ > 1 file changed, 6 insertions(+) >=20 > diff --git a/config/rootfiles/core/165/update.sh b/config/rootfiles/core/16= 5/update.sh > index 7371d047a..564f58606 100644 > --- a/config/rootfiles/core/165/update.sh > +++ b/config/rootfiles/core/165/update.sh > @@ -109,6 +109,12 @@ ldconfig > # Filesytem cleanup > /usr/local/bin/filesystem-cleanup >=20 > +# Export location DB in new format. > +/usr/bin/location export \ > + --directory=3D/var/lib/location/ipset \ > + --family=3Dipv4 \ > + --format=3Dipset > + > # Start services > telinit u > /etc/rc.d/init.d/firewall restart > --=20 > 2.30.2 >=20 --===============7999668781481363916==--