manage-tasks revision 0f8553e2af5fc49a510ecfcfc93e66d06713f631
b886b04d8d2b085cbf3e1bf4442dee87f43ba5e4Tinderbox User#!/bin/sh
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updater#
c7ef13f6c9ef4436bc804b150e0a93307b11fa27Tinderbox User# CDDL HEADER START
c7ef13f6c9ef4436bc804b150e0a93307b11fa27Tinderbox User#
1167fc7904c5f0a472f8df207ac46dd52c7f1ec8Automatic Updater# The contents of this file are subject to the terms of the
0c39b3ed9409ecb277d5e32fa763a4e4d6598df8Automatic Updater# Common Development and Distribution License, Version 1.0 only
46da3117812814a29432a8d9a9ccf8acdbfdadceAutomatic Updater# (the "License"). You may not use this file except in compliance
710bce1a85c96e85ca1a90471382055acd29d51fTinderbox User# with the License.
fe84edc17e0d582cf7b4270f8df9d4742a107b1cAutomatic Updater#
79b273c187a4aa1016a62181983dfdd0521681aeMark Andrews# You can obtain a copy of the license at
3349f0044fda807e1fd6681c833d3593a22dad86Tinderbox User# trunk/opends/resource/legal-notices/OpenDS.LICENSE
bed0874e1a09e810575328c4bfc346a47514b69fMark Andrews# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
b253dcf9668f95e141bce9556dc88e30d3305a1dTinderbox User# See the License for the specific language governing permissions
b886b04d8d2b085cbf3e1bf4442dee87f43ba5e4Tinderbox User# and limitations under the License.
710bce1a85c96e85ca1a90471382055acd29d51fTinderbox User#
1ac49378a458420bc685293d12e567d7222d17b6Tinderbox User# When distributing Covered Code, include this CDDL HEADER in each
bbde8dc56605130058a1540609264fa109da3b63Automatic Updater# file and include the License file at
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
6c910bd5e4a85a56e3a61fdf7b237a45bb2553eeTinderbox User# add the following below this CDDL HEADER, with the fields enclosed
3cc98b8ecedcbc8465f1cf2740b966b315662430Automatic Updater# by brackets "[]" replaced with your own identifying information:
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Portions Copyright [yyyy] [name of copyright owner]
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews#
a01aa536188bb3535dfc1107a623e6355a8e6b7cMark Andrews# CDDL HEADER END
89623368b8f662d458d9964b923050f33c5f75b0Tinderbox User#
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews#
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater# Copyright 2006-2008 Sun Microsystems, Inc.
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews# Portions Copyright 2011 ForgeRock AS
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater# This script may be used to manage tasks in the Directory Server.
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic UpdaterOPENDJ_INVOKE_CLASS="org.opends.server.tools.ManageTasks"
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafssonexport OPENDJ_INVOKE_CLASS
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater
b886b04d8d2b085cbf3e1bf4442dee87f43ba5e4Tinderbox UserSCRIPT_NAME="manage-tasks"
710bce1a85c96e85ca1a90471382055acd29d51fTinderbox Userexport SCRIPT_NAME
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Hunt
e130ab53e992670e2a2ecf043976ac09f21358d1Automatic UpdaterSCRIPT_DIR=`dirname "${0}"`
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Hunt