From: Michael Tremer Date: Fri, 24 May 2019 05:39:37 +0000 (+0100) Subject: core133: Ship updated squid X-Git-Tag: v2.23-core133~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8feb0db4309e67f6732732735dba6a969d192791;p=ipfire-2.x.git core133: Ship updated squid Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/133/filelists/squid b/config/rootfiles/core/133/filelists/squid new file mode 120000 index 0000000000..2dc8372a0e --- /dev/null +++ b/config/rootfiles/core/133/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/config/rootfiles/core/133/update.sh b/config/rootfiles/core/133/update.sh index 0b5778ceec..4694b9ad08 100644 --- a/config/rootfiles/core/133/update.sh +++ b/config/rootfiles/core/133/update.sh @@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do done # Stop services +/etc/init.d/squid stop # Extract files extract_files @@ -43,6 +44,7 @@ ldconfig /usr/local/bin/update-lang-cache # Start services +/etc/init.d/squid start # Finish /etc/init.d/fireinfo start