From 43ba6d721185f9a810761720fcb05103b31d17b7 Mon Sep 17 00:00:00 2001
From: chebrard <chebrard@localhost>
Date: Wed, 29 Oct 2008 10:39:44 +0000
Subject: [PATCH] Fix 3534: Provide native Solaris packages (fix also 3533: upgrade fails starting server adding entry ds-cfg-key-id)

---
 opends/src/messages/messages/task.properties |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/messages/messages/task.properties b/opends/src/messages/messages/task.properties
index ce3b4d6..41e73e7 100644
--- a/opends/src/messages/messages/task.properties
+++ b/opends/src/messages/messages/task.properties
@@ -60,10 +60,10 @@
  %s of task entry %s
 SEVERE_ERR_TASK_ADDSCHEMAFILE_NO_SUCH_FILE_6=Unable to add one or more files \
  to the server schema because the specified schema file %s does not exist in \
- schema directory %s
+ schema directories %s or %s
 SEVERE_ERR_TASK_ADDSCHEMAFILE_ERROR_CHECKING_FOR_FILE_7=Unable to add one or \
  more files to the server schema because an error occurred while attempting to \
- determine whether file %s exists in schema directory %s:  %s
+ determine whether file %s exists in schema directory %s or %s:  %s
 SEVERE_ERR_TASK_ADDSCHEMAFILE_ERROR_LOADING_SCHEMA_FILE_8=An error occurred \
  while attempting to load the contents of schema file %s into the server \
  schema:  %s

--
Gitblit v1.10.0