aboutsummaryrefslogtreecommitdiffstats
path: root/bin/mailman-config
diff options
context:
space:
mode:
authorLindsay <fmouse@fmp.com>2018-01-06 22:18:27 -0600
committerLindsay <fmouse@fmp.com>2018-01-06 22:18:27 -0600
commita68d0a0033a99545601011ffbaaa156c93504c31 (patch)
tree537ada57f65a32ac2f95f95fea1d3ed0a10219e7 /bin/mailman-config
parent2213190e796c56bf02c1ef9e406cd046076caa34 (diff)
downloadmailman2-a68d0a0033a99545601011ffbaaa156c93504c31.tar.gz
mailman2-a68d0a0033a99545601011ffbaaa156c93504c31.tar.xz
mailman2-a68d0a0033a99545601011ffbaaa156c93504c31.zip
Configured source to put mailman-config in bin rather than contrib. Changed
the name from mailman-config.py to mailman-config.
Diffstat (limited to 'bin/mailman-config')
-rw-r--r--bin/mailman-config22
1 files changed, 22 insertions, 0 deletions
diff --git a/bin/mailman-config b/bin/mailman-config
new file mode 100644
index 00000000..70492036
--- /dev/null
+++ b/bin/mailman-config
@@ -0,0 +1,22 @@
+#! @PYTHON@
+
+# Show build-time configuration options
+# This is free software under the GNU General Public License.
+# Send bug reports or suggestions to Lindsay Haisley <fmouse@fmp.com>
+
+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@"
+