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. --- contrib/mailman-config.py | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 contrib/mailman-config.py (limited to 'contrib/mailman-config.py') diff --git a/contrib/mailman-config.py b/contrib/mailman-config.py deleted file mode 100644 index 70492036..00000000 --- a/contrib/mailman-config.py +++ /dev/null @@ -1,22 +0,0 @@ -#! @PYTHON@ - -# Show build-time configuration options -# This is free software under the GNU General Public License. -# Send bug reports or suggestions to Lindsay Haisley - -print """Configuration and build information for Mailman\n""" - -print "Mailman version: %s" % "@MM_VERSION@" -print "Build Date: %s" % "@BUILD_DATE@" -print "" -print "prefix: %s" % "@prefix@" -print "var_prefix: %s" % "@VAR_PREFIX@" -print "mailman_user: %s" % "@MAILMAN_USER@" -print "mailman_group: %s" % "@MAILMAN_GROUP@" -print "mail_group: %s" % "@MAIL_GROUP@" -print "cgi_group: %s" % "@CGI_GROUP@" -print "" - - -print "configure_opts: \"%s\"" % "@CONFIGURE_OPTS@" - -- cgit v1.2.3