From a68d0a0033a99545601011ffbaaa156c93504c31 Mon Sep 17 00:00:00 2001 From: Lindsay Date: Sat, 6 Jan 2018 22:18:27 -0600 Subject: Configured source to put mailman-config in bin rather than contrib. Changed the name from mailman-config.py to mailman-config. --- bin/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/Makefile.in') diff --git a/bin/Makefile.in b/bin/Makefile.in index 22c24b04..c8fae282 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -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 -- cgit v1.2.3 From 88da2bf6b172587f9e42c8730b7d4a6f97b91c90 Mon Sep 17 00:00:00 2001 From: Lindsay Date: Wed, 10 Jan 2018 23:03:17 -0600 Subject: Added appropriate FSF Copyright notices --- bin/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/Makefile.in') diff --git a/bin/Makefile.in b/bin/Makefile.in index c8fae282..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 -- cgit v1.2.3