From d34bf5be3b9fb0cfe6291f35d71bdef728d7120c Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Mon, 23 May 2011 14:24:46 +0000 Subject: [PATCH] Partial fix for OPENDJ-39: Consider rebranding OpenDS -> OpenDJ in 3.0 tree --- opendj3/opendj-client-tools/src/main/assembly/bin/ldapcompare | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj3/opendj-client-tools/src/main/assembly/bin/ldapcompare b/opendj3/opendj-client-tools/src/main/assembly/bin/ldapcompare index 2b42932..297cc76 100644 --- a/opendj3/opendj-client-tools/src/main/assembly/bin/ldapcompare +++ b/opendj3/opendj-client-tools/src/main/assembly/bin/ldapcompare @@ -27,7 +27,7 @@ # This script may be used to perform LDAP compare operations. -OPENDS_INVOKE_CLASS="com.sun.opends.sdk.tools.LDAPCompare" +OPENDS_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDAPCompare" export OPENDS_INVOKE_CLASS SCRIPT_NAME="ldapcompare" -- Gitblit v1.10.0