From cacb0b4eb94c5c21ab067f4e21f6758d564f8d9a Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 19 Oct 2010 22:57:12 +0200 Subject: [PATCH] Stop/start strongswan at core41 update. --- config/rootfiles/core/41/update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/rootfiles/core/41/update.sh b/config/rootfiles/core/41/update.sh index f053ca95af..84bd432463 100644 --- a/config/rootfiles/core/41/update.sh +++ b/config/rootfiles/core/41/update.sh @@ -26,6 +26,7 @@ # #Stop services +/etc/init.d/ipsec stop # #Extract files @@ -33,6 +34,7 @@ extract_files # #Start services +/etc/init.d/ipsec start # #Update Language cache -- 2.39.5