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

Dennis Veatch stumbles at lunar-linux.org
Tue Sep 20 18:53:54 UTC 2005


Author: stumbles
Date: 2005-09-20 18:53:52 +0000 (Tue, 20 Sep 2005)
New Revision: 16576

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

Clean up the text output.



Modified: moonbase/trunk/sql/postgresql/CONFIGURE
===================================================================
--- moonbase/trunk/sql/postgresql/CONFIGURE	2005-09-20 18:09:27 UTC (rev 16575)
+++ moonbase/trunk/sql/postgresql/CONFIGURE	2005-09-20 18:53:52 UTC (rev 16576)
@@ -3,7 +3,7 @@
     then
  if [ `cat /var/lib/pgsql/data/PG_VERSION` != '8.0' ]
     then
-    printf "${PROBLEM_COLOR}A pre 8.0 version of the database was found.\nYou need to upgrade the dat$
+    printf "${PROBLEM_COLOR}A pre 8.0 version of the database was found.\nYou need to upgrade the data format to 8.0.\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