From f43c7e19b5e6a9dd5228013ba1144cf37abf1ba8 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 20 Dec 2005 02:03:36 +0000 Subject: Echo unsubscribing note with newline. --- deluser.local | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deluser.local') 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 # -# $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" -- cgit v1.2.3