verify-index revision 9da44d3de0a7180285a77b7e8d2426a72aca249e
148434217c040ea38dc844384f6ba68d9b325906Matthew Ahrens# CDDL HEADER START
148434217c040ea38dc844384f6ba68d9b325906Matthew Ahrens# The contents of this file are subject to the terms of the
148434217c040ea38dc844384f6ba68d9b325906Matthew Ahrens# Common Development and Distribution License, Version 1.0 only
148434217c040ea38dc844384f6ba68d9b325906Matthew Ahrens# (the "License"). You may not use this file except in compliance
148434217c040ea38dc844384f6ba68d9b325906Matthew Ahrens# with the License.
148434217c040ea38dc844384f6ba68d9b325906Matthew Ahrens# You can obtain a copy of the license at
148434217c040ea38dc844384f6ba68d9b325906Matthew Ahrens# trunk/opends/resource/legal-notices/OpenDS.LICENSE
148434217c040ea38dc844384f6ba68d9b325906Matthew Ahrens# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
148434217c040ea38dc844384f6ba68d9b325906Matthew Ahrens# See the License for the specific language governing permissions
148434217c040ea38dc844384f6ba68d9b325906Matthew Ahrens# and limitations under the License.
148434217c040ea38dc844384f6ba68d9b325906Matthew Ahrens# When distributing Covered Code, include this CDDL HEADER in each
148434217c040ea38dc844384f6ba68d9b325906Matthew Ahrens# file and include the License file at
148434217c040ea38dc844384f6ba68d9b325906Matthew Ahrens# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
148434217c040ea38dc844384f6ba68d9b325906Matthew Ahrens# add the following below this CDDL HEADER, with the fields enclosed
148434217c040ea38dc844384f6ba68d9b325906Matthew Ahrens# by brackets "[]" replaced with your own identifying information:
148434217c040ea38dc844384f6ba68d9b325906Matthew Ahrens# Portions Copyright [yyyy] [name of copyright owner]
148434217c040ea38dc844384f6ba68d9b325906Matthew Ahrens# CDDL HEADER END
148434217c040ea38dc844384f6ba68d9b325906Matthew Ahrens# Portions Copyright 2006-2007 Sun Microsystems, Inc.
148434217c040ea38dc844384f6ba68d9b325906Matthew Ahrens# This script may be used to perform validation on the contents of a Directory
148434217c040ea38dc844384f6ba68d9b325906Matthew Ahrens# Server backend storing its data in the Berkeley DB Java Edition.
148434217c040ea38dc844384f6ba68d9b325906Matthew AhrensOPENDS_INVOKE_CLASS="org.opends.server.tools.VerifyIndex"
148434217c040ea38dc844384f6ba68d9b325906Matthew AhrensSCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=verify-index"
148434217c040ea38dc844384f6ba68d9b325906Matthew Ahrens"${SCRIPT_DIR}/../lib/_server-script.sh" "${@}"