From 2485da6f00087e22d33982f5ec154b3ea9f02259 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 19 Jun 2009 15:50:58 +0000
Subject: [PATCH] Add control-panel instead of status-panel in the list of script panels in the default java.properties created by the setup.
---
opends/src/quicksetup/org/opends/quicksetup/installer/InstallerHelper.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/installer/InstallerHelper.java b/opends/src/quicksetup/org/opends/quicksetup/installer/InstallerHelper.java
index e9673df..1199a55 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/installer/InstallerHelper.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/installer/InstallerHelper.java
@@ -22,7 +22,7 @@
* CDDL HEADER END
*
*
- * Copyright 2006-2008 Sun Microsystems, Inc.
+ * Copyright 2006-2009 Sun Microsystems, Inc.
*/
package org.opends.quicksetup.installer;
@@ -848,7 +848,7 @@
"import-ldif.online", "ldapcompare", "ldapdelete",
"ldapmodify", "ldappasswordmodify", "ldapsearch", "list-backends",
"manage-account", "manage-tasks", "restore.online", "stop-ds",
- "status", "status-panel", "uninstall", "setup"
+ "status", "control-panel", "uninstall", "setup"
};
// Scripts to which we will pass -server argument
--
Gitblit v1.10.0