core73: Add squid update to 3.3.

This commit is contained in:
Michael Tremer
2013-08-22 13:03:51 +02:00
parent 754f508b5b
commit e65fe151a5
3 changed files with 8 additions and 1 deletions

View File

@@ -35,19 +35,23 @@ done
#
#Stop services
/etc/init.d/squid stop
#
#Extract files
extract_files
# Regenerate squid configuration files.
/srv/web/ipfire/cgi-bin/proxy.cgi
#
#Start services
/etc/init.d/squid start
#
#Update Language cache
#perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
sync