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