From: Michael Tremer Date: Tue, 5 Sep 2023 10:46:05 +0000 (+0000) Subject: core180: Ship squid X-Git-Tag: v2.27-core180~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c52a9716a12c27897449ba98cdb8c1c063d0dcc8;p=ipfire-2.x.git core180: Ship squid Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/180/filelists/squid b/config/rootfiles/core/180/filelists/squid new file mode 120000 index 0000000000..2dc8372a0e --- /dev/null +++ b/config/rootfiles/core/180/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/config/rootfiles/core/180/update.sh b/config/rootfiles/core/180/update.sh index 764cc8cc19..4337e2533d 100644 --- a/config/rootfiles/core/180/update.sh +++ b/config/rootfiles/core/180/update.sh @@ -57,6 +57,9 @@ telinit u /etc/rc.d/init.d/sshd restart /etc/rc.d/init.d/vnstat restart /etc/rc.d/init.d/unbound restart +if [ -f /var/ipfire/proxy/enable ]; then + /etc/init.d/squid restart +fi # This update needs a reboot... #touch /var/run/need_reboot