diff options
author | rhatto <rhatto> | 2006-10-10 02:37:39 +0000 |
---|---|---|
committer | rhatto <rhatto> | 2006-10-10 02:37:39 +0000 |
commit | 7eb5cb5a032934ee29f0cc74a3e8b2bc1e993098 (patch) | |
tree | ab8bb61732367f23c0b8b8cacad11b849e61f9b7 | |
parent | da14037185cc815ba10f417115eab2eb17613aa9 (diff) | |
download | firma-7eb5cb5a032934ee29f0cc74a3e8b2bc1e993098.tar.gz firma-7eb5cb5a032934ee29f0cc74a3e8b2bc1e993098.tar.bz2 |
NewList minor fixes
-rwxr-xr-x | firma | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |