1607N/A#!/bin/sh
1607N/A#
1607N/A# CDDL HEADER START
1607N/A#
1607N/A# The contents of this file are subject to the terms of the
1607N/A# Common Development and Distribution License, Version 1.0 only
1607N/A# (the "License"). You may not use this file except in compliance
1607N/A# with the License.
1607N/A#
6983N/A# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
6983N/A# or http://forgerock.org/license/CDDLv1.0.html.
1607N/A# See the License for the specific language governing permissions
1607N/A# and limitations under the License.
1607N/A#
1607N/A# When distributing Covered Code, include this CDDL HEADER in each
6983N/A# file and include the License file at legal-notices/CDDLv1_0.txt.
6983N/A# If applicable, add the following below this CDDL HEADER, with the
6983N/A# fields enclosed by brackets "[]" replaced with your own identifying
6983N/A# information:
1607N/A# Portions Copyright [yyyy] [name of copyright owner]
1607N/A#
1607N/A# CDDL HEADER END
1607N/A#
1607N/A#
3233N/A# Copyright 2006-2008 Sun Microsystems, Inc.
5636N/A# Portions Copyright 2011 ForgeRock AS
1607N/A
1607N/A
2396N/A# This script may be used to perform configuration operations on the server.
5636N/AOPENDJ_INVOKE_CLASS="org.opends.server.tools.dsconfig.DSConfig"
5636N/Aexport OPENDJ_INVOKE_CLASS
1607N/A
2976N/ASCRIPT_NAME="dsconfig"
2976N/Aexport SCRIPT_NAME
1607N/A
1607N/ASCRIPT_DIR=`dirname "${0}"`
1607N/A"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"