From ef41ebb49c1241e04d3e8a9579bac80cc09d3672 Mon Sep 17 00:00:00 2001 From: lutoff <lutoff@localhost> Date: Thu, 27 Sep 2007 08:05:34 +0000 Subject: [PATCH] Fix for issue #553, As described in Neil's comments, stop-ds can now read arguments values on a properties file. --- opendj-sdk/opends/resource/config/tools.properties | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/resource/config/tools.properties b/opendj-sdk/opends/resource/config/tools.properties index 0e643c2..54d9690 100644 --- a/opendj-sdk/opends/resource/config/tools.properties +++ b/opendj-sdk/opends/resource/config/tools.properties @@ -46,3 +46,8 @@ # the default value for the "port" argument defined # above. # dsframework.port=1389 + +# Default stop-ds argument values. This overrides +# the default value for the "port" argument defined +# above. +# stop-ds.port=1389 -- Gitblit v1.10.0