From 183e7ae12885eb1f74942c263d0e0ff984af59e8 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Wed, 15 Jul 2009 22:42:51 +0000 Subject: [PATCH] Allow productization in the name of the Window service by allowing to pass the name and description of the service name in ConfigureWindowsService. --- opendj-sdk/opends/src/messages/messages/tools.properties | 32 ++++++++++++++++---------------- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/tools.properties b/opendj-sdk/opends/src/messages/messages/tools.properties index 4d9ef86..6265ef7 100644 --- a/opendj-sdk/opends/src/messages/messages/tools.properties +++ b/opendj-sdk/opends/src/messages/messages/tools.properties @@ -1454,31 +1454,31 @@ INFO_WINDOWS_SERVICE_NAME_825=OpenDS INFO_WINDOWS_SERVICE_DESCRIPTION_826=Open source Next Generation Directory \ Server. Installation path: %s -INFO_WINDOWS_SERVICE_SUCCESSULLY_ENABLED_827=OpenDS was successfully enabled \ +INFO_WINDOWS_SERVICE_SUCCESSULLY_ENABLED_827=The server was successfully \ + enabled to run as a Windows service +INFO_WINDOWS_SERVICE_ALREADY_ENABLED_828=The server was already enabled to run \ as a Windows service -INFO_WINDOWS_SERVICE_ALREADY_ENABLED_828=OpenDS was already enabled as a \ - Windows service -SEVERE_ERR_WINDOWS_SERVICE_NAME_ALREADY_IN_USE_829=OpenDS could not be \ - enabled as a Windows service. The service name is already in use +SEVERE_ERR_WINDOWS_SERVICE_NAME_ALREADY_IN_USE_829=The server could not be \ + enabled to run as a Windows service. The service name is already in use SEVERE_ERR_WINDOWS_SERVICE_ENABLE_ERROR_830=An unexpected error occurred \ - trying to enable OpenDS as a Windows service.%nCheck that you have \ - administrator rights (only Administrators can enable OpenDS as a Windows \ - Service) -INFO_WINDOWS_SERVICE_SUCCESSULLY_DISABLED_831=OpenDS was successfully \ + trying to enable the server as a Windows service.%nCheck that you have \ + administrator rights (only Administrators can enable the server to run as a \ + Windows Service) +INFO_WINDOWS_SERVICE_SUCCESSULLY_DISABLED_831=The server was successfully \ disabled as a Windows service -INFO_WINDOWS_SERVICE_ALREADY_DISABLED_832=OpenDS was already disabled as a \ +INFO_WINDOWS_SERVICE_ALREADY_DISABLED_832=The server was already disabled as a \ Windows service -SEVERE_WARN_WINDOWS_SERVICE_MARKED_FOR_DELETION_833=OpenDS has been marked \ +SEVERE_WARN_WINDOWS_SERVICE_MARKED_FOR_DELETION_833=The server has been marked \ for deletion as a Windows Service SEVERE_ERR_WINDOWS_SERVICE_DISABLE_ERROR_834=An unexpected error occurred \ - trying to disable OpenDS as a Windows service%nCheck that you have \ + trying to disable the server as a Windows service%nCheck that you have \ administrator rights (only Administrators can disable OpenDS as a Windows \ Service) -INFO_WINDOWS_SERVICE_ENABLED_835=OpenDS is enabled as a Windows service. The \ - service name for OpenDS is: %s -INFO_WINDOWS_SERVICE_DISABLED_836=OpenDS is disabled as a Windows service +INFO_WINDOWS_SERVICE_ENABLED_835=The server is enabled as a Windows service. \ + The service name for the server is: %s +INFO_WINDOWS_SERVICE_DISABLED_836=The server is disabled as a Windows service SEVERE_ERR_WINDOWS_SERVICE_STATE_ERROR_837=An unexpected error occurred \ - trying to retrieve the state of OpenDS as a Windows service + trying to retrieve the state of the server as a Windows service INFO_STOPDS_DESCRIPTION_WINDOWS_NET_STOP_838=Used by the window service code \ to inform that stop-ds is being called from the window services after a call \ to net stop -- Gitblit v1.10.0