aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
authorrhatto <rhatto>2006-10-10 02:37:39 +0000
committerrhatto <rhatto>2006-10-10 02:37:39 +0000
commit7eb5cb5a032934ee29f0cc74a3e8b2bc1e993098 (patch)
treeab8bb61732367f23c0b8b8cacad11b849e61f9b7 /firma
parentda14037185cc815ba10f417115eab2eb17613aa9 (diff)
downloadfirma-7eb5cb5a032934ee29f0cc74a3e8b2bc1e993098.tar.gz
firma-7eb5cb5a032934ee29f0cc74a3e8b2bc1e993098.tar.bz2
NewList minor fixes
Diffstat (limited to 'firma')
-rwxr-xr-xfirma6
1 files changed, 3 insertions, 3 deletions
diff --git a/firma b/firma
index 47a6428..0f30772 100755
--- 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