From ea9b9e87abcf36995a52d271ae34e792653fd696 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Wed, 19 Sep 2007 14:40:07 +0000 Subject: [PATCH] After some discussions it has been decided to merge the setup and uninstall commands so that we have the behavior that we had before. So with this changes, in order to work in CLI mode the option --cli must be specified. --- opends/resource/uninstall | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/resource/uninstall b/opends/resource/uninstall index c8f0744..4ad1205 100644 --- a/opends/resource/uninstall +++ b/opends/resource/uninstall @@ -26,7 +26,7 @@ # Portions Copyright 2006-2007 Sun Microsystems, Inc. -# This script may be used to display the status panel. +# This script may be used to uninstall the server. OPENDS_INVOKE_CLASS="org.opends.guitools.uninstaller.UninstallLauncher" export OPENDS_INVOKE_CLASS -- Gitblit v1.10.0