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