From 7be00c19c4cafc2678d1867d0702b981296cab87 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 25 Jun 2008 15:34:06 +0000
Subject: [PATCH] Check that the path where we must store the equivalent command-lines is not an existing directory.

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

diff --git a/opends/src/messages/messages/dsconfig.properties b/opends/src/messages/messages/dsconfig.properties
index 98e28f4..ce1f69e 100644
--- a/opends/src/messages/messages/dsconfig.properties
+++ b/opends/src/messages/messages/dsconfig.properties
@@ -462,3 +462,7 @@
  %s.  Error details:  %s
 SEVERE_ERR_DSCFG_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE_155=Cannot write \
  to file %s.  Verify that you have access rights to that file
+SEVERE_ERR_DSCFG_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY_156=The specified \
+ path %s to write the equivalent command is a directory.  You must specify a \
+ path to a file 
+ 
\ No newline at end of file

--
Gitblit v1.10.0