From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] Core 165: Export location DB in new format. Date: Fri, 18 Feb 2022 06:07:42 +0100 Message-ID: <20220218050742.10014-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0891783073525961082==" List-Id: --===============0891783073525961082== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- config/rootfiles/core/165/update.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/rootfiles/core/165/update.sh b/config/rootfiles/core/165/= 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 --===============0891783073525961082==--