freebsd-ports/net-mgmt/resource-agents/files/patch-ldirectord_Makefile.am
Kurt Jaeger 1a417af497 New port: net-mgmt/resource-agents
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>
2016-04-26 03:33:13 +00:00

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 $< > $@