[Pkg-voip-commits] r3735 - freepbx/trunk/debian

elcuco-guest at alioth.debian.org elcuco-guest at alioth.debian.org
Wed Jul 11 12:03:17 UTC 2007


Author: elcuco-guest
Date: 2007-07-11 12:03:17 +0000 (Wed, 11 Jul 2007)
New Revision: 3735

Modified:
   freepbx/trunk/debian/freepbx-common.postinst
Log:
remove the sed's thet worked directly on php.ini, there are better ways in php5 and php4 in etch. 



Modified: freepbx/trunk/debian/freepbx-common.postinst
===================================================================
--- freepbx/trunk/debian/freepbx-common.postinst	2007-07-10 14:24:33 UTC (rev 3734)
+++ freepbx/trunk/debian/freepbx-common.postinst	2007-07-11 12:03:17 UTC (rev 3735)
@@ -91,12 +91,12 @@
 		# on php4+etch, if this trick is enabled, do not check for this 
 		# at all. 
 		# TODO: is this still valid in Etch? I had to do it in Sarge
-		if [ ! -f /etc/php4/conf.d/mysql.ini ]; then
-			check_file "/etc/php4/cgi/php.ini"
-			check_file "/etc/php4/cli/php.ini"
-			check_file "/etc/php4/apache/php.ini"
-			check_file "/etc/php4/apache2/php.ini"
-		fi
+#		if [ ! -f /etc/php4/conf.d/mysql.ini ]; then
+#			check_file "/etc/php4/cgi/php.ini"
+#			check_file "/etc/php4/cli/php.ini"
+#			check_file "/etc/php4/apache/php.ini"
+#			check_file "/etc/php4/apache2/php.ini"
+#		fi
 
 #		echo -n "Fixing webroot permissions"
 #		chown -R www-data:www-data /usr/share/freepbx/admin/modules




More information about the Pkg-voip-commits mailing list