Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/database
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28794/10.4-transitional/unstable/main/finkinfo/database
Modified Files:
postgresql80-unified.info postgresql81.info
Log Message:
fix some upgrade issues
Index: postgresql81.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/database/postgresql81.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- postgresql81.info 3 Feb 2006 12:54:45 -0000 1.6
+++ postgresql81.info 3 Feb 2006 21:54:40 -0000 1.7
@@ -1,6 +1,6 @@
Package: postgresql81
Version: 8.1.2
-Revision: 25
+Revision: 26
Description: PostgreSQL open-source database
License: BSD
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
@@ -507,10 +507,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/dists/10.4-transitional/unstable/main/finkinfo/database/postgresql80-unified.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- postgresql80-unified.info 3 Feb 2006 12:54:45 -0000 1.11
+++ postgresql80-unified.info 3 Feb 2006 21:54:40 -0000 1.12
@@ -1,6 +1,6 @@
Package: postgresql80-unified
Version: 8.0.6
-Revision: 25
+Revision: 26
Description: PostgreSQL open-source database
License: BSD
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
@@ -426,10 +426,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