From ad3c4b54c2882e5ddc146f74c5c97d42e56edbec Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 05 Nov 2007 11:45:13 +0000
Subject: [PATCH] Make the interactive mode of setup to be consistent with status and dsconfig.  The new options now ask for the different questions using the MenuBuilder methods and the methods defined in the ConsoleApplication class.

---
 opendj-sdk/opends/src/messages/messages/tools.properties |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/opendj-sdk/opends/src/messages/messages/tools.properties b/opendj-sdk/opends/src/messages/messages/tools.properties
index 8942b7b..8dc2f1f 100644
--- a/opendj-sdk/opends/src/messages/messages/tools.properties
+++ b/opendj-sdk/opends/src/messages/messages/tools.properties
@@ -1358,10 +1358,10 @@
 INFO_INSTALLDS_DESCRIPTION_SAMPLE_DATA_753=Specifies that the database should \
  be populated with the specified number of sample entries
 INFO_INSTALLDS_HEADER_POPULATE_TYPE_754=Options for populating the database:
-INFO_INSTALLDS_POPULATE_OPTION_BASE_ONLY_755=1.  Only create the base entry
-INFO_INSTALLDS_POPULATE_OPTION_LEAVE_EMPTY_756=2.  Leave the database empty
-INFO_INSTALLDS_POPULATE_OPTION_IMPORT_LDIF_757=3.  Import data from an LDIF file
-INFO_INSTALLDS_POPULATE_OPTION_GENERATE_SAMPLE_758=4.  Load \
+INFO_INSTALLDS_POPULATE_OPTION_BASE_ONLY_755=Only create the base entry
+INFO_INSTALLDS_POPULATE_OPTION_LEAVE_EMPTY_756=Leave the database empty
+INFO_INSTALLDS_POPULATE_OPTION_IMPORT_LDIF_757=Import data from an LDIF file
+INFO_INSTALLDS_POPULATE_OPTION_GENERATE_SAMPLE_758=Load \
  automatically-generated sample data
 INFO_INSTALLDS_PROMPT_POPULATE_CHOICE_759=Database population selection:
 SEVERE_ERR_INSTALLDS_NO_SUCH_LDIF_FILE_780=ERROR:  The specified LDIF file %s \
@@ -2024,13 +2024,13 @@
 INFO_INSTALLDS_PROMPT_KEYSTORE_PASSWORD_1385=Key store PIN:
 INFO_INSTALLDS_PROMPT_CERTNICKNAME_1386=Use nickname %s?
 INFO_INSTALLDS_HEADER_CERT_TYPE_1387=Certificate server options:
-INFO_INSTALLDS_CERT_OPTION_SELF_SIGNED_1388=1.  Generate self-signed \
- certificate (recommended for testing purposes only)
-INFO_INSTALLDS_CERT_OPTION_JKS_1389=2.  Use an existing certificate located on \
- a Java Key Store (JKS)
-INFO_INSTALLDS_CERT_OPTION_PKCS12_1390=3.  Use an existing certificate located \
- on a PKCS#12 key store
-INFO_INSTALLDS_CERT_OPTION_PKCS11_1391=4.  Use an existing certificate on a \
+INFO_INSTALLDS_CERT_OPTION_SELF_SIGNED_1388=Generate self-signed certificate \
+ (recommended for testing purposes only)
+INFO_INSTALLDS_CERT_OPTION_JKS_1389=Use an existing certificate located on a \
+ Java Key Store (JKS)
+INFO_INSTALLDS_CERT_OPTION_PKCS12_1390=Use an existing certificate located on \
+ a PKCS#12 key store
+INFO_INSTALLDS_CERT_OPTION_PKCS11_1391=Use an existing certificate on a \
  PKCS#11 token
 INFO_INSTALLDS_PROMPT_CERT_TYPE_CHOICE_1392=Certificate type selection:
 INFO_INSTALLDS_PROMPT_START_SERVER_1393=Do you want to start the server when \

--
Gitblit v1.10.0