From e7ffd790650590446db63b89cfa6e3ffb2edaefd Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 18 Jul 2007 23:32:04 +0000
Subject: [PATCH] In order to be coherent with the graphical UI and because it is more intuitive option, substitute the "noWindowsService" option of the CLI setup by "enableWindowsService" option. The WIKI has been updated to reflect these changes.
---
opendj-sdk/opends/src/server/org/opends/server/messages/ToolMessages.java | 8 ++++----
1 files changed, 4 insertions(+), 4 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 64d2990..0e76f19 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
@@ -6676,10 +6676,10 @@
CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 842;
/**
- * The message ID for the message for the description of the No Windows
+ * The message ID for the message for the description of the Enable Windows
* service. This does not take any argument.
*/
- public static final int MSGID_INSTALLDS_DESCRIPTION_NO_WINDOWS_SERVICE =
+ public static final int MSGID_INSTALLDS_DESCRIPTION_ENABLE_WINDOWS_SERVICE =
CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 843;
@@ -10442,8 +10442,8 @@
registerMessage(MSGID_INSTALLDS_DESCRIPTION_ROOTPWFILE,
"Specifies the path to a file containing the password " +
"for the initial root user for the Directory Server");
- registerMessage(MSGID_INSTALLDS_DESCRIPTION_NO_WINDOWS_SERVICE,
- "Do not enable OpenDS to run as a Windows Service");
+ registerMessage(MSGID_INSTALLDS_DESCRIPTION_ENABLE_WINDOWS_SERVICE,
+ "Enable OpenDS to run as a Windows Service");
registerMessage(MSGID_INSTALLDS_DESCRIPTION_HELP,
"Display this usage information");
registerMessage(MSGID_INSTALLDS_NO_CONFIG_FILE,
--
Gitblit v1.10.0