backendstat.bat revision 2e056544b859bdd14504fb8357e4298e86b23e2a
10139N/A
10139N/A@echo off
10139N/Arem CDDL HEADER START
12158N/Arem
10139N/Arem The contents of this file are subject to the terms of the
10139N/Arem Common Development and Distribution License, Version 1.0 only
10139N/Arem (the "License"). You may not use this file except in compliance
15894N/Arem with the License.
10139N/Arem
10139N/Arem You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
10139N/Arem or http://forgerock.org/license/CDDLv1.0.html.
10139N/Arem See the License for the specific language governing permissions
10139N/Arem and limitations under the License.
16852N/Arem
10139N/Arem When distributing Covered Code, include this CDDL HEADER in each
10139N/Arem file and include the License file at legal-notices/CDDLv1_0.txt.
10139N/Arem If applicable, add the following below this CDDL HEADER, with the
10139N/Arem fields enclosed by brackets "[]" replaced with your own identifying
10139N/Arem information:
16920N/Arem Portions Copyright [yyyy] [name of copyright owner]
10142N/Arem
12132N/Arem CDDL HEADER END
12132N/Arem
10142N/Arem
12773N/Arem Portions Copyright 2015 ForgeRock AS
14434N/A
12773N/Asetlocal
14434N/A
15440N/Aset OPENDJ_INVOKE_CLASS="org.opends.server.backends.pluggable.BackendStat"
15440N/Aset SCRIPT_NAME=backendstat
15740N/Afor %%i in (%~sf0) do call "%%~dPsi\..\lib\_server-script.bat" %*
10139N/A
12107N/A