1a417af497
These resource agents are used by two cluster resource management implementations: - Pacemaker - rgmanager More information about OCF resource agents is available in the OCF Resource Agent Developer's guide, in the doc/dev-guides subdirectory. WWW: http://www.linux-ha.org/wiki/Resource_agents PR: 209005 Submitted by: David Shane Holden <dpejesh@yahoo.com>
13 lines
373 B
Text
13 lines
373 B
Text
Disable installation of init.d script.
|
|
|
|
--- ldirectord/Makefile.am.orig 2016-02-03 10:57:55 UTC
|
|
+++ ldirectord/Makefile.am
|
|
@@ -22,7 +22,7 @@ CLEANFILES = ldirectord.8
|
|
|
|
EXTRA_DIST = ldirectord ldirectord.cf
|
|
|
|
-SUBDIRS = logrotate.d init.d OCF systemd
|
|
+SUBDIRS = logrotate.d OCF systemd
|
|
|
|
ldirectord.8: ldirectord
|
|
$(POD2MAN) --section=8 $< > $@
|