From: Tobias Brunner Date: Tue, 30 Sep 2014 12:51:20 +0000 (+0200) Subject: ipsec: Remove unsupported listcards and rereadgroups commands X-Git-Tag: 5.2.1rc1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fb363c8f73bb2d701826e947fb7d800e9690190;p=thirdparty%2Fstrongswan.git ipsec: Remove unsupported listcards and rereadgroups commands --- diff --git a/src/ipsec/_ipsec.in b/src/ipsec/_ipsec.in index 609fc56576..0798830cfe 100644 --- a/src/ipsec/_ipsec.in +++ b/src/ipsec/_ipsec.in @@ -128,16 +128,6 @@ down-srcip) fi exit "$rc" ;; -listcards|rereadgroups) - op="$1" - shift - if [ -e $IPSEC_CHARON_PID ] - then - exit 3 - else - exit 7 - fi - ;; leases) op="$1" rc=7