From c140134b65a4f55e8a5fa3e42a9fa1f20e339210 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. --- opends/src/messages/messages/tools.properties | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties index 8b5b912..36c0e51 100644 --- a/opends/src/messages/messages/tools.properties +++ b/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