Core Update 174: Ship and restart Squid

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Peter Müller
2023-03-04 13:40:45 +00:00
parent ab04951428
commit fb7fed2a6d
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1 @@
../../../common/squid

View File

@@ -17,7 +17,7 @@
# along with IPFire; if not, write to the Free Software #
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #
# #
# Copyright (C) 2022 IPFire-Team <info@ipfire.org>. #
# Copyright (C) 2023 IPFire-Team <info@ipfire.org>. #
# #
############################################################################
#
@@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do
done
# Stop services
/etc/rc.d/init.d/squid stop
# Extract files
extract_files
@@ -51,6 +52,9 @@ ldconfig
# Start services
telinit u
if [ -f /var/ipfire/proxy/enable ]; then
/etc/init.d/squid start
fi
# This update needs a reboot...
touch /var/run/need_reboot