From 8ad03d13a55123c75a7c11fd1e4c14971e7296d9 Mon Sep 17 00:00:00 2001 From: ludovicp <ludovicp@localhost> Date: Mon, 31 May 2010 09:21:28 +0000 Subject: [PATCH] Remove useless local-only argument in dsreplication command --- opends/src/messages/messages/admin_tool.properties | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties index b988c33..e12d4da 100644 --- a/opends/src/messages/messages/admin_tool.properties +++ b/opends/src/messages/messages/admin_tool.properties @@ -491,9 +491,6 @@ initialized INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_DESTINATION=Directory \ server administration port number of the destination server whose contents will be initialized -INFO_DESCRIPTION_EXTERNAL_INITIALIZATION_LOCAL=Use this option when the \ - contents of only the specified directory server will be initialized with an \ - external method (import-ldif command or binary copy) INFO_REPLICATION_TOOL_DESCRIPTION=This utility can be used to configure \ replication between servers so that the data of the servers is synchronized.\ For replication to work you must first enable replication using the \ @@ -667,9 +664,6 @@ base DN to be disabled. MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE_ALL=You must choose at least one \ base DN to initialize. -INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_LOCAL_PROMPT=Are you going to \ - initialize only the contents of server %s (type 'no' if you will initialize \ - contents of all replicated servers for the given Base DN's)? MILD_ERR_NO_SUFFIXES_SELECTED_TO_PRE_EXTERNAL_INITIALIZATION=You must specify \ the base DN's that will be initialized using the import-ldif command or the \ binary copy. @@ -903,11 +897,6 @@ initialized externally INFO_PROGRESS_POST_EXTERNAL_INITIALIZATION=Updating replication information on \ base DN %s -INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=Now you can proceed \ - to the initialization of the contents of the base DN's on server %s. You can \ - use the command import-ldif or the binary copy to do so.%n%nWhen the \ - initialization is completed you must use the subcommand '%s' for replication \ - to work with the new base DN's. INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=Now you can proceed \ to the initialization of the contents of the base DN's on all the replicated \ servers. You can use the command import-ldif or the binary copy to do \ -- Gitblit v1.10.0