From cff43fc7f41e92c215f656b1e4b7f2f711532959 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Wed, 25 Oct 2006 18:55:52 +0000
Subject: [PATCH] Make several changes to administrative shell scripts provided with OpenDS. All of these changes fall under the blanket of issue 882, but are also associated with a number of individual sub-issues.

---
 opends/src/server/org/opends/server/messages/CoreMessages.java |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/messages/CoreMessages.java b/opends/src/server/org/opends/server/messages/CoreMessages.java
index 57acb02..f4d0c07 100644
--- a/opends/src/server/org/opends/server/messages/CoreMessages.java
+++ b/opends/src/server/org/opends/server/messages/CoreMessages.java
@@ -5937,6 +5937,15 @@
 
 
   /**
+   * The message ID for the message that will be used as the description for the
+   * noDetach command-line argument.  This does not take any arguments.
+   */
+  public static final int MSGID_DSCORE_DESCRIPTION_NODETACH =
+       CATEGORY_MASK_CORE | SEVERITY_MASK_INFORMATIONAL | 567;
+
+
+
+  /**
    * Associates a set of generic messages with the message IDs defined
    * in this class.
    */
@@ -7208,6 +7217,9 @@
     registerMessage(MSGID_DSCORE_DESCRIPTION_DUMPMESSAGES,
                     "Dumps a list of all messages that have been defined " +
                     "for use in the Directory Server.");
+    registerMessage(MSGID_DSCORE_DESCRIPTION_NODETACH,
+                    "Indicates that the Directory Server has not detached " +
+                    "from the terminal used to start it.");
     registerMessage(MSGID_DSCORE_DESCRIPTION_USAGE,
                     "Displays usage information for the Directory Server.");
     registerMessage(MSGID_DSCORE_CANNOT_INITIALIZE_ARGS,

--
Gitblit v1.10.0