diff options
| author | bwarsaw | 2002-01-26 23:30:08 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-01-26 23:30:08 +0000 |
| commit | 879b714a89f0150b9a4893ac1b4aba017ebbd591 (patch) | |
| tree | 1a3d1236616d4b2d5eed1b96dd6a5606181e3c23 | |
| parent | b52349b56931d06fb9552eaa1725f7a9ee5d86c7 (diff) | |
| download | mailman-879b714a89f0150b9a4893ac1b4aba017ebbd591.tar.gz mailman-879b714a89f0150b9a4893ac1b4aba017ebbd591.tar.zst mailman-879b714a89f0150b9a4893ac1b4aba017ebbd591.zip | |
Add the `inject' script.
| -rw-r--r-- | bin/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/Makefile.in b/bin/Makefile.in index 3429468a7..96e89e59a 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. +# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -45,7 +45,7 @@ SCRIPTS= digest_arch mmsitepass newlist rmlist add_members \ list_members remove_members clone_member update arch \ sync_members check_db withlist check_perms find_member \ version config_list list_lists dumpdb cleanarch \ - list_admins genaliases change_pw mailmanctl qrunner + list_admins genaliases change_pw mailmanctl qrunner inject NONSCRIPTS= fix_url.py |
