From 64f4d918987275a0065ba4f6680648ca2f5eb7de Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 12 Jun 2006 08:47:28 +0000 Subject: [PATCH] support for stroke listcerts|listcacerts|listcrls|listall --- src/ipsec/ipsec.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ipsec/ipsec.in b/src/ipsec/ipsec.in index 7ed1286c2..26c6eb217 100755 --- a/src/ipsec/ipsec.in +++ b/src/ipsec/ipsec.in @@ -111,9 +111,9 @@ down) fi exit 0 ;; -listalgs|listpubkeys|listcacerts|listaacerts|\ +listalgs|listpubkeys|listaacerts|\ listocspcerts|listacerts|listgroups|\ -listcainfos|listcrls|listocsp|listcards|\ +listcainfos|listocsp|listcards|\ purgeocsp|rereadsecrets|rereadgroups|\ rereadcacerts|rereadaacerts|rereadocspcerts|\ rereadacerts|rereadcrls|rereadall) @@ -124,7 +124,7 @@ rereadacerts|rereadcrls|rereadall) $IPSEC_WHACK "$@" "--$op" fi ;; -listcerts|listall) +listcerts|listcacerts|listcrls|listall) op="$1" shift if test -e $IPSEC_PLUTO_PID @@ -133,7 +133,7 @@ listcerts|listall) fi if test -e $IPSEC_CHARON_PID then - $IPSEC_STROKE "$op" + $IPSEC_STROKE "$op" "$@" fi exit 0 ;;