summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormailman1998-03-18 21:51:24 +0000
committermailman1998-03-18 21:51:24 +0000
commit43b27785c052b9ab92f19d2bce7cd3da01845b10 (patch)
treecb0df56da8c6f67c3d00c78ab9903763d68b7d44
parentf2335021d721ffcc4b1deca10c066d9b47269776 (diff)
downloadmailman-43b27785c052b9ab92f19d2bce7cd3da01845b10.tar.gz
mailman-43b27785c052b9ab92f19d2bce7cd3da01845b10.tar.zst
mailman-43b27785c052b9ab92f19d2bce7cd3da01845b10.zip
Removed some now extraneous comments and elaborated an error message
for debugging sake.
-rwxr-xr-xbin/rmlist6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/rmlist b/bin/rmlist
index c25c2e655..30b635169 100755
--- a/bin/rmlist
+++ b/bin/rmlist
@@ -1,8 +1,4 @@
#!/bin/sh
-#
-# If you don't want to rm archives when you rm a list, you probably
-# want to comment out that line, or set the archives aside before you
-# nuke the list.
MAILMAN_DIR='/home/mailman/mailman'
HTML_DIR='/home/mailman/public_html'
@@ -25,7 +21,7 @@ rmit () {
echo Removing "$1"
rm -rf "$2"
else
- echo "$listname $1 not found"
+ echo "$listname $1 not found as $2"
fi
}