core74: Add strongswan update.

This commit is contained in:
Michael Tremer
2013-12-02 20:55:58 +01:00
parent 57c8392d1c
commit bdbfbac6b4
3 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1 @@
../../../../common/i586/strongswan-padlock

View File

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

View File

@@ -35,6 +35,7 @@ done
#
#Stop services
/etc/init.d/ipsec stop
/etc/init.d/squid stop
@@ -61,6 +62,10 @@ chown nobody:nobody /var/ipfire/proxy/squid.conf
#Start services
/etc/init.d/squid start
if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then
/etc/init.d/ipsec start
fi
#
#Update Language cache
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
@@ -75,4 +80,4 @@ sync
/etc/init.d/fireinfo start
sendprofile
#Don't report the exitcode last command
exit 0
exit 0