dsconfig revision 3233
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#
1607N/A# You can obtain a copy of the license at
1607N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE
1607N/A# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
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
1607N/A# file and include the License file at
1607N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
1607N/A# add the following below this CDDL HEADER, with the fields enclosed
1607N/A# by brackets "[]" replaced with your own identifying 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.
1607N/A
1607N/A
2396N/A# This script may be used to perform configuration operations on the server.
1607N/AOPENDS_INVOKE_CLASS="org.opends.server.tools.dsconfig.DSConfig"
1607N/Aexport OPENDS_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" "${@}"