From cae66dd1cb63162fc66604aceb7d00861f353669 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 12 Mar 2012 08:13:56 +0000
Subject: [PATCH] Reflect changes in 2.5 regarding envar names

---
 opendj3/src/main/docbkx/install-guide/chap-install-cli.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj3/src/main/docbkx/install-guide/chap-install-cli.xml b/opendj3/src/main/docbkx/install-guide/chap-install-cli.xml
index afed7a5..f745d9b 100644
--- a/opendj3/src/main/docbkx/install-guide/chap-install-cli.xml
+++ b/opendj3/src/main/docbkx/install-guide/chap-install-cli.xml
@@ -47,8 +47,8 @@
 Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02-334, mixed mode)</screen>
 
    <para>If your default Java environment is not appropriate, set
-   <literal>OPENDS_JAVA_HOME</literal> to the path to the correct Java
-   environment, or set <literal>OPENDS_JAVA_BIN</literal> to the absolute path
+   <literal>OPENDJ_JAVA_HOME</literal> to the path to the correct Java
+   environment, or set <literal>OPENDJ_JAVA_BIN</literal> to the absolute path
    of the <command>java</command> command. The latter environment variable is
    useful for example if you have both 32-bit and 64-bit versions of the Java
    environment installed, and want to make sure you use the 64-bit

--
Gitblit v1.10.0