diff options
| author | bwarsaw | 1999-03-23 17:02:58 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-03-23 17:02:58 +0000 |
| commit | 585c5cd3256e438097068120807302fc98c49a6a (patch) | |
| tree | 1b270f06f3e91903a4558c5ec9d0653532c8d116 | |
| parent | 078b105a7d8397c4a053d7a9a55e6580dfe2e0d9 (diff) | |
| download | mailman-585c5cd3256e438097068120807302fc98c49a6a.tar.gz mailman-585c5cd3256e438097068120807302fc98c49a6a.tar.zst mailman-585c5cd3256e438097068120807302fc98c49a6a.zip | |
Oops! Add installation of sync_members and check_db to this file
instead of Makefile (which now needs to be removed)
| -rw-r--r-- | bin/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/Makefile.in b/bin/Makefile.in index aded1740f..deb772062 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -42,7 +42,8 @@ SCRIPTSDIR= $(prefix)/bin SHELL= /bin/sh SCRIPTS= digest_arch mmsitepass newlist rmlist add_members \ - list_members remove_members clone_member update arch + list_members remove_members clone_member update arch \ + sync_members check_db # Modes for directories and executables created by the install # process. Default to group-writable directories but |
