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

Thijs Kinkhorst thijs at alioth.debian.org
Mon Jan 14 11:08:28 UTC 2008


Author: thijs
Date: 2008-01-14 11:08:28 +0000 (Mon, 14 Jan 2008)
New Revision: 524

Modified:
   trunk/debian/changelog
   trunk/debian/postinst
Log:
* Fix typo in postinst message (closes: #458981).


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-12-20 19:30:42 UTC (rev 523)
+++ trunk/debian/changelog	2008-01-14 11:08:28 UTC (rev 524)
@@ -1,6 +1,6 @@
 mailman (1:2.1.9-10) UNRELEASED; urgency=low
 
-  * 
+  * Fix typo in postinst message (closes: #458981).
 
  -- Thijs Kinkhorst <thijs at debian.org>  Tue, 04 Dec 2007 10:40:46 +0100
 

Modified: trunk/debian/postinst
===================================================================
--- trunk/debian/postinst	2007-12-20 19:30:42 UTC (rev 523)
+++ trunk/debian/postinst	2008-01-14 11:08:28 UTC (rev 524)
@@ -183,8 +183,8 @@
 	fi
 
 	if grep -q mm_defaults /etc/mailman/mm_cfg.py; then
-		printf "Changing mm_defaults to Defaults in mm_cfg.py\n"
-		printf "Fixing host name in /etc/mm_cfg.py\n"
+		printf "Changing mm_defaults to Defaults in /etc/mailman/mm_cfg.py\n"
+		printf "Fixing host name in /etc/mailman/mm_cfg.py\n"
 		sed s/mm_defaults/Defaults/ "s/'localhost'/$DOMAIN/g" "s#http://localhost#http://$DOMAIN#g" </etc/mailman/mm_cfg.py >/etc/mailman/mm_cfg.py.new
 		mv /etc/mailman/mm_cfg.py /etc/mailman/mm_cfg.py.old
 		mv /etc/mailman/mm_cfg.py.new /etc/mailman/mm_cfg.py




More information about the Pkg-mailman-hackers mailing list