create-rc-script revision 2230
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# CDDL HEADER START
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# The contents of this file are subject to the terms of the
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# Common Development and Distribution License, Version 1.0 only
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# (the "License"). You may not use this file except in compliance
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# with the License.
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# You can obtain a copy of the license at
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# trunk/opends/resource/legal-notices/OpenDS.LICENSE
d8c71aacc9f1c8cd40a8ad8dcdad9be8854b849fChristian Maeder# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
f2f9df2e17e70674f0bf426ed1763c973ee4cde0Christian Maeder# See the License for the specific language governing permissions
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# and limitations under the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
96646aed2ae087b942ae23f15bbe729a8f7c43d3Christian Maeder# file and include the License file at
c90087f49069855bf684b699f9ca1e2d65eac20bChristian Maeder# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
96646aed2ae087b942ae23f15bbe729a8f7c43d3Christian Maeder# add the following below this CDDL HEADER, with the fields enclosed
01e383014b555bbcf639c0ca60c5810b3eff83c0Christian Maeder# by brackets "[]" replaced with your own identifying information:
83394c6b6e6de128e71b67c9251ed7a84485d082Christian Maeder# Portions Copyright [yyyy] [name of copyright owner]
abf2487c3aece95c371ea89ac64319370dcb6483Klaus Luettich# CDDL HEADER END
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# Portions Copyright 2007 Sun Microsystems, Inc.
ac0bbbcb2774629bb87986e69cf53d3402c5f575Christian Maeder# This script may be used to display the status panel.
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian MaederOPENDS_INVOKE_CLASS="org.opends.server.tools.CreateRCScript"
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian MaederSCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=create-rc-script"
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"