dlm: master - dlm: fix path /etc/init.d/rc.d

David Teigland teigland at fedoraproject.org
Tue Jan 17 15:34:03 UTC 2012


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=accd1535f58e3215c1b4cee16f9672f304251311
Commit:        accd1535f58e3215c1b4cee16f9672f304251311
Parent:        fa5c61199f8b6acd083e3f902e8ce99cfa3a586a
Author:        David Teigland <teigland at redhat.com>
AuthorDate:    Tue Jan 17 09:28:14 2012 -0600
Committer:     David Teigland <teigland at redhat.com>
CommitterDate: Tue Jan 17 09:28:14 2012 -0600

dlm: fix path /etc/init.d/rc.d

Signed-off-by: David Teigland <teigland at redhat.com>
---
 dlm_controld/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlm_controld/Makefile b/dlm_controld/Makefile
index 66c0554..715351d 100644
--- a/dlm_controld/Makefile
+++ b/dlm_controld/Makefile
@@ -5,7 +5,7 @@ BINDIR=$(PREFIX)/sbin
 LIBDIR=$(PREFIX)/$(LIBNUM)
 HDRDIR=$(PREFIX)/include 
 MANDIR=$(PREFIX)/share/man
-INITDIR=/etc/init.d
+INITDIR=/etc/rc.d/init.d
 UNITDIR=/lib/systemd/system
 
 BIN_TARGET = dlm_controld


More information about the cluster-commits mailing list