]> gitweb.fluxo.info Git - firma.git/commitdiff
firma 0.3pre1 :)
authorrhatto <rhatto>
Sun, 12 Nov 2006 16:45:06 +0000 (16:45 +0000)
committerrhatto <rhatto>
Sun, 12 Nov 2006 16:45:06 +0000 (16:45 +0000)
firma

diff --git a/firma b/firma
index 56fb1d6cc9deb071ec961917ad35042db09dc9ec..af41452b0443a8b0a84cf36e171159f9e3e9018b 100755 (executable)
--- a/firma
+++ b/firma
@@ -1513,7 +1513,7 @@ function SubscribeUsers {
       $GPG_NOBATCH --import
       return_code=$?
       if [ "$return_code" == "0" ]; then
-        AdminLog "successfully subscribed user $1"
+        AdminLog "subscription: success"
       fi
     else
       AdminLog "subscribe: stdin option only valid in the interactive (command-line) mode"
@@ -1526,7 +1526,7 @@ function SubscribeUsers {
           $GPG --import < $2
           return_code=$?
           if [ "$return_code" == "0" ]; then
-            AdminLog "successfully subscribed user $1"
+            AdminLog "subscription: success"
           fi
         else
           echo >&2 "subscribe: cant add subscribers from $1: no such file or directory"
@@ -1567,7 +1567,7 @@ function SubscribeUsers {
         $GPG_NOBATCH --keyserver $keyserver $method $*
         return_code=$?
         if [ "$return_code" == "0" ]; then
-          AdminLog "successfully subscribed user $1"
+          AdminLog "subscription: success"
         fi
       fi
     else