From 5363b9d3da9faf53b3e135dae0a68e4f70b99c5f Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 19 Feb 2009 17:40:39 +0000
Subject: [PATCH] Fix for issue 3812 (dsreplication should complain if wrong repl port given for existent replication server)

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

diff --git a/opendj-sdk/opends/src/messages/messages/tools.properties b/opendj-sdk/opends/src/messages/messages/tools.properties
index c9b252a..c760617 100644
--- a/opendj-sdk/opends/src/messages/messages/tools.properties
+++ b/opendj-sdk/opends/src/messages/messages/tools.properties
@@ -20,7 +20,7 @@
 #
 # CDDL HEADER END
 #
-#      Copyright 2006-2008 Sun Microsystems, Inc.
+#      Copyright 2006-2009 Sun Microsystems, Inc.
 
 
 
@@ -2446,3 +2446,9 @@
 INFO_UNCONFIGURE_USAGE_DESCRIPTION_1656=This utility unsets the instance location
 INFO_DESCRIPTION_CHECK_OPTIONS_1657=Checks options are valid
 
+MILD_WARN_FIRST_REPLICATION_SERVER_ALREADY_CONFIGURED_1658=The first server is \
+ already configured with replication port '%d'.  The provided replication \
+ server port '%d' has been ignored.
+MILD_WARN_SECOND_REPLICATION_SERVER_ALREADY_CONFIGURED_1659=The second server \
+ is already configured with replication port '%d'.  The provided replication \
+ server port '%d' has been ignored.

--
Gitblit v1.10.0