From: Arne Fitzenreiter Date: Sat, 21 Jan 2012 19:26:26 +0000 (+0100) Subject: core56: stop/start sshd and apache while updateing. X-Git-Tag: v2.11-core56^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55bec7f58fa5b38a8ce37d3667730c80e85f2577;p=ipfire-2.x.git core56: stop/start sshd and apache while updateing. --- diff --git a/config/rootfiles/core/56/update.sh b/config/rootfiles/core/56/update.sh index cde93e1f47..2655a40a31 100644 --- a/config/rootfiles/core/56/update.sh +++ b/config/rootfiles/core/56/update.sh @@ -34,6 +34,8 @@ done # #Stop services +/etc/init.d/sshd stop +/etc/init.d/apache stop # #Extract files @@ -46,7 +48,8 @@ sed -i -e "s|38400|115200|g" /etc/inittab # #Start services - +/etc/init.d/apache start +/etc/init.d/sshd start # #Update Language cache