diff options
| author | bwarsaw | 1998-12-10 16:39:33 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-12-10 16:39:33 +0000 |
| commit | 9b3f6cad363fbdb225b5ec64501003160e43063d (patch) | |
| tree | 42464a44dd0b362c5f02aa1a813847be49b1ef7f | |
| parent | 264535c8aab880f39ed9ef1337ac5592b350b3d8 (diff) | |
| download | mailman-9b3f6cad363fbdb225b5ec64501003160e43063d.tar.gz mailman-9b3f6cad363fbdb225b5ec64501003160e43063d.tar.zst mailman-9b3f6cad363fbdb225b5ec64501003160e43063d.zip | |
convert_list and populate_new_list have been removed
Diffstat (limited to '')
| -rw-r--r-- | bin/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/Makefile.in b/bin/Makefile.in index a77bceaa1..6ea02a3d8 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -43,9 +43,8 @@ SCRIPTSDIR= $(prefix)/bin SHELL= /bin/sh -SCRIPTS= convert_list digest_arch mmsitepass newlist \ -populate_new_list rmlist subscribe_enmasse update_to_10b6 \ -arch +SCRIPTS= digest_arch mmsitepass newlist rmlist \ +subscribe_enmasse update_to_10b6 arch # Modes for directories and executables created by the install # process. Default to group-writable directories but |
