From edb7e3bef7ac720d08dea8576a2e8047016d8b2d Mon Sep 17 00:00:00 2001 From: Violette Roche-Montane <violette.roche-montane@forgerock.com> Date: Tue, 29 Apr 2014 12:45:38 +0000 Subject: [PATCH] Checkpoint for OPENDJ-1343 Migrate dsconfig --- opendj3-server-dev/resource/bin/dsconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendj3-server-dev/resource/bin/dsconfig b/opendj3-server-dev/resource/bin/dsconfig index e3a22fc..599231b 100755 --- a/opendj3-server-dev/resource/bin/dsconfig +++ b/opendj3-server-dev/resource/bin/dsconfig @@ -23,11 +23,11 @@ # # # Copyright 2006-2008 Sun Microsystems, Inc. -# Portions Copyright 2011 ForgeRock AS +# Portions Copyright 2011-2014 ForgeRock AS # This script may be used to perform configuration operations on the server. -OPENDJ_INVOKE_CLASS="org.opends.server.tools.dsconfig.DSConfig" +OPENDJ_INVOKE_CLASS="org.forgerock.opendj.config.dsconfig.DSConfig" export OPENDJ_INVOKE_CLASS SCRIPT_NAME="dsconfig" -- Gitblit v1.10.0