mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
26.38.2007 ea36bf18fa9fa03d0c925a1e16c2b5fbedb0da99
Update the source code used to generate the services executable.  The start-ds.bat and stop-ds.bat are now under the bat directory after fixing 1381.
1 files modified
4 ■■■■ changed files
opends/src/build-tools/windows/service.c 4 ●●●● patch | view | raw | blame | history
opends/src/build-tools/windows/service.c
@@ -493,7 +493,7 @@
{
  ServiceReturnCode returnValue;
  // init out params
  char* relativePath = "\\bin\\start-ds.bat";
  char* relativePath = "\\bat\\start-ds.bat";
  char command[COMMAND_SIZE];
  if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
  {
@@ -549,7 +549,7 @@
{
  ServiceReturnCode returnValue;
  // init out params
  char* relativePath = "\\bin\\stop-ds.bat";
  char* relativePath = "\\bat\\stop-ds.bat";
  char command[COMMAND_SIZE];
  if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
  {