summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdeluser.local4
1 files changed, 2 insertions, 2 deletions
diff --git a/deluser.local b/deluser.local
index d63cc97..d102988 100755
--- a/deluser.local
+++ b/deluser.local
@@ -3,7 +3,7 @@
# /usr/local/sbin/deluser.local
# Copyright 2001-2002 Jonas Smedegaard <dr@jones.dk>
#
-# $Id: deluser.local,v 1.16 2005-12-20 02:01:35 jonas Exp $
+# $Id: deluser.local,v 1.17 2005-12-20 02:03:36 jonas Exp $
#
# Common deluser additions for Spiff and Xenux networks
#
@@ -47,7 +47,7 @@ maildomain="`maildomain`"
if [ -n "$maildomain" ]; then
lists="`listlists`"
if [ -n "$lists" ]; then
- echo -n "Unsubscribing $NEWUSERNAME@$maildomain from mailinglists..."
+ echo "Unsubscribing $NEWUSERNAME@$maildomain from mailinglists..."
fi
for list in $lists; do
delfromlist "$NEWUSERNAME@$maildomain" "$list"