]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Suricata: Install Core Update 167 converter script
authorPeter Müller <peter.mueller@ipfire.org>
Sun, 8 May 2022 09:01:24 +0000 (09:01 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Sun, 8 May 2022 09:01:24 +0000 (09:01 +0000)
My fault, again. :-/

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
lfs/suricata

index fa7791cbefc32901a2e2f23a13b388660fd33340..1ebcb4ba4c3b5add83e696f269c6753ee98fe2bd 100644 (file)
@@ -131,5 +131,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        # Set correct ownership for /var/log/suricata.
        chown suricata:suricata /var/log/suricata
 
+       # Install converter script needed for Core Update 167
+       install -m 0755 $(DIR_SRC)/config/suricata/convert-ids-backend-files /usr/sbin/convert-ids-backend-files
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)