[csw-devel] SF.net SVN: gar:[14482] csw/mgar/pkg/php5/trunk/files/CSWphp5.postinstall

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sun May 1 22:03:14 CEST 2011


Revision: 14482
          http://gar.svn.sourceforge.net/gar/?rev=14482&view=rev
Author:   bdwalton
Date:     2011-05-01 20:03:14 +0000 (Sun, 01 May 2011)

Log Message:
-----------
php5/trunk: drop exit 0 from php5 postinstall which could mask errors

Modified Paths:
--------------
    csw/mgar/pkg/php5/trunk/files/CSWphp5.postinstall

Modified: csw/mgar/pkg/php5/trunk/files/CSWphp5.postinstall
===================================================================
--- csw/mgar/pkg/php5/trunk/files/CSWphp5.postinstall	2011-05-01 19:34:59 UTC (rev 14481)
+++ csw/mgar/pkg/php5/trunk/files/CSWphp5.postinstall	2011-05-01 20:03:14 UTC (rev 14482)
@@ -2,7 +2,6 @@
 
 PATH=/bin:/usr/bin:/opt/csw/bin:/sbin:/usr/sbin:/opt/csw/sbin
 
-
 extdir="no-debug-non-zts-20060613"
 curextdir=`perl -lne '/(no-debug-non-zts-[0-9]+)/ && print $1' /etc/opt/csw/php5/php.ini`
 
@@ -10,5 +9,3 @@
     echo "updating extension_dir..."
     perl -i.bak -plne "s,no-debug-non-zts-[0-9]+,no-debug-non-zts-20060613," /etc/opt/csw/php5/php.ini
 fi
-
-exit 0


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