From fb55a868c6bc2414d049ffa286d670d30907bce1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 23 Jan 2018 13:09:37 +0000 Subject: [PATCH] core118: Ship updated squid Signed-off-by: Michael Tremer --- config/rootfiles/core/118/filelists/squid | 1 + config/rootfiles/core/118/update.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/118/filelists/squid diff --git a/config/rootfiles/core/118/filelists/squid b/config/rootfiles/core/118/filelists/squid new file mode 120000 index 0000000000..2dc8372a0e --- /dev/null +++ b/config/rootfiles/core/118/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/config/rootfiles/core/118/update.sh b/config/rootfiles/core/118/update.sh index 0cd6c108bc..b30d7b3ac6 100644 --- a/config/rootfiles/core/118/update.sh +++ b/config/rootfiles/core/118/update.sh @@ -33,6 +33,7 @@ done # Stop services /etc/init.d/snort stop +/etc/init.d/squid stop /etc/init.d/unbound stop # Delete files @@ -58,6 +59,7 @@ ldconfig # Start services /etc/init.d/unbound start /etc/init.d/apache restart +/etc/init.d/squid start /etc/init.d/snort start # This update need a reboot... -- 2.39.5