From f0130e55eb77a5de21f8c86abcdc560a818fd7ba Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 20 Oct 2011 16:06:11 +0000
Subject: [PATCH] Fix OpenDJ-222: Remove more references to OpenDS. Remove references in source code files.
---
opendj-sdk/opends/src/server/org/opends/server/util/SetupUtils.java | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/util/SetupUtils.java b/opendj-sdk/opends/src/server/org/opends/server/util/SetupUtils.java
index b3268b3..c77fb0f 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/util/SetupUtils.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/util/SetupUtils.java
@@ -23,6 +23,7 @@
*
*
* Copyright 2006-2010 Sun Microsystems, Inc.
+ * Portions Copyright 2011 ForgeRock AS
*/
package org.opends.server.util;
@@ -185,7 +186,7 @@
int numEntries)
throws IOException
{
- File templateFile = File.createTempFile("opends-install", ".template");
+ File templateFile = File.createTempFile("opendj-install", ".template");
templateFile.deleteOnExit();
LinkedList<String> lines = new LinkedList<String>();
@@ -655,7 +656,7 @@
/**
* Returns the host name to be used to create self-signed certificates. <br>
* The method will first try to read the host name file written by the setup
- * where the user provided the host name where OpenDS has been installed. If
+ * where the user provided the host name where OpenDJ has been installed. If
* the file cannot be read, the class {@link java.net.InetAddress} is used.
*
* @param installationRoot the path where the server is installed.
--
Gitblit v1.10.0