From e9358dcceedbaa43c3bffc0e396c326aba1fb491 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 31 Aug 2015 23:35:52 +0100 Subject: [PATCH] core94: Ship updated squid Signed-off-by: Michael Tremer --- config/rootfiles/core/94/filelists/squid | 1 + config/rootfiles/core/94/update.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/94/filelists/squid diff --git a/config/rootfiles/core/94/filelists/squid b/config/rootfiles/core/94/filelists/squid new file mode 120000 index 0000000000..2dc8372a0e --- /dev/null +++ b/config/rootfiles/core/94/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/config/rootfiles/core/94/update.sh b/config/rootfiles/core/94/update.sh index 5fb09367e2..6df09582a4 100644 --- a/config/rootfiles/core/94/update.sh +++ b/config/rootfiles/core/94/update.sh @@ -32,6 +32,7 @@ do done # Stop services +/etc/init.d/squid stop /etc/init.d/sshd stop /etc/init.d/dnsmasq stop @@ -69,6 +70,7 @@ fcrontab -z &>/dev/null # Start services /etc/init.d/dnsmasq start /etc/init.d/sshd start +/etc/init.d/squid start # This update need a reboot... #touch /var/run/need_reboot -- 2.39.5