diff options
| author | mailman | 1998-04-09 22:50:05 +0000 |
|---|---|---|
| committer | mailman | 1998-04-09 22:50:05 +0000 |
| commit | 9b49384b13a8561981925a49fcfa447bbc4fdd39 (patch) | |
| tree | 833c690fae6fc8104bb99526c3b471ad4fb1e021 | |
| parent | e85e709ff3bfa21b5a91f82781cd3bbf09a18b5b (diff) | |
| download | mailman-9b49384b13a8561981925a49fcfa447bbc4fdd39.tar.gz mailman-9b49384b13a8561981925a49fcfa447bbc4fdd39.tar.zst mailman-9b49384b13a8561981925a49fcfa447bbc4fdd39.zip | |
Preparing to package a distribution - add a "docstring" (for a shell
script, just a comment at the top) and __version__, $Source$ info.
| -rwxr-xr-x | bin/rmlist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/rmlist b/bin/rmlist index 30b635169..6c570c6db 100755 --- a/bin/rmlist +++ b/bin/rmlist @@ -1,5 +1,10 @@ #!/bin/sh +# Remove the components of a maillist with impunity - beware! + +__version__="$Revision: 381 $" +# $Source$ + MAILMAN_DIR='/home/mailman/mailman' HTML_DIR='/home/mailman/public_html' |
