From 5debc41ae39da4aad607a79ce79238904c62efa4 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Wed, 22 Jul 2009 10:57:48 +0000 Subject: [PATCH] If the setup happens in Windows, display whether the Windows service will be enabled or not in the summary at the end of the CLI interactive mode. --- opendj-sdk/opends/src/messages/messages/tools.properties | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/tools.properties b/opendj-sdk/opends/src/messages/messages/tools.properties index 8b5b912..36c0e51 100644 --- a/opendj-sdk/opends/src/messages/messages/tools.properties +++ b/opendj-sdk/opends/src/messages/messages/tools.properties @@ -2501,3 +2501,8 @@ SEVERE_ERR_TIMEOUT_DURING_STARTUP_1680=The timeout of '%d' seconds to start \ the server has been reached. You can use the argument '--%s' to increase \ this timeout +INFO_INSTALLDS_ENABLE_WINDOWS_SERVICE_1681=Enable the server to run as a \ + Windows Service +INFO_INSTALLDS_DO_NOT_ENABLE_WINDOWS_SERVICE_1682=Do not enable the server to \ + run as a Windows Service + -- Gitblit v1.10.0