public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Core 165: Export location DB in new format.
@ 2022-02-18  5:07 Stefan Schantl
  2022-02-18  8:26 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2022-02-18  5:07 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 682 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 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
 
+# 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
-- 
2.30.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-18  8:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-18  5:07 [PATCH] Core 165: Export location DB in new format Stefan Schantl
2022-02-18  8:26 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox