diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/ipsec/ipsec.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ipsec/ipsec.in b/src/ipsec/ipsec.in index 26c6eb217..5524ee627 100755 --- a/src/ipsec/ipsec.in +++ b/src/ipsec/ipsec.in @@ -115,8 +115,7 @@ listalgs|listpubkeys|listaacerts|\ listocspcerts|listacerts|listgroups|\ listcainfos|listocsp|listcards|\ purgeocsp|rereadsecrets|rereadgroups|\ -rereadcacerts|rereadaacerts|rereadocspcerts|\ -rereadacerts|rereadcrls|rereadall) +rereadaacerts|rereadocspcerts|rereadacerts) op="$1" shift if test -e $IPSEC_PLUTO_PID @@ -124,7 +123,8 @@ rereadacerts|rereadcrls|rereadall) $IPSEC_WHACK "$@" "--$op" fi ;; -listcerts|listcacerts|listcrls|listall) +listcerts|listcacerts|listcrls|listall|\ +rereadcacerts|rereadcrls|rereadall) op="$1" shift if test -e $IPSEC_PLUTO_PID |