diff --git a/config/rootfiles/core/176/filelists/libhtp b/config/rootfiles/core/176/filelists/libhtp new file mode 120000 index 000000000..676e2c5e8 --- /dev/null +++ b/config/rootfiles/core/176/filelists/libhtp @@ -0,0 +1 @@ +../../../common/libhtp \ No newline at end of file diff --git a/config/rootfiles/core/176/filelists/suricata b/config/rootfiles/core/176/filelists/suricata new file mode 120000 index 000000000..f671f6993 --- /dev/null +++ b/config/rootfiles/core/176/filelists/suricata @@ -0,0 +1 @@ +../../../common/suricata \ No newline at end of file diff --git a/config/rootfiles/core/176/update.sh b/config/rootfiles/core/176/update.sh index 3b64202f6..b5f48b726 100644 --- a/config/rootfiles/core/176/update.sh +++ b/config/rootfiles/core/176/update.sh @@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do done # Stop services +/etc/init.d/suricata stop # Extract files extract_files @@ -50,6 +51,7 @@ ldconfig /usr/local/bin/filesystem-cleanup # Start services +/etc/init.d/suricata start # Rebuild initial ramdisk to apply microcode updates dracut --regenerate-all --force