summaryrefslogtreecommitdiff
path: root/mail/mailman/files/patch-Mailman::Defaults.py.in
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2003-01-17 12:58:06 +0000
committerJohann Visagie <wjv@FreeBSD.org>2003-01-17 12:58:06 +0000
commit9c2dfc108b3479173c5d8d83ee3bace003568e45 (patch)
treee4b6fd5898c57a97e024308af27b33697f4ee634 /mail/mailman/files/patch-Mailman::Defaults.py.in
parentNew port: security/hackbot (diff)
- Update to the long-anticipated version 2.1
Notes
Notes: svn path=/head/; revision=73344
Diffstat (limited to 'mail/mailman/files/patch-Mailman::Defaults.py.in')
-rw-r--r--mail/mailman/files/patch-Mailman::Defaults.py.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/mail/mailman/files/patch-Mailman::Defaults.py.in b/mail/mailman/files/patch-Mailman::Defaults.py.in
deleted file mode 100644
index 92e1c7342c17..000000000000
--- a/mail/mailman/files/patch-Mailman::Defaults.py.in
+++ /dev/null
@@ -1,26 +0,0 @@
---- Mailman/Defaults.py.in.orig Thu Nov 16 06:23:52 2000
-+++ Mailman/Defaults.py.in Tue Feb 19 17:18:39 2002
-@@ -47,8 +47,8 @@
-
- # Don't change MAILMAN_URL, unless you want to point it at the list.org
- # mirror.
--MAILMAN_URL = 'http://www.gnu.org/software/mailman/mailman.html'
--#MAILMAN_URL = 'http://www.list.org/'
-+#MAILMAN_URL = 'http://www.gnu.org/software/mailman/mailman.html'
-+MAILMAN_URL = 'http://www.list.org/'
-
- # Site-specific settings
- DEFAULT_HOST_NAME = '@FQDN@'
-@@ -59,6 +59,12 @@
-
- HOME_PAGE = 'index.html'
- MAILMAN_OWNER = 'mailman-owner@%s' % DEFAULT_HOST_NAME
-+
-+# Should the operating system logo (and link) in the footer of Mailman's
-+# web pages be for GNU or FreeBSD. Options are 'GNU' or 'FreeBSD', with
-+# 'GNU' being the default. Note: This is not a standard Mailman
-+# configuration option; it has been added by the FreeBSD port.
-+LOGO_OS = 'FreeBSD'
-
-
-