From 08fa1ef1dc14705c3348dae159cf4c72f445d979 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 06 Jul 2007 08:44:05 +0000
Subject: [PATCH] Fix issue 1826: delete of missing managed objects should throw error in dsconfig

---
 opendj-sdk/opends/src/server/org/opends/server/messages/ToolMessages.java |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/messages/ToolMessages.java b/opendj-sdk/opends/src/server/org/opends/server/messages/ToolMessages.java
index dcbbe14..0e309be 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/messages/ToolMessages.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/messages/ToolMessages.java
@@ -8990,6 +8990,17 @@
 
 
   /**
+   * The message ID for the message that will be used as the
+   * description of the delete-xxx force argument. This takes a single
+   * argument which is the user-friendly plural name of the type of
+   * managed objects which can be deleted.
+   */
+  public static final int MSGID_DSCFG_DESCRIPTION_FORCE =
+       CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1196;
+
+
+
+  /**
    * Associates a set of generic messages with the message IDs defined in this
    * class.
    */
@@ -11331,6 +11342,8 @@
                     "Modifies the display output to show one property " +
                     "value per line");
 
+    registerMessage(MSGID_DSCFG_DESCRIPTION_FORCE, "Ignore non-existent %s");
+
     registerMessage(MSGID_DSCFG_DESCRIPTION_UNIT_TIME,
                     "Display time data using the specified unit. The value " +
                     "for UNIT can be one of ms, s, m, h, d, or w " +

--
Gitblit v1.10.0