From a6bc1867af126f844a8b308381b8de6c25320c4c Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 29 Feb 2008 18:24:15 +0000
Subject: [PATCH] Fix for issue 2984 (Infinite looping of uninstall command)
---
opends/src/messages/messages/utility.properties | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/opends/src/messages/messages/utility.properties b/opends/src/messages/messages/utility.properties
index 8559d45..12e045b 100644
--- a/opends/src/messages/messages/utility.properties
+++ b/opends/src/messages/messages/utility.properties
@@ -550,3 +550,5 @@
INFO_ARGPARSER_USAGE_JAVA_CLASSNAME_264=Usage: java %s {options}
INFO_ARGPARSER_USAGE_JAVA_SCRIPTNAME_265=Usage: %s {options}
INFO_ARGPARSER_USAGE_TRAILINGARGS_266={trailing-arguments}
+MILD_ERR_CONFIRMATION_TRIES_LIMIT_REACHED_267=Confirmation tries limit reached \
+ (%d)
--
Gitblit v1.10.0