From ee3642c86959b44af3ff0e9fde9950a966527596 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 07 Aug 2007 22:32:50 +0000
Subject: [PATCH] The following modifications have the following goals:
---
opends/resource/uninstall | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/resource/uninstall b/opends/resource/uninstall
index f5834d0..019df2e 100644
--- a/opends/resource/uninstall
+++ b/opends/resource/uninstall
@@ -117,7 +117,7 @@
# Launch the uninstall process.
-"${JAVA_BIN}" org.opends.quicksetup.uninstaller.UninstallLauncher "${@}"
+"${JAVA_BIN}" org.opends.guitools.uninstaller.UninstallLauncher "${@}"
RETURN_CODE=$?
if test ${RETURN_CODE} -eq 50
@@ -126,4 +126,4 @@
exit 0
else
exit ${RETURN_CODE}
-fi
\ No newline at end of file
+fi
--
Gitblit v1.10.0