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

Thijs Kinkhorst thijs at alioth.debian.org
Fri Nov 7 08:41:27 UTC 2008


Author: thijs
Date: 2008-11-07 08:41:27 +0000 (Fri, 07 Nov 2008)
New Revision: 563

Modified:
   trunk/debian/changelog
   trunk/debian/mailman.logrotate
Log:
Add mischief to logrotate configuration (closes: #504700).

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-10-20 16:47:49 UTC (rev 562)
+++ trunk/debian/changelog	2008-11-07 08:41:27 UTC (rev 563)
@@ -1,10 +1,14 @@
 mailman (1:2.1.11-4) unstable; urgency=low
 
+  [ Lionel Elie Mamane ]
   * Add -loop to list of accepted suffixes for routers in
     README.Exim4.Debian
 
- -- Lionel Elie Mamane <lmamane at debian.org>  Mon, 20 Oct 2008 18:47:44 +0200
+  [ Thijs Kinkhorst ]
+  * Add mischief to logrotate configuration (closes: #504700).
 
+ -- Thijs Kinkhorst <thijs at debian.org>  Fri, 07 Nov 2008 09:40:53 +0100
+
 mailman (1:2.1.11-3) unstable; urgency=low
 
   * Updated Catalan debconf translation, thanks David Planella Molas

Modified: trunk/debian/mailman.logrotate
===================================================================
--- trunk/debian/mailman.logrotate	2008-10-20 16:47:49 UTC (rev 562)
+++ trunk/debian/mailman.logrotate	2008-11-07 08:41:27 UTC (rev 563)
@@ -11,6 +11,19 @@
         endscript
 }
 
+/var/log/mailman/mischief {
+	monthly
+	missingok
+	create 0664 list www-data
+	rotate 4
+	compress
+	delaycompress
+	sharedscripts
+	postrotate
+	    [ -f '/var/run/mailman/mailman.pid' ] && /usr/lib/mailman/bin/mailmanctl -q reopen || exit 0
+	endscript
+}
+
 /var/log/mailman/digest {
 	monthly
 	missingok




More information about the Pkg-mailman-hackers mailing list