From: Michael Tremer Date: Wed, 31 Mar 2021 12:12:05 +0000 (+0000) Subject: core156: Ship strongswan X-Git-Tag: v2.25-core156~8^2~193 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1176c3be6e2e6b5fb1fce0bda578620278827cc;p=ipfire-2.x.git core156: Ship strongswan Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/156/filelists/strongswan b/config/rootfiles/core/156/filelists/strongswan new file mode 120000 index 0000000000..90c727e265 --- /dev/null +++ b/config/rootfiles/core/156/filelists/strongswan @@ -0,0 +1 @@ +../../../common/strongswan \ No newline at end of file diff --git a/config/rootfiles/core/156/update.sh b/config/rootfiles/core/156/update.sh index fca7d4cb6a..8485d84a0b 100644 --- a/config/rootfiles/core/156/update.sh +++ b/config/rootfiles/core/156/update.sh @@ -54,6 +54,9 @@ ldconfig # Start services telinit u /etc/init.d/suricata restart +if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then + /etc/init.d/ipsec restart +fi # This update needs a reboot... #touch /var/run/need_reboot