49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson#!/bin/sh
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson#
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson# CDDL HEADER START
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson#
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson# The contents of this file are subject to the terms of the
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson# Common Development and Distribution License, Version 1.0 only
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson# (the "License"). You may not use this file except in compliance
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson# with the License.
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson#
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# or http://forgerock.org/license/CDDLv1.0.html.
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson# See the License for the specific language governing permissions
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson# and limitations under the License.
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson#
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson# When distributing Covered Code, include this CDDL HEADER in each
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# file and include the License file at legal-notices/CDDLv1_0.txt.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# If applicable, add the following below this CDDL HEADER, with the
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# fields enclosed by brackets "[]" replaced with your own identifying
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# information:
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson# Portions Copyright [yyyy] [name of copyright owner]
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson#
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson# CDDL HEADER END
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson#
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson#
65e99be301d5a19db33f25841f671756e8dbb9b5ludovicp# Copyright 2008 Sun Microsystems, Inc.
0f8553e2af5fc49a510ecfcfc93e66d06713f631ludo# Portions Copyright 2011 ForgeRock AS
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson# This script may be used to display the status panel.
0f8553e2af5fc49a510ecfcfc93e66d06713f631ludoOPENDJ_INVOKE_CLASS="org.opends.server.util.Base64"
0f8553e2af5fc49a510ecfcfc93e66d06713f631ludoexport OPENDJ_INVOKE_CLASS
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergaraSCRIPT_NAME="base64"
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergaraexport SCRIPT_NAME
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilsonSCRIPT_DIR=`dirname "${0}"`
49050c663d9aaca6919a5a77cd739ea9ddcd9e03neil_a_wilson"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"