start-ds revision 2976
6736c640e65e06990ef33af71ee81fac4df4ff5fjim# CDDL HEADER START
b40bfdb714672f972887f9f1f1e154e00125bb68covener# The contents of this file are subject to the terms of the
b40bfdb714672f972887f9f1f1e154e00125bb68covener# Common Development and Distribution License, Version 1.0 only
b40bfdb714672f972887f9f1f1e154e00125bb68covener# (the "License"). You may not use this file except in compliance
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin# with the License.
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin# You can obtain a copy of the license at
23f1535d6a60817d2846bac0aea230ea475d7dccminfrin# See the License for the specific language governing permissions
23f1535d6a60817d2846bac0aea230ea475d7dccminfrin# and limitations under the License.
37a603727bdfb2a7d32b4283fcc3e524158b54b5jim# When distributing Covered Code, include this CDDL HEADER in each
37a603727bdfb2a7d32b4283fcc3e524158b54b5jim# file and include the License file at
f91e8c44b15a74bedaa027128a695950807e2968sf# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
f7e064c851d8258e74a9530738e985b3e0a29e18trawick# add the following below this CDDL HEADER, with the fields enclosed
acb0dcdb18c2593d9f5c01cb424b1dba2d372552niq# by brackets "[]" replaced with your own identifying information:
acb0dcdb18c2593d9f5c01cb424b1dba2d372552niq# Portions Copyright [yyyy] [name of copyright owner]
6249dfa569d3b4f1f539665b979a80c6e335d93etrawick# CDDL HEADER END
6249dfa569d3b4f1f539665b979a80c6e335d93etrawick# Portions Copyright 2006-2007 Sun Microsystems, Inc.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding# Capture the current working directory so that we can change to it later.
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim# Then capture the location of this script and the Directory Server instance
cfa64348224b66dd1c9979b809406c4d15b1c137fielding# root so that we can use them to create appropriate paths.
export INSTANCE_ROOT
export SCRIPT_NAME
export SCRIPT_UTIL_CMD
. "${INSTANCE_ROOT}/lib/_script-util.sh"
RETURN_CODE=$?
exit ${RETURN_CODE}
EC=${?}
EC=${?}
EC=${?}
exit ${EC}