From 931bbbfa71839678ca6ba075f8b261bcf62e26bc Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 07 Nov 2007 14:39:27 +0000
Subject: [PATCH] Update the code of the installer and Replication CLI main to be able to handle the case where an instance was uninstalled (but the registry not properly cleaned up) and we want to register it again. Instead of failing with an 'already registered' error, the code will try to update the registration information in the ADS.
---
opends/src/quicksetup/org/opends/quicksetup/QuickSetupCli.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/QuickSetupCli.java b/opends/src/quicksetup/org/opends/quicksetup/QuickSetupCli.java
index 0d32f1a..3169da2 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/QuickSetupCli.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/QuickSetupCli.java
@@ -125,7 +125,7 @@
}
else
{
- // User cancelled installation.
+ // User cancelled operation.
returnValue = ReturnCode.CANCELLED;
}
}
--
Gitblit v1.10.0