From 9aa85f0854e05558bf94ba174539e112b7a3b7ff Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 07 Jun 2011 10:41:53 +0000
Subject: [PATCH] Fix OPENDJ-190: Look for tools.properties, etc. in ~/.opendj rather than ~/.opends
---
opends/src/server/org/opends/server/tools/ToolConstants.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/tools/ToolConstants.java b/opends/src/server/org/opends/server/tools/ToolConstants.java
index 2456d29..023f062 100644
--- a/opends/src/server/org/opends/server/tools/ToolConstants.java
+++ b/opends/src/server/org/opends/server/tools/ToolConstants.java
@@ -94,7 +94,7 @@
* The name of the opends configuration direction in the user
* home directory.
*/
- public static final String DEFAULT_OPENDS_CONFIG_DIR = ".opends";
+ public static final String DEFAULT_OPENDS_CONFIG_DIR = ".opendj";
/**
* The default properties file name.
--
Gitblit v1.10.0