diff options
author | Mark Sapiro <mark@msapiro.net> | 2018-01-11 11:54:51 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2018-01-11 11:54:51 -0800 |
commit | c4a7c961798353841a75c862a6fe9e22529db45d (patch) | |
tree | d0af2f969c000db00909f66f9501634c43c8df26 /bin/Makefile.in | |
parent | ce77da9cc4359024e3d39f5826bb8c647dbf6818 (diff) | |
parent | 88da2bf6b172587f9e42c8730b7d4a6f97b91c90 (diff) | |
download | mailman2-c4a7c961798353841a75c862a6fe9e22529db45d.tar.gz mailman2-c4a7c961798353841a75c862a6fe9e22529db45d.tar.xz mailman2-c4a7c961798353841a75c862a6fe9e22529db45d.zip |
Added new bin/mailman-config command.
Diffstat (limited to 'bin/Makefile.in')
-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 22c24b04..20ae5483 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2006 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2018 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 @@ -49,7 +49,7 @@ SCRIPTS= mmsitepass newlist rmlist add_members \ list_admins genaliases change_pw mailmanctl qrunner inject \ unshunt fix_url.py convert.py transcheck b4b5-archfix \ list_owners msgfmt.py show_qfiles discard rb-archfix \ - reset_pw.py export.py + reset_pw.py export.py mailman-config BUILDDIR= ../build/bin |