SF.net SVN: gar:[25423] csw/mgar/pkg/php5/branches/php-5.6.x/files/ CSWap24-modphp5.postinstall
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Tue Dec 1 08:23:21 CET 2015
Revision: 25423
http://sourceforge.net/p/gar/code/25423
Author: cgrzemba
Date: 2015-12-01 07:23:21 +0000 (Tue, 01 Dec 2015)
Log Message:
-----------
php5/branches/php-5.6.x: fix CSWap24-modphp5.postinstall
Modified Paths:
--------------
csw/mgar/pkg/php5/branches/php-5.6.x/files/CSWap24-modphp5.postinstall
Modified: csw/mgar/pkg/php5/branches/php-5.6.x/files/CSWap24-modphp5.postinstall
===================================================================
--- csw/mgar/pkg/php5/branches/php-5.6.x/files/CSWap24-modphp5.postinstall 2015-11-30 12:43:40 UTC (rev 25422)
+++ csw/mgar/pkg/php5/branches/php-5.6.x/files/CSWap24-modphp5.postinstall 2015-12-01 07:23:21 UTC (rev 25423)
@@ -3,7 +3,7 @@
AP2_MODULE=$CSW_PREFIX/apache2/extra/modules.load
# Configure mod_php5 in httpd.conf
-if [ -n "`egrep 'Include .*extra/httpd-php5.conf' $AP2_CONFIG`" ] ; then
+if [ -n "`egrep '^Include .*extra/httpd-php5.conf' $AP2_CONFIG`" ] ; then
echo "Existing mod_php5 configuration detected"
elif [ -n "`egrep '#Include .*extra/httpd-php5.conf' $AP2_CONFIG`" ]; then
echo "Re-enabling existing config"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list