]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/rootfiles/core/53/update.sh
apache2: update to 2.2.21.
[ipfire-2.x.git] / config / rootfiles / core / 53 / update.sh
index 10b45b98e89aea7ddfa4b2240b14870fff220417..fbf19954a8bdd32f00d50182d70c2bc7b304cc08 100644 (file)
@@ -36,6 +36,7 @@ done
 #Stop services
 
 /etc/init.d/ipsec stop
+/etc/init.d/apache stop
 
 #
 # Remove old strongswan libs
@@ -65,6 +66,7 @@ sed -i -e "s|^options cfg80211 ieee80211_regdom=EU|#options cfg80211 ieee80211_r
 #
 #Start services
 
+/etc/init.d/apache start
 if [ `grep "ENABLED=on" /var/ipfire/vpn/settings` ]; then
        /etc/init.d/ipsec start
 fi