[Pkg-mailman-hackers] Pkg-mailman commit - rev 494 - trunk/debian
Thijs Kinkhorst
thijs at alioth.debian.org
Wed May 16 09:38:22 UTC 2007
Author: thijs
Date: 2007-05-16 09:38:22 +0000 (Wed, 16 May 2007)
New Revision: 494
Modified:
trunk/debian/README.Debian
trunk/debian/postrm
Log:
thoroughly purge mailman. clarify this in README.Debian just to be sure.
Modified: trunk/debian/README.Debian
===================================================================
--- trunk/debian/README.Debian 2007-05-05 15:52:20 UTC (rev 493)
+++ trunk/debian/README.Debian 2007-05-16 09:38:22 UTC (rev 494)
@@ -45,7 +45,7 @@
/usr/share/doc/mailman/README.QMAIL.gz
Postfix
-_______
+-------
For those using postfix who are able to devote a full subdomain
lists.example.com for use by Mailman, please see the comments in
/etc/mailman/postfix-to-mailman.py .
@@ -64,6 +64,15 @@
The current version of this handler used in this package is released on
2003 May 6 by James Henstridge <james at daa.com.au>.
+Purging Mailman will wipe lists and archives
+--------------------------------------------
+
+If you purge the mailman package, please note that this will wipe all
+lists and archives you may have. We believe this to be consistent behaviour,
+because someone purging a package is essentially requesting that they
+completely do not want that package anymore and no traces should be left.
+
+
Upgrading from Mailman 2.x (where x < 1)
----------------------------------------
Modified: trunk/debian/postrm
===================================================================
--- trunk/debian/postrm 2007-05-05 15:52:20 UTC (rev 493)
+++ trunk/debian/postrm 2007-05-16 09:38:22 UTC (rev 494)
@@ -22,6 +22,5 @@
rm -f /etc/cron.d/mailman
rm -rf /etc/mailman
rm -rf /var/log/mailman
-# rm -rf /var/lib/mailman
- rm -f /var/lib/mailman/data/last_mailman_version
+ rm -rf /var/lib/mailman
fi
More information about the Pkg-mailman-hackers
mailing list