]> gitweb.fluxo.info Git - firma.git/commitdiff
admin command parsing fix
authorrhatto <rhatto>
Mon, 9 Oct 2006 18:36:22 +0000 (18:36 +0000)
committerrhatto <rhatto>
Mon, 9 Oct 2006 18:36:22 +0000 (18:36 +0000)
firma

diff --git a/firma b/firma
index c6ee2bab712f1cd3266906cda7bc2a309cf8b3ba..7986b61b55e7ed7458c129e98cae6aeb7235be24 100755 (executable)
--- a/firma
+++ b/firma
@@ -1011,6 +1011,18 @@ function ListAdministration {
           UnsubscribeUser $2
           return_code=$?
           ;;
+        subscribe)
+          SubscribeUsers $2
+          return_code=$?
+          ;;
+        sendkey)
+          SendListPubkey $2
+          return_code=$?
+          ;;
+        info)
+          GetSubscribersInfo $2
+          return_code=$?
+          ;;
         help|quit)
           echo >&2 "$1: too many arguments -- $@ (try \"help\")"
           return_code=1