verify-index revision f71f7a61dec7c9089378d14493ad564a1dedf0b5
229ea4644b3a7d9c7fdaa43888e7f55ba01e2ee3Automatic Updater# CDDL HEADER START
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
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updater# with the License.
79b273c187a4aa1016a62181983dfdd0521681aeMark Andrews# You can obtain a copy of the license at
90ff38a0d8deaf5f9c2aa5916d99b2e572d28738Automatic Updater# trunk/opends/resource/legal-notices/OpenDS.LICENSE
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrews# See the License for the specific language governing permissions
6c6a121295b30772cbf3dd75a51fb9d883051a0eAutomatic Updater# and limitations under the License.
9cd5eb6fe0f26d65724b99216cb31dcdd12e4afdAutomatic Updater# When distributing Covered Code, include this CDDL HEADER in each
e171a4137c6ba348957e61b7c4c3541493c0da02Automatic Updater# file and include the License file at
e171a4137c6ba348957e61b7c4c3541493c0da02Automatic Updater# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# add the following below this CDDL HEADER, with the fields enclosed
e130ab53e992670e2a2ecf043976ac09f21358d1Automatic Updater# by brackets "[]" replaced with your own identifying information:
3cc98b8ecedcbc8465f1cf2740b966b315662430Automatic Updater# Portions Copyright [yyyy] [name of copyright owner]
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# CDDL HEADER END
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Portions Copyright 2006-2007 Sun Microsystems, Inc.
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater# This script may be used to perform validation on the contents of a Directory
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson# Server backend storing its data in the Berkeley DB Java Edition.
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic UpdaterOPENDS_INVOKE_CLASS="org.opends.server.tools.VerifyIndex"
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic UpdaterSCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=verify-index"
e130ab53e992670e2a2ecf043976ac09f21358d1Automatic Updater"${SCRIPT_DIR}/_server-script.sh" "${@}"