Update of /cvsroot/fink/experimental/rangerrick/common/main/finkinfo/database
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30910/common/main/finkinfo/database

Modified Files:
        postgresql80-unified.info postgresql81.info 
Log Message:
more bugfixes

Index: postgresql81.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/database/postgresql81.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- postgresql81.info   3 Feb 2006 12:53:45 -0000       1.18
+++ postgresql81.info   3 Feb 2006 19:23:36 -0000       1.19
@@ -1,6 +1,6 @@
 Package: postgresql81
 Version: 8.1.2
-Revision: 5
+Revision: 6
 GCC: 3.3
 CustomMirror: <<
        afr-ZA: ftp://ftp.za.postgresql.org/mirror/ftp.postgresql.org
@@ -514,10 +514,10 @@
 
        sleep 5
 
+       ERROR=0
        # install the plpgsql language if possible
        echo -e "- attempting to install the plpgsql language in the template1 
database... \c"
-       %p/bin/createlang-8.1 -U postgres -p $PGPORT plpgsql template1 
>/dev/null 2>&1
-       ERROR="$?"
+       %p/bin/createlang-8.1 -U postgres -p $PGPORT plpgsql template1 
>/dev/null 2>&1 || ERROR="$?"
        if [ $ERROR -eq 0 ]; then
                echo "done"
        elif [ $ERROR -gt 0 ] && [ $ERROR -ne 2 ]; then

Index: postgresql80-unified.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/database/postgresql80-unified.info,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- postgresql80-unified.info   3 Feb 2006 12:53:45 -0000       1.22
+++ postgresql80-unified.info   3 Feb 2006 19:23:36 -0000       1.23
@@ -1,6 +1,6 @@
 Package: postgresql80-unified
 Version: 8.0.6
-Revision: 5
+Revision: 6
 GCC: 3.3
 CustomMirror: <<
        afr-ZA: ftp://ftp.za.postgresql.org/mirror/ftp.postgresql.org
@@ -432,10 +432,10 @@
 
        sleep 5
 
+       ERROR=0
        # install the plpgsql language if possible
        echo -e "- attempting to install the plpgsql language in the template1 
database... \c"
-       %p/bin/createlang-8.0 -U postgres -p $PGPORT plpgsql template1 
>/dev/null 2>&1
-       ERROR="$?"
+       %p/bin/createlang-8.0 -U postgres -p $PGPORT plpgsql template1 
>/dev/null 2>&1 || ERROR="$?"
        if [ $ERROR -eq 0 ]; then
                echo "done"
        elif [ $ERROR -gt 0 ] && [ $ERROR -ne 2 ]; then



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to