From: Michael Tremer Date: Fri, 7 Aug 2015 19:40:19 +0000 (+0100) Subject: core93: Add updated squid X-Git-Tag: v2.17-core93~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3dc6dceddd36673b39680f0c08f44aa1bb531687;p=ipfire-2.x.git core93: Add updated squid Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/93/filelists/squid b/config/rootfiles/core/93/filelists/squid new file mode 120000 index 0000000000..2dc8372a0e --- /dev/null +++ b/config/rootfiles/core/93/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/config/rootfiles/core/93/update.sh b/config/rootfiles/core/93/update.sh index 737cb64d4e..8199f20255 100644 --- a/config/rootfiles/core/93/update.sh +++ b/config/rootfiles/core/93/update.sh @@ -32,6 +32,7 @@ do done # Stop services +/etc/init.d/squid stop # Extract files extract_files @@ -39,6 +40,9 @@ extract_files # Update Language cache /usr/local/bin/update-lang-cache +# Start services +/etc/init.d/squid start + # This update need a reboot... #touch /var/run/need_reboot