uninstall revision b26e36d8a08a1c775531659c04abc3d4ed504139
800N/A#!/bin/sh
800N/A#
800N/A# CDDL HEADER START
800N/A#
800N/A# The contents of this file are subject to the terms of the
800N/A# Common Development and Distribution License, Version 1.0 only
800N/A# (the "License"). You may not use this file except in compliance
800N/A# with the License.
800N/A#
800N/A# You can obtain a copy of the license at
800N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE
800N/A# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
800N/A# See the License for the specific language governing permissions
800N/A# and limitations under the License.
800N/A#
800N/A# When distributing Covered Code, include this CDDL HEADER in each
800N/A# file and include the License file at
800N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
800N/A# add the following below this CDDL HEADER, with the fields enclosed
800N/A# by brackets "[]" replaced with your own identifying information:
800N/A# Portions Copyright [yyyy] [name of copyright owner]
800N/A#
800N/A# CDDL HEADER END
800N/A#
800N/A#
800N/A# Portions Copyright 2006-2007 Sun Microsystems, Inc.
800N/A
800N/A
800N/A# This script may be used to uninstall the server.
800N/AOPENDS_INVOKE_CLASS="org.opends.guitools.uninstaller.UninstallLauncher"
800N/Aexport OPENDS_INVOKE_CLASS
800N/A
800N/ASCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=uninstall"
800N/Aexport SCRIPT_NAME_ARG
800N/A
800N/ASCRIPT_DIR=`dirname "${0}"`
800N/A"${SCRIPT_DIR}/lib/_client-script.sh" "${@}"