]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
core190: Ship Suricata & libhtp
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 2 Oct 2024 16:02:32 +0000 (16:02 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 2 Oct 2024 16:02:32 +0000 (16:02 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/190/filelists/libhtp [new symlink]
config/rootfiles/core/190/filelists/suricata [new symlink]
config/rootfiles/core/190/update.sh

diff --git a/config/rootfiles/core/190/filelists/libhtp b/config/rootfiles/core/190/filelists/libhtp
new file mode 120000 (symlink)
index 0000000..676e2c5
--- /dev/null
@@ -0,0 +1 @@
+../../../common/libhtp
\ No newline at end of file
diff --git a/config/rootfiles/core/190/filelists/suricata b/config/rootfiles/core/190/filelists/suricata
new file mode 120000 (symlink)
index 0000000..f671f69
--- /dev/null
@@ -0,0 +1 @@
+../../../common/suricata
\ No newline at end of file
index 38f3126ec6ae820f801e82aec37906815d2c054e..ba7816216bd67f175c14876f878952f8a6d7ae80 100644 (file)
@@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do
 done
 
 # Stop services
+/etc/init.d/suricata stop
 
 # Extract files
 extract_files
@@ -60,6 +61,7 @@ fi
 /etc/init.d/collectd restart
 /etc/init.d/sshd restart
 /etc/init.d/squid restart
+/etc/init.d/suricata start
 
 # This update needs a reboot...
 touch /var/run/need_reboot