From: Michael Tremer Date: Sat, 22 Feb 2025 13:05:20 +0000 (+0000) Subject: core193: Ship strongswan X-Git-Tag: v2.29-core193~126 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3cdc7e8f504802ab8f8746e80653793725a7ed13;p=ipfire-2.x.git core193: Ship strongswan Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/193/filelists/strongswan b/config/rootfiles/core/193/filelists/strongswan new file mode 120000 index 000000000..90c727e26 --- /dev/null +++ b/config/rootfiles/core/193/filelists/strongswan @@ -0,0 +1 @@ +../../../common/strongswan \ No newline at end of file diff --git a/config/rootfiles/core/193/update.sh b/config/rootfiles/core/193/update.sh index fea9c08c0..4a326d190 100644 --- a/config/rootfiles/core/193/update.sh +++ b/config/rootfiles/core/193/update.sh @@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do done # Stop services +/etc/init.d/ipsec stop # Extract files extract_files @@ -50,6 +51,7 @@ ldconfig # Apply local configuration to sshd_config # Start services +/etc/init.d/ipsec start # This update needs a reboot... #touch /var/run/need_reboot