[Lunar-commits] r22510 - moonbase/trunk/sql/postgresql

Dennis Veatch stumbles at lunar-linux.org
Sat Dec 9 12:43:33 CET 2006


Author: stumbles
Date: 2006-12-09 12:43:33 +0100 (Sat, 09 Dec 2006)
New Revision: 22510

Modified:
   moonbase/trunk/sql/postgresql/CONFIGURE
Log:

This is a major version bump and this module should 
always be changed when DETAILS is changed. If the version
bump is minor then no change is needed here.



Modified: moonbase/trunk/sql/postgresql/CONFIGURE
===================================================================
--- moonbase/trunk/sql/postgresql/CONFIGURE	2006-12-09 10:58:25 UTC (rev 22509)
+++ moonbase/trunk/sql/postgresql/CONFIGURE	2006-12-09 11:43:33 UTC (rev 22510)
@@ -1,9 +1,9 @@
 
  if [ -f /var/lib/pgsql/data/PG_VERSION ]
     then
- if [ `cat /var/lib/pgsql/data/PG_VERSION` != '8.1' ]
+ if [ `cat /var/lib/pgsql/data/PG_VERSION` != '8.2' ]
     then
-    printf "${PROBLEM_COLOR}A pre 8.1 version of the database was found.\nYou need to upgrade the data format to 8.1.\nRefer to the INSTALL file located in the tarball\nfor the upgrade procedure.\nThe install will not continue.""${DEFAULT_COLOR}"
+    printf "${PROBLEM_COLOR}A pre 8.2 version of the database was found.\nYou need to upgrade the data format to 8.2.\nRefer to the INSTALL file located in the tarball\nfor the upgrade procedure.\nThe install will not continue.""${DEFAULT_COLOR}"
    exit 1
    fi
  fi



More information about the Lunar-commits mailing list