From: Stefan Schantl Date: Fri, 18 Feb 2022 05:07:42 +0000 (+0100) Subject: Core 165: Export location DB in new format. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1bd6e152c40018054c9cad81000fcb7580153d90;p=people%2Fms%2Fipfire-2.x.git Core 165: Export location DB in new format. Signed-off-by: Stefan Schantl Reviewed-by: Michael Tremer --- diff --git a/config/rootfiles/core/165/update.sh b/config/rootfiles/core/165/update.sh index 7371d047ac..564f58606a 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 +# Export location DB in new format. +/usr/bin/location export \ + --directory=/var/lib/location/ipset \ + --family=ipv4 \ + --format=ipset + # Start services telinit u /etc/rc.d/init.d/firewall restart