aboutsummaryrefslogtreecommitdiffstats
path: root/Source/patches
diff options
context:
space:
mode:
Diffstat (limited to 'Source/patches')
-rw-r--r--Source/patches/strongswan-2.6.4.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/patches/strongswan-2.6.4.patch b/Source/patches/strongswan-2.6.4.patch
index ce6fe631f..9358efcd5 100644
--- a/Source/patches/strongswan-2.6.4.patch
+++ b/Source/patches/strongswan-2.6.4.patch
@@ -65,13 +65,13 @@ diff -Naur strongswan-2.6.4/programs/ipsec/ipsec.in strongswan-2.6.4-charon/prog
$IPSEC_EXECDIR/whack "--$op"
+ if test -e $IPSEC_EXECDIR/stroke
+ then
-+ $IPSEC_EXECDIR/stroke status
++ $IPSEC_EXECDIR/stroke "$op"
+ fi
else
$IPSEC_EXECDIR/whack --name "$1" "--$op"
+ if test -e $IPSEC_EXECDIR/stroke
+ then
-+ $IPSEC_EXECDIR/stroke status
++ $IPSEC_EXECDIR/stroke "$op" "$1"
+ fi
fi
exit 0