From 14b63243d0a19d2516d31f1f1c78e9542a2228b2 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 05 Sep 2007 08:27:54 +0000
Subject: [PATCH] Fix some copy paste errors in scripts.

---
 opends/resource/bin/dsconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/resource/bin/dsconfig b/opends/resource/bin/dsconfig
index 992b0dd..9615ff8 100755
--- a/opends/resource/bin/dsconfig
+++ b/opends/resource/bin/dsconfig
@@ -26,7 +26,7 @@
 #      Portions Copyright 2006-2007 Sun Microsystems, Inc.
 
 
-# This script may be used to perform LDAP search operations.
+# This script may be used to perform configuration operations on the server.
 OPENDS_INVOKE_CLASS="org.opends.server.tools.dsconfig.DSConfig"
 export OPENDS_INVOKE_CLASS
 

--
Gitblit v1.10.0