diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-02-14 01:08:41 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-02-14 01:08:41 +0000 |
commit | 786b0706b4783de4f2c9128b096bd6b0c8d49940 (patch) | |
tree | 3c19549292a111bed3b7f67c6bd8cb2cd844c10e /src | |
parent | 1e77bdc36b48b9e2bd2eec2b311fcd8836ec721c (diff) | |
download | strongswan-786b0706b4783de4f2c9128b096bd6b0c8d49940.tar.bz2 strongswan-786b0706b4783de4f2c9128b096bd6b0c8d49940.tar.xz |
stroke now recognizes the keywords listocspcerts|cainfos|ocsp, rereadocspcerts and purgeocsp
Diffstat (limited to 'src')
-rwxr-xr-x | src/ipsec/ipsec.in | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/ipsec/ipsec.in b/src/ipsec/ipsec.in index a962e13b2..f635209d2 100755 --- a/src/ipsec/ipsec.in +++ b/src/ipsec/ipsec.in @@ -112,10 +112,9 @@ down) exit 0 ;; listalgs|listpubkeys|listaacerts|\ -listocspcerts|listacerts|listgroups|\ -listcainfos|listocsp|listcards|\ -purgeocsp|rereadsecrets|rereadgroups|\ -rereadaacerts|rereadocspcerts|rereadacerts) +listacerts|listgroups|\listcards|\ +rereadsecrets|rereadgroups|\ +rereadaacerts|rereadacerts) op="$1" shift if test -e $IPSEC_PLUTO_PID @@ -124,8 +123,10 @@ rereadaacerts|rereadocspcerts|rereadacerts) fi exit 0 ;; -listcerts|listcacerts|listcrls|listall|\ -rereadcacerts|rereadcrls|rereadall) +listcerts|listcacerts|listocspcerts|\ +listcainfos|listcrls|listocsp|listall|\ +rereadcacerts|rereadocspcerts|rereadcrls|\ +rereadall|purgeocsp) op="$1" shift if test -e $IPSEC_PLUTO_PID |