[Pkg-voip-commits] r3934 - asterisk/trunk/debian
paravoid at alioth.debian.org
paravoid at alioth.debian.org
Mon Aug 6 02:31:23 UTC 2007
Author: paravoid
Date: 2007-08-06 02:31:23 +0000 (Mon, 06 Aug 2007)
New Revision: 3934
Modified:
asterisk/trunk/debian/asterisk_fix
asterisk/trunk/debian/changelog
Log:
* Handle space/newline-delimited directories on /etc/asterisk when doing
chmod on postinst.
Modified: asterisk/trunk/debian/asterisk_fix
===================================================================
--- asterisk/trunk/debian/asterisk_fix 2007-08-06 01:55:58 UTC (rev 3933)
+++ asterisk/trunk/debian/asterisk_fix 2007-08-06 02:31:23 UTC (rev 3934)
@@ -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/trunk/debian/changelog
===================================================================
--- asterisk/trunk/debian/changelog 2007-08-06 01:55:58 UTC (rev 3933)
+++ asterisk/trunk/debian/changelog 2007-08-06 02:31:23 UTC (rev 3934)
@@ -15,8 +15,10 @@
/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.
- -- Faidon Liambotis <paravoid at debian.org> Mon, 06 Aug 2007 04:39:08 +0300
+ -- Faidon Liambotis <paravoid at debian.org> Mon, 06 Aug 2007 05:30:18 +0300
asterisk (1:1.4.9~dfsg-1) unstable; urgency=high
More information about the Pkg-voip-commits
mailing list