From 86efc510f9c41486952b872819179da5837d0cf9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 27 May 2019 15:40:31 +0100 Subject: [PATCH] core133: Ship hyperscan Signed-off-by: Michael Tremer --- config/rootfiles/core/133/filelists/i586/hyperscan | 1 + config/rootfiles/core/133/filelists/suricata | 1 + config/rootfiles/core/133/filelists/x86_64/hyperscan | 1 + config/rootfiles/core/133/update.sh | 1 + 4 files changed, 4 insertions(+) create mode 120000 config/rootfiles/core/133/filelists/i586/hyperscan create mode 120000 config/rootfiles/core/133/filelists/suricata create mode 120000 config/rootfiles/core/133/filelists/x86_64/hyperscan diff --git a/config/rootfiles/core/133/filelists/i586/hyperscan b/config/rootfiles/core/133/filelists/i586/hyperscan new file mode 120000 index 0000000000..85730b04f7 --- /dev/null +++ b/config/rootfiles/core/133/filelists/i586/hyperscan @@ -0,0 +1 @@ +../../../../common/i586/hyperscan \ No newline at end of file diff --git a/config/rootfiles/core/133/filelists/suricata b/config/rootfiles/core/133/filelists/suricata new file mode 120000 index 0000000000..f671f69933 --- /dev/null +++ b/config/rootfiles/core/133/filelists/suricata @@ -0,0 +1 @@ +../../../common/suricata \ No newline at end of file diff --git a/config/rootfiles/core/133/filelists/x86_64/hyperscan b/config/rootfiles/core/133/filelists/x86_64/hyperscan new file mode 120000 index 0000000000..ee1858dca2 --- /dev/null +++ b/config/rootfiles/core/133/filelists/x86_64/hyperscan @@ -0,0 +1 @@ +../../../../common/x86_64/hyperscan \ No newline at end of file diff --git a/config/rootfiles/core/133/update.sh b/config/rootfiles/core/133/update.sh index 6b03af205c..80622c42ac 100644 --- a/config/rootfiles/core/133/update.sh +++ b/config/rootfiles/core/133/update.sh @@ -49,6 +49,7 @@ ldconfig /usr/local/bin/update-lang-cache # Start services +/etc/init.d/suricata restart /etc/init.d/squid start # Finish -- 2.39.5