From 8501be235cda9b39ba5287c787dbb0f47761f555 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sat, 14 Apr 2007 18:09:44 +0000 Subject: [PATCH] added listaacerts, listacerts, listgroups, rereadaacerts, and rereadacerts keywords --- src/ipsec/ipsec.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/ipsec/ipsec.in b/src/ipsec/ipsec.in index bd74b6f..519355d 100755 --- a/src/ipsec/ipsec.in +++ b/src/ipsec/ipsec.in @@ -111,10 +111,8 @@ down) fi exit 0 ;; -listalgs|listpubkeys|listaacerts|\ -listacerts|listgroups|\listcards|\ -rereadsecrets|rereadgroups|\ -rereadaacerts|rereadacerts) +listalgs|listpubkeys|\listcards|\ +rereadsecrets|rereadgroups) op="$1" shift if test -e $IPSEC_PLUTO_PID @@ -123,9 +121,11 @@ rereadaacerts|rereadacerts) fi exit 0 ;; -listcerts|listcacerts|listocspcerts|\ +listcerts|listcacerts|listaacerts|\ +listacerts\listgroups\listocspcerts|\ listcainfos|listcrls|listocsp|listall|\ -rereadcacerts|rereadocspcerts|rereadcrls|\ +rereadcacerts|rereadaacerts|rereadacerts|\ +rereadocspcerts|rereadcrls|\ rereadall|purgeocsp) op="$1" shift -- 2.7.4