From ebf357c00c505d1406f65ab9438e4fecfc1a2200 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Thu, 18 Sep 2008 10:14:53 +0000
Subject: [PATCH] These changes are separating the current delivery into an "Install Layout" (the binaries) and an "Instance Layout" (the user data).
---
opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java b/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
index e5fc391..96b52ee 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -3111,7 +3111,7 @@
* The name of the environment variable that the Directory Server may check to
* determine the installation root.
*/
- public static final String ENV_VAR_INSTANCE_ROOT = "INSTANCE_ROOT";
+ public static final String ENV_VAR_INSTALL_ROOT = "INSTALL_ROOT";
--
Gitblit v1.10.0