[Pkg-voip-commits] r3935 - asterisk/branches/experimental/debian

paravoid at alioth.debian.org paravoid at alioth.debian.org
Mon Aug 6 02:33:25 UTC 2007


Author: paravoid
Date: 2007-08-06 02:33:25 +0000 (Mon, 06 Aug 2007)
New Revision: 3935

Modified:
   asterisk/branches/experimental/debian/asterisk_fix
   asterisk/branches/experimental/debian/changelog
Log:
* Handle space/newline-delimited directories on /etc/asterisk when doing
  chmod on postinst.

Modified: asterisk/branches/experimental/debian/asterisk_fix
===================================================================
--- asterisk/branches/experimental/debian/asterisk_fix	2007-08-06 02:31:23 UTC (rev 3934)
+++ asterisk/branches/experimental/debian/asterisk_fix	2007-08-06 02:33:25 UTC (rev 3935)
@@ -64,7 +64,7 @@
 # files need to be RW by the group
 # dirs need to a+rx
 chmod -R 0660 /etc/asterisk/
-find /etc/asterisk/ -type d | xargs chmod ug+rx
+find /etc/asterisk/ -type d -print0 | xargs -0 chmod ug+rx
 
 #chmod g+s /etc/asterisk/
 

Modified: asterisk/branches/experimental/debian/changelog
===================================================================
--- asterisk/branches/experimental/debian/changelog	2007-08-06 02:31:23 UTC (rev 3934)
+++ asterisk/branches/experimental/debian/changelog	2007-08-06 02:33:25 UTC (rev 3935)
@@ -14,6 +14,8 @@
     /usr/share/asterisk/keys where they should be.
   * Actually ship keys, including Junction Networks' by fixing pubkey_jnctn
     patch.
+  * Handle space/newline-delimited directories on /etc/asterisk when doing
+    chmod on postinst.
   * Switch to quilt as a patch management system instead of dpatch.
   * Split bristuff 0.4.0-test3 into individual patches and add it to the quilt
     patchset.
@@ -24,7 +26,7 @@
   [ Kilian Krause ]
   * backports/etch: replace libsnmp10-dev with libsnmp9-dev
 
- -- Faidon Liambotis <paravoid at debian.org>  Mon, 06 Aug 2007 04:47:44 +0300
+ -- Faidon Liambotis <paravoid at debian.org>  Mon, 06 Aug 2007 05:33:10 +0300
 
 asterisk (1:1.4.9~dfsg-1) unstable; urgency=high
 




More information about the Pkg-voip-commits mailing list