]> gitweb.fluxo.info Git - firma.git/commitdiff
NewList minor fixes
authorrhatto <rhatto>
Tue, 10 Oct 2006 02:37:39 +0000 (02:37 +0000)
committerrhatto <rhatto>
Tue, 10 Oct 2006 02:37:39 +0000 (02:37 +0000)
firma

diff --git a/firma b/firma
index 47a6428424f71e85ccf8626a9d66ce957e5e8891..0f3077230678f2bfbaa7b5425167fbd698972448 100755 (executable)
--- a/firma
+++ b/firma
@@ -881,7 +881,7 @@ function NewList {
   LIST_HOMEDIR=${LIST_HOMEDIR:-"$LIST_PATH"}
 
   if [ -d "$LIST_HOMEDIR" ]; then
-    echo "cannot create $LIST_NAME: List already exists at $LIST_HOMEDIR"
+    echo "Cannot create list $LIST_NAME: List already exists at $LIST_HOMEDIR"
     return_code=1
   else
 
@@ -1075,11 +1075,11 @@ EOF
           chown -R $FIRMA_USER.$FIRMA_GROUP $LIST_HOMEDIR
         fi
       else
-        echo "$(basename $0): cannot create $LIST_HOMEDIR: Installation aborted"
+        echo "Cannot create list $LIST_HOMEDIR: Installation aborted"
         return_code=1
       fi
     else
-      echo "  Could not create list homedir $LIST_HOMEDIR."
+      echo "Could not create list homedir $LIST_HOMEDIR."
       return_code=1
     fi
   fi