diff --git a/config/rootfiles/core/174/filelists/apache2 b/config/rootfiles/core/174/filelists/apache2 new file mode 120000 index 000000000..eef95efa7 --- /dev/null +++ b/config/rootfiles/core/174/filelists/apache2 @@ -0,0 +1 @@ +../../../common/apache2 \ No newline at end of file diff --git a/config/rootfiles/core/174/update.sh b/config/rootfiles/core/174/update.sh index 9dcdb491f..1a56c2ce4 100644 --- a/config/rootfiles/core/174/update.sh +++ b/config/rootfiles/core/174/update.sh @@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do done # Stop services +/etc/rc.d/init.d/apache stop /etc/rc.d/init.d/squid stop /etc/rc.d/init.d/ipsec stop @@ -62,6 +63,7 @@ ldconfig # Start services telinit u +/etc/rc.d/init.d/apache start if [ -f /var/ipfire/proxy/enable ]; then /etc/init.d/squid start fi