[Pkg-voip-commits] r4180 - asterisk/trunk/debian

paravoid at alioth.debian.org paravoid at alioth.debian.org
Tue Aug 21 05:30:15 UTC 2007


Author: paravoid
Date: 2007-08-21 05:30:15 +0000 (Tue, 21 Aug 2007)
New Revision: 4180

Modified:
   asterisk/trunk/debian/asterisk.postinst
Log:
Fix upgrade bug

Modified: asterisk/trunk/debian/asterisk.postinst
===================================================================
--- asterisk/trunk/debian/asterisk.postinst	2007-08-21 03:42:49 UTC (rev 4179)
+++ asterisk/trunk/debian/asterisk.postinst	2007-08-21 05:30:15 UTC (rev 4180)
@@ -66,6 +66,10 @@
 	while read conffile; do
 		chown asterisk: ${conffile} 2>/dev/null
 	done
+	
+	# this is not needed for new installations but is not such a bad idea
+	# removing this will _break_ upgrades from versions < 1:1.4.10.1~dfsg-1
+	chown asterisk: /etc/asterisk
 
 	set -e
     ;;




More information about the Pkg-voip-commits mailing list