diff options
| author | bwarsaw | 2001-08-04 02:26:54 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-08-04 02:26:54 +0000 |
| commit | 28d5366a3bbf0ae30a5d5d49eef1eabdeaa8ec08 (patch) | |
| tree | e60b0c9c00b340b6fd4f8a0eac0fbcdabafd2005 /scripts/Makefile.in | |
| parent | 2998f6b44b11f2b0f06eeae6c8969f9c87efb34a (diff) | |
| download | mailman-28d5366a3bbf0ae30a5d5d49eef1eabdeaa8ec08.tar.gz mailman-28d5366a3bbf0ae30a5d5d49eef1eabdeaa8ec08.tar.zst mailman-28d5366a3bbf0ae30a5d5d49eef1eabdeaa8ec08.zip | |
Get rid of answer_majordomo_mail. It's seriously broken in MM2.1, and
of limited value, IMO. Haven't we already taken over the world? :)
Diffstat (limited to 'scripts/Makefile.in')
| -rw-r--r-- | scripts/Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in index fa9271d87..6088773ac 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -40,9 +40,7 @@ SCRIPTSDIR= $(prefix)/scripts SHELL= /bin/sh -SCRIPTS= \ - answer_majordomo_mail mailcmd mailowner post driver \ - join leave +SCRIPTS= mailcmd mailowner post driver join leave # Modes for directories and executables created by the install # process. Default to group-writable directories but |
