diff options
| author | mailman | 1998-03-18 21:51:24 +0000 |
|---|---|---|
| committer | mailman | 1998-03-18 21:51:24 +0000 |
| commit | 43b27785c052b9ab92f19d2bce7cd3da01845b10 (patch) | |
| tree | cb0df56da8c6f67c3d00c78ab9903763d68b7d44 | |
| parent | f2335021d721ffcc4b1deca10c066d9b47269776 (diff) | |
| download | mailman-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-x | bin/rmlist | 6 |
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 } |
