]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/rootfiles/core/84/update.sh
squid: Update to 3.4.8
[ipfire-2.x.git] / config / rootfiles / core / 84 / update.sh
index 1b8332664b1ee4a1e35bfb7e09ab7c6df9fc7ad3..93a9e2016b883a6eec51e39d058081ccf53b0bc8 100644 (file)
@@ -32,6 +32,7 @@ do
 done
 
 # Stop services
+/etc/init.d/squid stop
 /etc/init.d/dnsmasq stop
 
 # Remove old files
@@ -41,6 +42,7 @@ extract_files
 
 # Start services
 /etc/init.d/dnsmasq start
+/etc/init.d/squid start
 
 # Update Language cache
 perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"