From cfb5767d9216efaf0c1738b5ce1ae243630fd8f5 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Mon, 30 Apr 2007 21:31:38 +0000
Subject: [PATCH] This commit is mainly intended to prevent the sort of false positives that occur when the upgrader assumes the server has been upgraded properly but leaves the server in a corrupt state (see issues 1546 and 1559). The following changes are introduced:
---
opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties b/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
index a9ce247..89682d0 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
+++ b/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
@@ -779,6 +779,7 @@
summary-upgrade-extracting=Extracting Build...
summary-upgrade-backing-up-db=Backing Up Data...
summary-upgrade-backing-up-files=Backing Up Files...
+summary-upgrade-check-server-health=Checking Server Health...
summary-upgrade-calculating-schema-customization=Calculating Schema \
Customizations...
summary-upgrade-calculating-config-customization=Calculating Configuration \
@@ -798,7 +799,7 @@
summary-upgrade-finished-successfully-cli=OpenDS QuickSetup Completed \
Successfully. The OpenDS installation at {0} has now been upgraded \
to version {1}.
-summary-upgrade-finished-with-errors=Upgrade Finished with Errors
+summary-upgrade-finished-with-errors=Upgrade Operation Aborted
#
# Progress messages
@@ -903,7 +904,7 @@
upgrade-hypothetical-reversion-failure=Reversion from version {0} to version \
{1} is not supported. To revert versions you must uninstall the current \
server, install the new server, and manually migrate your data.
-upgrade-hypothetical-versions-the-same=This operation is unnecessary. Both \
+upgrade-hypothetical-versions-the-same=Both \
new current and proposed version numbers are the same: {0}
upgrade-mod-no-schema=Processed server modifications \
(schema checking disabled): {0}
--
Gitblit v1.10.0