From 3cdc7e8f504802ab8f8746e80653793725a7ed13 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 22 Feb 2025 13:05:20 +0000 Subject: [PATCH] core193: Ship strongswan Signed-off-by: Michael Tremer --- config/rootfiles/core/193/filelists/strongswan | 1 + config/rootfiles/core/193/update.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/193/filelists/strongswan 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 -- 2.39.5