control-panel revision d25372dc8e65a9ed019a88fdf659ca61313f1b31
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#!/bin/sh
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# CDDL HEADER START
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# The contents of this file are subject to the terms of the
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# Common Development and Distribution License, Version 1.0 only
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# (the "License"). You may not use this file except in compliance
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# with the License.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# You can obtain a copy of the license at
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# trunk/opends/resource/legal-notices/OpenDS.LICENSE
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# See the License for the specific language governing permissions
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# and limitations under the License.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# When distributing Covered Code, include this CDDL HEADER in each
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# file and include the License file at
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# add the following below this CDDL HEADER, with the fields enclosed
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# by brackets "[]" replaced with your own identifying information:
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# Portions Copyright [yyyy] [name of copyright owner]
dc20a3024900c47dd2ee44b9707e6df38f7d62a5as#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# CDDL HEADER END
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw#
c8ec8eea9849cac239663c46be8a7f5d2ba7ca00jose borrego# Copyright 2008 Sun Microsystems, Inc.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# This script may be used to display the control panel.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwOPENDS_INVOKE_CLASS="org.opends.guitools.controlpanel.ControlPanelLauncher"
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwexport OPENDS_INVOKE_CLASS
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwSCRIPT_NAME="control-panel"
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwexport SCRIPT_NAME
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amwSCRIPT_DIR=`dirname "${0}"`
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw