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