public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* gfs2-utils: master - build: fix gfs2 init script Makefile
@ 2009-01-09 13:19 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-01-09 13:19 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/gfs2-utils.git?p=gfs2-utils.git;a=commitdiff;h=7c2220b33a5bdb50727717d2d4c4475a49a8de6e
Commit:        7c2220b33a5bdb50727717d2d4c4475a49a8de6e
Parent:        b908c9f2a3d5d9e4663badb25c2184d49ae0cd1c
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:28 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)
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-09 13:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-09 13:19 gfs2-utils: master - build: fix gfs2 init script Makefile Fabio M. Di Nitto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).