[Pkg-php-commits] r905 - php5/branches/rg-extension-manager/debian

Raphael Geissert atomo64-guest at alioth.debian.org
Fri Oct 19 01:45:59 UTC 2007


Author: atomo64-guest
Date: 2007-10-19 01:45:59 +0000 (Fri, 19 Oct 2007)
New Revision: 905

Modified:
   php5/branches/rg-extension-manager/debian/php5disext
Log:
Fixed path which caused real .ini files to be removed

Modified: php5/branches/rg-extension-manager/debian/php5disext
===================================================================
--- php5/branches/rg-extension-manager/debian/php5disext	2007-10-18 23:01:32 UTC (rev 904)
+++ php5/branches/rg-extension-manager/debian/php5disext	2007-10-19 01:45:59 UTC (rev 905)
@@ -83,7 +83,7 @@
 			exit 2
 		fi
 	else
-		unlink "$PHPDIR/conf.d/$EXT.ini"
+		unlink "$PHPDIR/$SAPI/conf.d/$EXT.ini"
 		if [ ! $QUIET -eq 1 ]; then
 			echo "The $EXT extension has been disabled on the $SAPI SAPI"
 			echo "In case $SAPI is a web server you might need to restart it"




More information about the Pkg-php-commits mailing list