From: Michael Tremer Date: Mon, 23 Oct 2017 15:26:39 +0000 (+0100) Subject: core116: Ship snort X-Git-Tag: v2.19-core116~14 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=b47d4bc1eae6b94b2efb8ae1ce85c3ca6bbb967b;hp=49f7ee5d72f1dde61875a7e15add7f4d901afe0b core116: Ship snort Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/116/filelists/snort b/config/rootfiles/core/116/filelists/snort new file mode 120000 index 0000000000..9406ce01c7 --- /dev/null +++ b/config/rootfiles/core/116/filelists/snort @@ -0,0 +1 @@ +../../../common/snort \ No newline at end of file diff --git a/config/rootfiles/core/116/update.sh b/config/rootfiles/core/116/update.sh index b0969ebd7d..7a4d7654b9 100644 --- a/config/rootfiles/core/116/update.sh +++ b/config/rootfiles/core/116/update.sh @@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do done # Stop services +/etc/init.d/snort stop # Extract files extract_files @@ -43,6 +44,7 @@ ldconfig #/usr/local/bin/update-lang-cache # Start services +/etc/init.d/snort start # This update need a reboot... #touch /var/run/need_reboot