From b69e03bcf756fdeba95b86454445424237d2aefd Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Mon, 07 Dec 2009 13:38:25 +0000 Subject: [PATCH] Move tools package into private package hierarchy. --- sdk/resource/bin/ldapmodify | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sdk/resource/bin/ldapmodify b/sdk/resource/bin/ldapmodify index db11fc0..a42accf 100755 --- a/sdk/resource/bin/ldapmodify +++ b/sdk/resource/bin/ldapmodify @@ -28,7 +28,7 @@ # This script may be used to perform LDAP add, delete, modify, and modify DN # operations. -OPENDS_INVOKE_CLASS="org.opends.sdk.tools.LDAPModify" +OPENDS_INVOKE_CLASS="com.sun.opends.sdk.tools.LDAPModify" export OPENDS_INVOKE_CLASS SCRIPT_NAME="ldapmodify" -- Gitblit v1.10.0