From 4640fec656d96f3891a5534948f0b4c81df2f89d Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 26 Jan 2012 23:53:08 +0000
Subject: [PATCH] Fix OPENDJ-406:  Add support for rebuilding all degraded indexes to rebuild-index tool

---
 opends/src/messages/messages/tools.properties |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties
index 235cfbd..51a6fd3 100644
--- a/opends/src/messages/messages/tools.properties
+++ b/opends/src/messages/messages/tools.properties
@@ -21,7 +21,7 @@
 # CDDL HEADER END
 #
 #      Copyright 2006-2010 Sun Microsystems, Inc.
-#      Portions Copyright 2011 ForgeRock AS
+#      Portions Copyright 2011-2012 ForgeRock AS
 
 
 
@@ -2537,7 +2537,7 @@
 SEVERE_ERR_ENCPW_CANNOT_READ_PW_1694=Cannot read password from the input: %s
 INFO_REBUILDINDEX_DESCRIPTION_REBUILD_ALL_1695=Rebuild all indexes, including \
 any DN2ID, DN2URI, VLV and extensible indexes. Cannot be used \
-with the "-i" option
+with the "-i" option or the "--rebuildDegraded" option
 INFO_REBUILDINDEX_TEMP_DIR_PLACEHOLDER_1697={directory}
 INFO_REBUILDINDEX_DESCRIPTION_TEMP_DIRECTORY_1698=Path to temporary directory \
 for index scratch files during index rebuilding
@@ -2586,3 +2586,10 @@
  has an invalid format.  The schedule must be expressed using a crontab(5) \
  format.  Error details: %s
 INFO_DESCRIPTION_REMOTE_1719=Connect to a remote server
+INFO_REBUILDINDEX_DESCRIPTION_REBUILD_DEGRADED_1720=Rebuild all degraded \
+ indexes, including any DN2ID, DN2URI, VLV and extensible indexes. Cannot be used \
+ with the "-i" option or the "--rebuildAll" option
+SEVERE_ERR_REBUILDINDEX_REBUILD_DEGRADED_ERROR_1721=Index "-i" option cannot be \
+ specified with the "--rebuildDegraded" option
+SEVERE_ERR_REBUILDINDEX_REBUILD_ALL_DEGRADED_ERROR_1722=Option "--rebuildAll" \
+ cannot be specified with the "--rebuildDegraded" option

--
Gitblit v1.10.0