From ea9b9e87abcf36995a52d271ae34e792653fd696 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 19 Sep 2007 14:40:07 +0000
Subject: [PATCH] After some discussions it has been decided to merge the setup and uninstall commands so that we have the behavior that we had before.  So with this changes, in order to work in CLI mode the option --cli must be specified. 

---
 opends/src/messages/messages/quicksetup.properties |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties
index 14c722d..304cfc7 100644
--- a/opends/src/messages/messages/quicksetup.properties
+++ b/opends/src/messages/messages/quicksetup.properties
@@ -835,9 +835,10 @@
 INFO_SERVER_SETTINGS_PANEL_TITLE=Server Settings
 INFO_SERVER_SETTINGS_STEP=Server Settings
 INFO_SETUP_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nThe graphical Setup launch \
- failed.
+ failed.%n%nLaunching command line setup...
 INFO_SETUP_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%nThe graphical Setup \
- launch failed.  Check file %s for more details.
+ launch failed.  Check file %s for more details.%n%nLaunching command line \
+ setup...
 INFO_SETUP_LAUNCHER_LAUNCHING_GUI=Launching graphical setup...
 INFO_SETUP_LAUNCHER_USAGE_DESCRIPTION=This utility may be used to setup the \
  Directory Server.

--
Gitblit v1.10.0