create-rc-script revision 5636
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# CDDL HEADER START
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# The contents of this file are subject to the terms of the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian 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.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You can obtain a copy of the license at
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# trunk/opends/resource/legal-notices/OpenDS.LICENSE
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# See the License for the specific language governing permissions
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# and limitations under the License.
b9625461755578f3eed04676d42a63fd2caebd0cChristian Maeder# When distributing Covered Code, include this CDDL HEADER in each
5b818f10e11fc79def1fdd5c8a080d64a6438d87Christian Maeder# file and include the License file at
ac0bbbcb2774629bb87986e69cf53d3402c5f575Christian Maeder# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
760ae19a92dde8249679a674f93f58d26a7c5f6bChristian Maeder# add the following below this CDDL HEADER, with the fields enclosed
760ae19a92dde8249679a674f93f58d26a7c5f6bChristian Maeder# by brackets "[]" replaced with your own identifying information:
88c800932dd7053322501ea2039d9f234be6866cKlaus Luettich# Portions Copyright [yyyy] [name of copyright owner]
404166b9366552e9ec5abb87a37c76ec8a815fb7Klaus Luettich# CDDL HEADER END
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Copyright 2008 Sun Microsystems, Inc.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Portions Copyright 2011 ForgeRock AS
e593b89bfd4952698dc37feced21cefe869d87a2Christian Maeder# This script may be used to display the status panel.
ac0bbbcb2774629bb87986e69cf53d3402c5f575Christian MaederOPENDJ_INVOKE_CLASS="org.opends.server.tools.CreateRCScript"
857992065be4ed40a72c6296b6c0aec62ab4c5b9Christian Maeder"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"