apache2: update to 2.2.21.

This commit is contained in:
Arne Fitzenreiter
2011-09-16 19:46:03 +02:00
parent 509d6c5726
commit 736d1ed96e
3 changed files with 5 additions and 2 deletions

View File

@@ -0,0 +1 @@
../../../common/apache2

View 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