manage-tasks revision 36bb690a409d9e6e3defd678f47acbbf02bd9167
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# CDDL HEADER START
39844d471080b2de4f8bb9d81f7e136ef80f0ae2Automatic Updater# The contents of this file are subject to the terms of the
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Common Development and Distribution License, Version 1.0 only
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# (the "License"). You may not use this file except in compliance
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# with the License.
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# You can obtain a copy of the license at
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# trunk/opends/resource/legal-notices/OpenDS.LICENSE
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# See the License for the specific language governing permissions
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# add the following below this CDDL HEADER, with the fields enclosed
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews# by brackets "[]" replaced with your own identifying information:
eab9975bcf5830a73f18ed8f320ae18ea32775eeEvan Hunt# Portions Copyright [yyyy] [name of copyright owner]
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington# CDDL HEADER END
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington# Portions Copyright 2006-2007 Sun Microsystems, Inc.
6ed53e5949d9fcd9715b440015b56e5a896d63dfDavid Hankins# This script may be used to manage tasks in the Directory Server.
0b062f4990db5cc6db2fe3398926f71b92a67407Brian WellingtonOPENDS_INVOKE_CLASS="org.opends.server.tools.ManageTasks"
0b062f4990db5cc6db2fe3398926f71b92a67407Brian WellingtonSCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=manage-tasks"
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"