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/tools.properties |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties
index fa1950a..f86317e 100644
--- a/opends/src/messages/messages/tools.properties
+++ b/opends/src/messages/messages/tools.properties
@@ -2393,3 +2393,37 @@
  the Directory Server at %s on port %s. Check this port is an administration port
 SEVERE_ERR_PWPSTATE_CANNOT_CONNECT_SSL_1629=ERROR:  Cannot establish a connection to \
  the Directory Server at %s on port %s. Check this port is an administration port
+
+INFO_IPATH_PLACEHOLDER_1630={instancePath}
+INFO_CURRENT_USER_PLACEHOLDER_1631={currentUser}
+
+INFO_CONFIGURE_DESCRIPTION_IPATH_1632=Path where the instance will be located
+INFO_CONFIGURE_DESCRIPTION_USERNAME_1633=User name of the owner of the instance
+INFO_CONFIGURE_DESCRIPTION_GROUPNAME_1634=Group name of the owner of the instance
+INFO_CONFIGURE_USAGE_DESCRIPTION_1635=This utility sets the instance location
+SEVERE_ERR_CONFIGURE_NOT_DIRECTORY_1636=[%s] is not a directory. Only directories can \
+be used as {instancePath}
+SEVERE_ERR_CONFIGURE_DIRECTORY_NOT_EMPTY_1637=[%s] is not empty. Only empty directories can \
+be used as {instancePath}
+SEVERE_ERR_CONFIGURE_DIRECTORY_NOT_WRITABLE_1638=[%s] is not writable. Cannot create \
+Directory Server instance
+SEVERE_ERR_CONFIGURE_BAD_USER_NAME_1639=[%s] does not start with a letter. \
+Cannot be specified as {userName}
+SEVERE_ERR_CONFIGURE_GET_GROUP_ERROR_1640=Unable to retrieve group for [%s]. \
+Check that [%s] exists
+SEVERE_ERR_CONFIGURE_CHMOD_ERROR_1641=Unable to use [%s]/[%s] as {userName}/{groupName}. \
+Check that %s exists and belongs to %s
+SEVERE_ERR_CONFIGURE_CURRENT_USER_ERROR_1642=Unauthorized user. \
+Only user that can write [%s] can use this command
+
+INFO_CHECK_DESCRIPTION_1643=This utility checks version and owner of the instance
+INFO_CHECK_DESCRIPTION_CURRENT_USER_1644=Current user
+INFO_CHECK_DESCRIPTION_CHECK_VERSION_1645=Specifies that check on version should be done
+SEVERE_ERR_CHECK_USER_ERROR_1646=Current user is not owner of the instance. Only [%s] can run this command
+SEVERE_ERR_CHECK_VERSION_NOT_MATCH_1647=Data version does not match binaries. Run upgrade script to solve this
+
+
+SEVERE_ERR_CONFIGURE_USER_NOT_EXIST_1648=User [%s] does not exist
+SEVERE_ERR_CONFIGURE_OPENDSD_NOT_EXIST_1649=User/role [opendsd] does not exist. \
+Create it or use --userName option to specify another user
+

--
Gitblit v1.10.0