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

Hector Garcia hector at costa.debian.org
Fri Aug 11 09:03:38 UTC 2006


Author: hector
Date: 2006-08-11 09:03:33 +0000 (Fri, 11 Aug 2006)
New Revision: 307

Modified:
   trunk/debian/changelog
   trunk/debian/postinst
Log:
Changed '| xarg' for '-exec' on find to prevent problems when there are too many files


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-08-11 09:03:04 UTC (rev 306)
+++ trunk/debian/changelog	2006-08-11 09:03:33 UTC (rev 307)
@@ -14,6 +14,8 @@
   * Putting permision on archive/private to 570 www-data.list to prevent
     any user from reading private lists and taking away write access to
     www-data. (Closes: #356877)
+  * Changed '| xarg' for '-exec' on find to prevent problems when there are
+    too many files (Closes: #366102)
 
   [ Riccardo Setti ]
   * epoch 1. Now people should upgrade mailman without problems. (closes: #366438)
@@ -28,7 +30,7 @@
   * Bumped debhelper compatibily to 5.
    - modified debian/control to reflect this change.
 
- -- Riccardo Setti <giskard at debian.org>  Fri, 11 Aug 2006 10:42:35 +0200
+ -- Hector Garcia <hector at debian.org>  Fri, 11 Aug 2006 11:02:38 +0200
 
 mailman (2.1.8-1) unstable; urgency=low
 

Modified: trunk/debian/postinst
===================================================================
--- trunk/debian/postinst	2006-08-11 09:03:04 UTC (rev 306)
+++ trunk/debian/postinst	2006-08-11 09:03:33 UTC (rev 307)
@@ -348,7 +348,7 @@
 	fi
 
 	# fix permissions
-	find /var/lib/mailman/ -type d -print0 | xargs -r -0 chmod g+s
+	find /var/lib/mailman/ -type d -exec chmod g+s \{\} \;
 	chmod u-w,o-rx /var/lib/mailman/archives/private
 	chown www-data /var/lib/mailman/archives/private
 




More information about the Pkg-mailman-hackers mailing list