From efaa0a9e24c87feb5878840884723b501f1b4cb4 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Tue, 15 Jan 2008 14:28:14 +0000
Subject: [PATCH] Fix for issue #2806 (Use of com.sun.management.OperatingSystemMXBean breaks AIX)

---
 opendj-sdk/opends/src/messages/messages/runtime_information.properties |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/src/messages/messages/runtime_information.properties b/opendj-sdk/opends/src/messages/messages/runtime_information.properties
index 7836774..6d8b2ee 100644
--- a/opendj-sdk/opends/src/messages/messages/runtime_information.properties
+++ b/opendj-sdk/opends/src/messages/messages/runtime_information.properties
@@ -70,4 +70,7 @@
 NOTICE_JVM_HOST_18=JVM Host: %s, running %s, %d bytes physical memory size, \
                    number of processors available %d
 NOTICE_JVM_ARGS_19=JVM Arguments: %s
+NOTICE_JVM_HOST_WITH_UNKNOWN_PHYSICAL_MEM_20=JVM Host: %s, running %s, \
+                   unknown physical memory size, \
+                   number of processors available %d
 

--
Gitblit v1.10.0