From d9b2b9b7578edb367174b1a516f38feb6eb028ae Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 10 Nov 2006 23:45:06 +0000
Subject: [PATCH] Make a number of changes to administrative tools provided with OpenDS. These are all made under the umbrella of issue #994, but there are individual issues for each change.
---
opends/src/server/org/opends/server/util/ServerConstants.java | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/util/ServerConstants.java b/opends/src/server/org/opends/server/util/ServerConstants.java
index b456776..4190996 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -2019,10 +2019,25 @@
/**
+ * The name of a command-line script used to launch an administrative tool.
+ */
+ public static final String PROPERTY_SCRIPT_NAME =
+ "org.opends.server.scriptName";
+
+
+
+ /**
* The name of the system property that can be used to specify the path to the
* server root.
*/
public static final String PROPERTY_SERVER_ROOT =
"org.opends.server.ServerRoot";
+
+
+
+ /**
+ * The column at which to wrap long lines of output in the command-line tools.
+ */
+ public static final int MAX_LINE_WIDTH = 79;
}
--
Gitblit v1.10.0