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