cluster: STABLE32 - build: ship checkquorum.wdmd non executable

Fabio M. Di Nitto fabbione at fedoraproject.org
Mon Jan 7 17:45:31 UTC 2013


Gitweb:        http://git.fedorahosted.org/git/?p=cluster.git;a=commitdiff;h=9c10e5bbd912488fb694e8fd81f1e745d99f2acc
Commit:        9c10e5bbd912488fb694e8fd81f1e745d99f2acc
Parent:        544a70cbcf94410d277fd7123a1943c8d2bef790
Author:        Radek Steiger <rsteiger at redhat.com>
AuthorDate:    Mon Jan 7 18:44:30 2013 +0100
Committer:     Fabio M. Di Nitto <fdinitto at redhat.com>
CommitterDate: Mon Jan 7 18:44:30 2013 +0100

build: ship checkquorum.wdmd non executable

this avoids some selinux/rgmanager integration issues

Resolves: rhbz#509056

Signed-off-by: Fabio M. Di Nitto <fdinitto at redhat.com>
---
 cman/scripts/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/cman/scripts/Makefile b/cman/scripts/Makefile
index 7950311..f80f7e4 100644
--- a/cman/scripts/Makefile
+++ b/cman/scripts/Makefile
@@ -1,4 +1,5 @@
-SHAREDIRTEX=checkquorum checkquorum.wdmd
+SHAREDIRTEX=checkquorum
+SHAREDIRT=checkquorum.wdmd
 
 include ../../make/defines.mk
 include $(OBJDIR)/make/clean.mk


More information about the cluster-commits mailing list