From 46f64d6b7b18945b4d609fabe9ac87b3f6cb8f30 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Thu, 16 Aug 2007 20:56:31 +0000
Subject: [PATCH] This commit gets the QuickSetup installer working again by specifying the server root during the directory configuration.  This is addressed by adding a hidden arg to ConfigureDS for the server root that the installer uses for the specification of the directory.

---
 opends/src/server/org/opends/server/core/DirectoryServer.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/core/DirectoryServer.java b/opends/src/server/org/opends/server/core/DirectoryServer.java
index 9831ff6..f44cf36 100644
--- a/opends/src/server/org/opends/server/core/DirectoryServer.java
+++ b/opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -791,7 +791,7 @@
    * @throws  InitializationException  If the Directory Server is currently
    *                                   running.
    */
-  private void setEnvironmentConfig(DirectoryEnvironmentConfig config)
+  public void setEnvironmentConfig(DirectoryEnvironmentConfig config)
           throws InitializationException
   {
     if (isRunning)

--
Gitblit v1.10.0