diff --git a/config/rootfiles/core/38/filelists/squid b/config/rootfiles/core/38/filelists/squid new file mode 120000 index 000000000..2dc8372a0 --- /dev/null +++ b/config/rootfiles/core/38/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/config/rootfiles/core/38/filelists/squidguard b/config/rootfiles/core/38/filelists/squidguard new file mode 120000 index 000000000..f87a5b0c6 --- /dev/null +++ b/config/rootfiles/core/38/filelists/squidguard @@ -0,0 +1 @@ +../../../common/squidguard \ No newline at end of file diff --git a/config/rootfiles/core/38/update.sh b/config/rootfiles/core/38/update.sh index 943c38728..769ba1500 100644 --- a/config/rootfiles/core/38/update.sh +++ b/config/rootfiles/core/38/update.sh @@ -65,6 +65,11 @@ rm -rf /lib/modules/*-ipfire # Todo: remove openswan libs ... # +# +# Stop Sevices +# +/etc/init.d/squid stop + # # Backup grub.conf # @@ -133,6 +138,10 @@ perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" # Todo convert ipsec.conf from open to strongswan... # # +# Start Sevices +# +/etc/init.d/squid start +# # Delete old lm-sensor modullist... # rm -rf /etc/sysconfig/lm_sensors