summaryrefslogtreecommitdiff
path: root/deluser.local
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2005-12-20 02:03:36 +0000
committerJonas Smedegaard <dr@jones.dk>2005-12-20 02:03:36 +0000
commitf43c7e19b5e6a9dd5228013ba1144cf37abf1ba8 (patch)
treeb46654174a95b2cf3c6e0ecbea6793f249432cfa /deluser.local
parent20dde251ded89a58b6a1acfdba5ca12ec5e0953b (diff)
Echo unsubscribing note with newline.
Diffstat (limited to 'deluser.local')
-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"