From 1cbead747c938b98fb309d8b7d616b4fe318d53e Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 19 May 2011 17:20:24 +0000
Subject: [PATCH] Fix OPENDJ-161 - Rebranding Windows service integration to OpenDJ
---
opends/src/build-tools/windows/EventLogMsg.mc | 35 ++++++++++++++++++-----------------
1 files changed, 18 insertions(+), 17 deletions(-)
diff --git a/opends/src/build-tools/windows/EventLogMsg.mc b/opends/src/build-tools/windows/EventLogMsg.mc
index bad9b7c..11204e4 100644
--- a/opends/src/build-tools/windows/EventLogMsg.mc
+++ b/opends/src/build-tools/windows/EventLogMsg.mc
@@ -23,6 +23,7 @@
; *
; *
; * Copyright 2008-2010 Sun Microsystems, Inc.
+; * Portions Copyright 2011 ForgeRock AS
; */
;/*
; * ==========================================================================
@@ -51,7 +52,7 @@
)
FacilityNames = (
- OPENDS = 0xFA0 : WIN_FACILITY_NAME_OPENDS
+ OPENDJ = 0xFA0 : WIN_FACILITY_NAME_OPENDJ
)
@@ -63,48 +64,48 @@
MessageId = 0x1
Severity = Success
-Facility = OPENDS
+Facility = OPENDJ
SymbolicName = WIN_EVENT_ID_SERVER_STARTED
Language = English
-OpenDS has started.
-OpenDS is in %1.
+OpenDJ has started.
+OpenDJ is in %1.
.
MessageId = 0x2
Severity = Success
-Facility = OPENDS
+Facility = OPENDJ
SymbolicName = WIN_EVENT_ID_SERVER_STOP
Language = English
-OpenDS has shutdown.
-OpenDS is in %1.
+OpenDJ has shutdown.
+OpenDJ is in %1.
.
MessageId = 0x3
Severity = Error
-Facility = OPENDS
+Facility = OPENDJ
SymbolicName = WIN_EVENT_ID_SERVER_START_FAILED
Language = English
-OpenDS failed in startup.
-OpenDS is in %1.
+OpenDJ failed in startup.
+OpenDJ is in %1.
.
MessageId = 0x4
Severity = Error
-Facility = OPENDS
+Facility = OPENDJ
SymbolicName = WIN_EVENT_ID_SERVER_STOP_FAILED
Language = English
-OpenDS failed in stop.
-OpenDS is in %1.
+OpenDJ failed in stop.
+OpenDJ is in %1.
.
MessageId = 0x5
Severity = Informational
-Facility = OPENDS
+Facility = OPENDJ
SymbolicName = WIN_EVENT_ID_DEBUG
Language = English
%1
.
MessageId = 0x6
Severity = Error
-Facility = OPENDS
+Facility = OPENDJ
SymbolicName = WIN_EVENT_ID_SERVER_STOPPED_OUTSIDE_SCM
Language = English
-OpenDS stopped outside the Service Control Manager.
-OpenDS is in %1.
+OpenDJ stopped outside the Service Control Manager.
+OpenDJ is in %1.
.
--
Gitblit v1.10.0