c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift@echo off
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swiftrem CDDL HEADER START
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swiftrem
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swiftrem The contents of this file are subject to the terms of the
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swiftrem Common Development and Distribution License, Version 1.0 only
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swiftrem (the "License"). You may not use this file except in compliance
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swiftrem with the License.
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swiftrem
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignacrem You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignacrem or http://forgerock.org/license/CDDLv1.0.html.
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swiftrem See the License for the specific language governing permissions
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swiftrem and limitations under the License.
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swiftrem
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swiftrem When distributing Covered Code, include this CDDL HEADER in each
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignacrem file and include the License file at legal-notices/CDDLv1_0.txt.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignacrem If applicable, add the following below this CDDL HEADER, with the
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignacrem fields enclosed by brackets "[]" replaced with your own identifying
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignacrem information:
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swiftrem Portions Copyright [yyyy] [name of copyright owner]
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swiftrem
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swiftrem CDDL HEADER END
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swiftrem
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swiftrem
a3d3ab94806056d2355afea6fe8daac41059b9fbludovicprem Copyright 2006-2008 Sun Microsystems, Inc.
0f8553e2af5fc49a510ecfcfc93e66d06713f631ludorem Portions Copyright 2011 ForgeRock AS
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swiftsetlocal
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift
0f8553e2af5fc49a510ecfcfc93e66d06713f631ludoset OPENDJ_INVOKE_CLASS="org.opends.server.tools.dsconfig.DSConfig"
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergaraset SCRIPT_NAME=dsconfig
2f0f7926326cc76419b074fd91a589cb68980ffbduganfor %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %*
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift