[Pkg-mailman-hackers] Pkg-mailman commit - rev 311 - trunk/debian

Hector Garcia hector at costa.debian.org
Fri Aug 11 09:28:50 UTC 2006


Author: hector
Date: 2006-08-11 09:28:49 +0000 (Fri, 11 Aug 2006)
New Revision: 311

Modified:
   trunk/debian/changelog
   trunk/debian/mm_cfg.py
Log:
Added a slash to the end of DEFAULT_URL_PATTERN on mm_cfg.py


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-08-11 09:25:33 UTC (rev 310)
+++ trunk/debian/changelog	2006-08-11 09:28:49 UTC (rev 311)
@@ -18,6 +18,8 @@
     www-data. (Closes: #356877)
   * Changed '| xarg' for '-exec' on find to prevent problems when there are
     too many files (Closes: #366102)
+  * Added a slash to the end of DEFAULT_URL_PATTERN on mm_cfg.py 
+    (Closes: #365881)
 
   [ Riccardo Setti ]
   * epoch 1. Now people should upgrade mailman without problems. (closes: #366438)
@@ -32,7 +34,7 @@
   * Bumped debhelper compatibily to 5.
    - modified debian/control to reflect this change.
 
- -- Thijs Kinkhorst <thijs at debian.org>  Fri, 11 Aug 2006 11:24:24 +0200
+ -- Hector Garcia <hector at debian.org>  Fri, 11 Aug 2006 11:26:01 +0200
 
 mailman (0:2.1.8-1) unstable; urgency=low
 

Modified: trunk/debian/mm_cfg.py
===================================================================
--- trunk/debian/mm_cfg.py	2006-08-11 09:25:33 UTC (rev 310)
+++ trunk/debian/mm_cfg.py	2006-08-11 09:28:49 UTC (rev 311)
@@ -56,7 +56,7 @@
 #-------------------------------------------------------------
 # If you change these, you have to configure your http server
 # accordingly (Alias and ScriptAlias directives in most httpds)
-DEFAULT_URL_PATTERN = 'http://%s/cgi-bin/mailman'
+DEFAULT_URL_PATTERN = 'http://%s/cgi-bin/mailman/'
 PRIVATE_ARCHIVE_URL = '/cgi-bin/mailman/private'
 IMAGE_LOGOS         = '/images/mailman/'
 




More information about the Pkg-mailman-hackers mailing list