statuspanel revision d6c71e7b06ef8919af4c8186b4ffb08766c20a09
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#!/bin/sh
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# CDDL HEADER START
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# The contents of this file are subject to the terms of the
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# Common Development and Distribution License, Version 1.0 only
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# (the "License"). You may not use this file except in compliance
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# with the License.
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# You can obtain a copy of the license at
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# trunk/opends/resource/legal-notices/OpenDS.LICENSE
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# See the License for the specific language governing permissions
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# and limitations under the License.
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# When distributing Covered Code, include this CDDL HEADER in each
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# file and include the License file at
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# add the following below this CDDL HEADER, with the fields enclosed
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# by brackets "[]" replaced with your own identifying * information:
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# Portions Copyright [yyyy] [name of copyright owner]
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# CDDL HEADER END
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# Portions Copyright 2007 Sun Microsystems, Inc.
355e5661379644c081271b23fa8b966a098a42d2Jon Branch
355e5661379644c081271b23fa8b966a098a42d2Jon Branch
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# This script may be used to display the status panel.
355e5661379644c081271b23fa8b966a098a42d2Jon BranchOPENDS_INVOKE_CLASS="org.opends.statuspanel.StatusPanelLauncher"
355e5661379644c081271b23fa8b966a098a42d2Jon Branchexport OPENDS_INVOKE_CLASS
355e5661379644c081271b23fa8b966a098a42d2Jon Branch
355e5661379644c081271b23fa8b966a098a42d2Jon BranchSCRIPT_DIR=`dirname "${0}"`
355e5661379644c081271b23fa8b966a098a42d2Jon Branch"${SCRIPT_DIR}/_server-script.sh" "${@}"
355e5661379644c081271b23fa8b966a098a42d2Jon Branch