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