From ffd470451bdf647c49b5a48951e3123f1bd410da Mon Sep 17 00:00:00 2001 From: ludovicp <ludovicp@localhost> Date: Thu, 27 May 2010 13:13:11 +0000 Subject: [PATCH] Improves the time to start-up the server and the way service tags are detected --- opends/src/messages/messages/tools.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties index 9123d5c..a2e94f4 100644 --- a/opends/src/messages/messages/tools.properties +++ b/opends/src/messages/messages/tools.properties @@ -1454,8 +1454,8 @@ SEVERE_ERR_CONFIGURE_WINDOWS_SERVICE_TOO_FEW_ARGS_824=You must provide at \ least one of the following arguments:\nenableService, disableService or \ serviceState or cleanupService -INFO_WINDOWS_SERVICE_NAME_825=OpenDS -INFO_WINDOWS_SERVICE_DESCRIPTION_826=Open source Next Generation Directory \ +INFO_WINDOWS_SERVICE_NAME_825=%s +INFO_WINDOWS_SERVICE_DESCRIPTION_826=Next Generation Directory \ Server. Installation path: %s INFO_WINDOWS_SERVICE_SUCCESSULLY_ENABLED_827=The server was successfully \ enabled to run as a Windows service -- Gitblit v1.10.0