File 0010-Fix-missing-ocf_script-definitions.patch of Package resource-agents.8843
From 2540f5edd6aed42900105cb31cef7544d2edb1b1 Mon Sep 17 00:00:00 2001
From: guessi <guessi@gmail.com>
Date: Sun, 12 Jun 2016 23:30:18 +0800
Subject: [PATCH 10/12] Fix missing ocf_script definitions
---
heartbeat/Makefile.am | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/heartbeat/Makefile.am b/heartbeat/Makefile.am
index b70c104..3b26f65 100644
--- a/heartbeat/Makefile.am
+++ b/heartbeat/Makefile.am
@@ -59,6 +59,8 @@ ocf_SCRIPTS = ClusterMon \
AoEtarget \
apache \
asterisk \
+ awseip \
+ awsvip \
nginx \
AudibleAlarm \
clvm \
@@ -104,6 +106,7 @@ ocf_SCRIPTS = ClusterMon \
portblock \
postfix \
pound \
+ pgagent \
pgsql \
proftpd \
Pure-FTPd \
@@ -132,6 +135,7 @@ ocf_SCRIPTS = ClusterMon \
VirtualDomain \
varnish \
vmware \
+ vsftpd \
WAS \
WAS6 \
WinPopup \
--
2.10.1