From 7e999f8e9175b684d5b7222c1ccb747e3286bf2b Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 24 Aug 2007 15:58:49 +0000
Subject: [PATCH] Fix for issue 2153. Add uninstall-gui to the list of files that must have executable permissions.
---
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
index 36463ee..54ebfe5 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
@@ -1211,6 +1211,7 @@
{
perm = "755";
} else if (name.endsWith(Installation.UNIX_SETUP_FILE_NAME) ||
+ name.endsWith(Installation.UNIX_UNINSTALL_GUI_FILE_NAME) ||
name.endsWith(Installation.UNIX_UNINSTALL_FILE_NAME) ||
name.endsWith(Installation.UNIX_UPGRADE_FILE_NAME))
{
--
Gitblit v1.10.0