cluster: STABLE3 - build: fix gfs2 init script Makefile

Fabio M. Di Nitto fabbione@fedoraproject.org
Fri Jan 9 13:19:00 GMT 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=f158f49d7e70e300284a9a0835ebb33b3037ff9f
Commit:        f158f49d7e70e300284a9a0835ebb33b3037ff9f
Parent:        d36e645b8036a4a291af3aba48731816f9434b04
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Fri Jan 9 14:17:53 2009 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Fri Jan 9 14:19:02 2009 +0100

build: fix gfs2 init script Makefile

include SBINDIR bits for secure PATH

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 gfs2/init.d/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gfs2/init.d/Makefile b/gfs2/init.d/Makefile
index fe50c3f..23a57d9 100644
--- a/gfs2/init.d/Makefile
+++ b/gfs2/init.d/Makefile
@@ -11,6 +11,7 @@ include $(OBJDIR)/make/uninstall.mk
 
 $(TARGET): $(S)/$(TARGET).in
 	cat $(S)/$(TARGET).in | sed \
+		-e 's#@SBINDIR@#${sbindir}#g' \
 		-e 's#@INITDDIR@#${initddir}#g' \
 	> $(TARGET)
 



More information about the Cluster-cvs mailing list