From 4fedd39a75c58fdcb7c8f7cea42f11b9e6a84a24 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Wed, 05 Sep 2007 08:27:54 +0000 Subject: [PATCH] Fix some copy paste errors in scripts. --- opendj-sdk/opends/resource/bin/dsframework | 4 ++-- opendj-sdk/opends/resource/bin/dsconfig | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opendj-sdk/opends/resource/bin/dsconfig b/opendj-sdk/opends/resource/bin/dsconfig index 992b0dd..9615ff8 100755 --- a/opendj-sdk/opends/resource/bin/dsconfig +++ b/opendj-sdk/opends/resource/bin/dsconfig @@ -26,7 +26,7 @@ # Portions Copyright 2006-2007 Sun Microsystems, Inc. -# This script may be used to perform LDAP search operations. +# This script may be used to perform configuration operations on the server. OPENDS_INVOKE_CLASS="org.opends.server.tools.dsconfig.DSConfig" export OPENDS_INVOKE_CLASS diff --git a/opendj-sdk/opends/resource/bin/dsframework b/opendj-sdk/opends/resource/bin/dsframework index 5f18b65..0eb0e2b 100755 --- a/opendj-sdk/opends/resource/bin/dsframework +++ b/opendj-sdk/opends/resource/bin/dsframework @@ -26,8 +26,8 @@ # Portions Copyright 2006-2007 Sun Microsystems, Inc. -# This script may be used to perform LDAP add, delete, modify, and modify DN -# operations. +# This script may be used to perform operations with the global administration +# framework OPENDS_INVOKE_CLASS="org.opends.server.admin.client.cli.DsFrameworkCliMain" export OPENDS_INVOKE_CLASS -- Gitblit v1.10.0