[Pkg-voip-commits] r6338 - in /freepbx/trunk/debian: changelog freepbx-common.postinst

odd_bloke-guest at alioth.debian.org odd_bloke-guest at alioth.debian.org
Wed Oct 29 13:36:31 UTC 2008


Author: odd_bloke-guest
Date: Wed Oct 29 13:36:31 2008
New Revision: 6338

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6338
Log:
debian/freepbx-common.postinst: Removed php4-specific code, as php4 is no longer distributed as part of unstable.

Modified:
    freepbx/trunk/debian/changelog
    freepbx/trunk/debian/freepbx-common.postinst

Modified: freepbx/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx/trunk/debian/changelog?rev=6338&op=diff
==============================================================================
--- freepbx/trunk/debian/changelog (original)
+++ freepbx/trunk/debian/changelog Wed Oct 29 13:36:31 2008
@@ -12,8 +12,10 @@
   * debian/control: Removed php4 packages from Depends, as php4 is no longer
     distributed as part of unstable.
   * debian/freepbx-panel.postinst: Fixed deprecated use of chown.
-
- -- Daniel Watkins <daniel.watkins at credativ.co.uk>  Fri, 24 Oct 2008 12:10:54 +0100
+  * debian/freepbx-common.postinst: Removed php4-specific code, as php4 is no
+    longer distributed as part of unstable.
+
+ -- Daniel Watkins <daniel.watkins at credativ.co.uk>  Fri, 24 Oct 2008 13:56:32 +0100
 
 freepbx (2.3.1~dfsg-1) UNRELEASED; urgency=low
 

Modified: freepbx/trunk/debian/freepbx-common.postinst
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx/trunk/debian/freepbx-common.postinst?rev=6338&op=diff
==============================================================================
--- freepbx/trunk/debian/freepbx-common.postinst (original)
+++ freepbx/trunk/debian/freepbx-common.postinst Wed Oct 29 13:36:31 2008
@@ -87,17 +87,6 @@
 
 case "$1" in
 	configure)
-		# we check only php4, as php5 on etch has other (smarter) tricks
-		# 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
-
 #		echo -n "Fixing webroot permissions"
 #		chown -R www-data:www-data /usr/share/freepbx/admin/modules
 #		chmod -R g+rw              /usr/share/freepbx/admin/modules




More information about the Pkg-voip-commits mailing list