aboutsummaryrefslogtreecommitdiff
path: root/sysutils/heartbeat2
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-12-19 21:12:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-12-19 21:12:36 +0000
commit616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch)
treeeca5ff8ef89030731d682a14daebcc8cbd2245ac /sysutils/heartbeat2
parent856c5bf9f133ae5d553d972d5a940586d3f56048 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes: svn path=/head/; revision=224474 svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'sysutils/heartbeat2')
-rw-r--r--sysutils/heartbeat2/Makefile90
-rw-r--r--sysutils/heartbeat2/distinfo3
-rw-r--r--sysutils/heartbeat2/files/extrapatch-lib-clplumbing-resource.h154
-rw-r--r--sysutils/heartbeat2/files/patch-ldirectord-init.d-ldirectord11
-rw-r--r--sysutils/heartbeat2/files/pkg-install.in138
-rw-r--r--sysutils/heartbeat2/pkg-descr24
-rw-r--r--sysutils/heartbeat2/pkg-plist276
7 files changed, 0 insertions, 696 deletions
diff --git a/sysutils/heartbeat2/Makefile b/sysutils/heartbeat2/Makefile
deleted file mode 100644
index 46d184fbb40d..000000000000
--- a/sysutils/heartbeat2/Makefile
+++ /dev/null
@@ -1,90 +0,0 @@
-# New ports collection makefile for: hearbeat
-# Date created: 18 March 2005
-# Whom: Scott Kleihege <scott-ports@tummy.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= heartbeat
-PORTVERSION= 1.2.5
-PORTREVISION= 3
-CATEGORIES= sysutils
-MASTER_SITES= http://linux-ha.org/download/
-
-MAINTAINER= scott-ports@tummy.com
-COMMENT= Subsystem for High-Availability Clustering
-
-BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
-LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \
- xml2.5:${PORTSDIR}/textproc/libxml2
-
-USE_AUTOTOOLS= libtool:15
-GNU_CONFIGURE= yes
-USE_PERL5= yes
-USE_GMAKE= yes
-USE_GNOME= glib12
-USE_LDCONFIG= yes
-
-CONFIGURE_ARGS+= --disable-fatal-warnings \
- --with-initdir=${PREFIX}/etc/rc.d \
- --localstatedir=/var \
- --with-group-id=275 --with-ccmuser-id=275
-CONFIGURE_ENV= CPPFLAGS="`${LIBNET_CONFIG} --cflags`" \
- LDFLAGS="`${LIBNET_CONFIG} --libs`"
-
-SUB_FILES= pkg-install
-PKGDEINSTALL= ${PKGINSTALL}
-
-MAN1= cl_status.1 hb_standby.1 hb_takeover.1
-MAN8= apphbd.8 heartbeat.8 ldirectord.8 meatclient.8 \
- stonith.8 supervise-ldirectord-config.8
-
-LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
-
-post-patch:
- @${REINPLACE_CMD} -e "s|logrotate\.d||" \
- ${WRKSRC}/heartbeat/Makefile.in \
- ${WRKSRC}/ldirectord/Makefile.in
-
- @${REINPLACE_CMD} -e \
- 's|libnet-config|${LIBNET_CONFIG}|; \
- s|-lnet|`${LIBNET_CONFIG} --libs`|' \
- ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
-
-.if !defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e 's|^\(docdir.*doc/\).*|\1${PORTNAME}|' \
- ${WRKSRC}/configure.in \
- ${WRKSRC}/configure \
- ${WRKSRC}/doc/Makefile.am \
- ${WRKSRC}/doc/Makefile.in
-.else
- @${REINPLACE_CMD} -e 's|^\(SUBDIRS.*\)doc\(.*\)|\1 \2|' \
- ${WRKSRC}/Makefile.am \
- ${WRKSRC}/Makefile.in \
- ${WRKSRC}/telecom/cms/Makefile.am \
- ${WRKSRC}/telecom/cms/Makefile.in
-.endif
-
-.if !defined(BATCH)
-BATCH=no
-.endif
-
-post-deinstall:
- @BATCH=${BATCH} ${SH} ${PKGINSTALL} ${PKGNAME} DEINSTALL
-
-pre-install:
- @BATCH=${BATCH} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
-
-# some subdirs treat man as documentation, therefor we have to install
-# those man pages manually if NOPORTDOCS is defined
-
-.if defined(NOPORTDOCS)
-.for f in ${MAN1}
- ${INSTALL_MAN} ${WRKSRC}/doc/${f} ${MANPREFIX}/man/man1
-.endfor
-.for f in apphbd.8 heartbeat.8
- ${INSTALL_MAN} ${WRKSRC}/doc/${f} ${MANPREFIX}/man/man8
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/sysutils/heartbeat2/distinfo b/sysutils/heartbeat2/distinfo
deleted file mode 100644
index 3387aa6840d3..000000000000
--- a/sysutils/heartbeat2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (heartbeat-1.2.5.tar.gz) = d59b021af0e1cbaba56345cc67f6ef12
-SHA256 (heartbeat-1.2.5.tar.gz) = 46f88a69324012317a4426dc93654ab28947b77675826686624d15cd5a4e357f
-SIZE (heartbeat-1.2.5.tar.gz) = 2107371
diff --git a/sysutils/heartbeat2/files/extrapatch-lib-clplumbing-resource.h b/sysutils/heartbeat2/files/extrapatch-lib-clplumbing-resource.h
deleted file mode 100644
index a50080690d28..000000000000
--- a/sysutils/heartbeat2/files/extrapatch-lib-clplumbing-resource.h
+++ /dev/null
@@ -1,154 +0,0 @@
---- lib/clplumbing/resource.h.orig Tue Apr 18 23:30:49 2006
-+++ lib/clplumbing/resource.h Tue Apr 18 23:28:06 2006
-@@ -0,0 +1,151 @@
-+/*
-+ * Copyright (c) 1982, 1986, 1993
-+ * The Regents of the University of California. All rights reserved.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ * notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ * notice, this list of conditions and the following disclaimer in the
-+ * documentation and/or other materials provided with the distribution.
-+ * 3. All advertising materials mentioning features or use of this software
-+ * must display the following acknowledgement:
-+ * This product includes software developed by the University of
-+ * California, Berkeley and its contributors.
-+ * 4. Neither the name of the University nor the names of its contributors
-+ * may be used to endorse or promote products derived from this software
-+ * without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-+ * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-+ * SUCH DAMAGE.
-+ *
-+ * @(#)resource.h 8.4 (Berkeley) 1/9/95
-+ * $FreeBSD: /tmp/pcvs/ports/sysutils/heartbeat2/files/Attic/extrapatch-lib-clplumbing-resource.h,v 1.1 2006-04-18 21:53:58 ehaupt Exp $
-+ */
-+
-+#ifndef _SYS_RESOURCE_H_
-+#define _SYS_RESOURCE_H_
-+
-+/*
-+ * Process priority specifications to get/setpriority.
-+ */
-+#define PRIO_MIN -20
-+#define PRIO_MAX 20
-+
-+#define PRIO_PROCESS 0
-+#define PRIO_PGRP 1
-+#define PRIO_USER 2
-+
-+/*
-+ * Resource utilization information.
-+ */
-+
-+#define RUSAGE_SELF 0
-+#define RUSAGE_CHILDREN -1
-+
-+#include <sys/time.h>
-+
-+struct rusage {
-+ struct timeval ru_utime; /* user time used */
-+ struct timeval ru_stime; /* system time used */
-+ long ru_maxrss; /* max resident set size */
-+#define ru_first ru_ixrss
-+ long ru_ixrss; /* integral shared memory size */
-+ long ru_idrss; /* integral unshared data " */
-+ long ru_isrss; /* integral unshared stack " */
-+ long ru_minflt; /* page reclaims */
-+ long ru_majflt; /* page faults */
-+ long ru_nswap; /* swaps */
-+ long ru_inblock; /* block input operations */
-+ long ru_oublock; /* block output operations */
-+ long ru_msgsnd; /* messages sent */
-+ long ru_msgrcv; /* messages received */
-+ long ru_nsignals; /* signals received */
-+ long ru_nvcsw; /* voluntary context switches */
-+ long ru_nivcsw; /* involuntary " */
-+#define ru_last ru_nivcsw
-+};
-+
-+/*
-+ * Resource limits
-+ */
-+#define RLIMIT_CPU 0 /* cpu time in milliseconds */
-+#define RLIMIT_FSIZE 1 /* maximum file size */
-+#define RLIMIT_DATA 2 /* data size */
-+#define RLIMIT_STACK 3 /* stack size */
-+#define RLIMIT_CORE 4 /* core file size */
-+#define RLIMIT_RSS 5 /* resident set size */
-+#define RLIMIT_MEMLOCK 6 /* locked-in-memory address space */
-+#define RLIMIT_NPROC 7 /* number of processes */
-+#define RLIMIT_NOFILE 8 /* number of open files */
-+#define RLIMIT_SBSIZE 9 /* maximum size of all socket buffers */
-+#define RLIMIT_VMEM 10 /* virtual process size (inclusive of mmap) */
-+
-+#define RLIM_NLIMITS 11 /* number of resource limits */
-+
-+#define RLIM_INFINITY ((rlim_t)(((u_quad_t)1 << 63) - 1))
-+
-+
-+/*
-+ * Resource limit string identifiers
-+ */
-+
-+#ifdef _RLIMIT_IDENT
-+static char *rlimit_ident[] = {
-+ "cpu",
-+ "fsize",
-+ "data",
-+ "stack",
-+ "core",
-+ "rss",
-+ "memlock",
-+ "nproc",
-+ "nofile",
-+ "sbsize",
-+ "vmem",
-+};
-+#endif
-+
-+struct orlimit {
-+ int32_t rlim_cur; /* current (soft) limit */
-+ int32_t rlim_max; /* maximum value for rlim_cur */
-+};
-+
-+struct rlimit {
-+ rlim_t rlim_cur; /* current (soft) limit */
-+ rlim_t rlim_max; /* maximum value for rlim_cur */
-+};
-+
-+/* Load average structure. */
-+struct loadavg {
-+ fixpt_t ldavg[3];
-+ long fscale;
-+};
-+
-+#ifdef _KERNEL
-+extern struct loadavg averunnable;
-+
-+#else
-+#include <sys/cdefs.h>
-+
-+__BEGIN_DECLS
-+int getpriority __P((int, int));
-+int getrlimit __P((int, struct rlimit *));
-+int getrusage __P((int, struct rusage *));
-+int setpriority __P((int, int, int));
-+int setrlimit __P((int, const struct rlimit *));
-+__END_DECLS
-+
-+#endif /* _KERNEL */
-+#endif /* !_SYS_RESOURCE_H_ */
diff --git a/sysutils/heartbeat2/files/patch-ldirectord-init.d-ldirectord b/sysutils/heartbeat2/files/patch-ldirectord-init.d-ldirectord
deleted file mode 100644
index fa699c652b52..000000000000
--- a/sysutils/heartbeat2/files/patch-ldirectord-init.d-ldirectord
+++ /dev/null
@@ -1,11 +0,0 @@
---- ldirectord/init.d/ldirectord.orig
-+++ ldirectord/init.d/ldirectord
-@@ -22,7 +22,7 @@
- then
- . /etc/rc.d/init.d/functions
- else
-- function action {
-+ action() {
- echo -n "$1... "
- shift
- $@
diff --git a/sysutils/heartbeat2/files/pkg-install.in b/sysutils/heartbeat2/files/pkg-install.in
deleted file mode 100644
index a125513bfc8e..000000000000
--- a/sysutils/heartbeat2/files/pkg-install.in
+++ /dev/null
@@ -1,138 +0,0 @@
-#! /bin/sh
-
-ask() {
- local question default answer
-
- question=$1
- default=$2
- # pkg_add fails anyhow, if we do not create the user/group
- if [ "x${BATCH}" = xno ]; then
- read -p "${question} [${default}]? " answer
- fi
- if [ "x${answer}" = x ]; then
- answer=${default}
- fi
- echo ${answer}
-}
-
-yesno() {
- local dflt question answer
-
- question=$1
- dflt=$2
- while :; do
- answer=$(ask "${question}" "${dflt}")
- case "${answer}" in
- [Yy]*) return 0;;
- [Nn]*) return 1;;
- esac
- echo "Please answer yes or no."
- done
-}
-
-make_account() {
- local u g uid gid
-
- u=$1
- g=$2
- uid=$3
- gid=$4
-
- if pw group show "${g}" >/dev/null 2>&1; then
- echo "You already have a group \"${g}\", so I will use it."
- else
- echo "You need a group \"${g}\"."
- if yesno "Would you like me to create it" y; then
- pw groupadd ${g} -g ${gid} || exit
- echo "Done."
- else
- echo "Please create it manually, and try again."
- exit 1
- fi
- fi
-
- if pw user show "${u}" >/dev/null 2>&1; then
- echo "You already have a user \"${u}\", so I will use it."
- else
- echo "You need a user \"${u}\"."
- if yesno "Would you like me to create it" y; then
- pw useradd ${u} -u ${uid} -g ${g} -h - -d /nonexistant \
- -s /sbin/nologin -c "Heartbeat cluster user" || exit
- echo "Done."
- else
- echo "Please create it, and try again."
- exit 1
- fi
- fi
-}
-
-delete_account() {
- local u g
-
- u=$1
- g=$2
- if yesno "Do you want me to remove group \"${g}\"" y; then
- echo "Removing group \"${g}\""
- pw groupdel -n ${g}
- echo "Done."
- fi
- if yesno "Do you want me to remove user \"${u}\"" y; then
- echo "Removing user \"${u}\""
- pw userdel -n ${u}
- echo "Done."
- fi
-}
-
-case $2 in
-
-PRE-INSTALL)
- echo ""
- user=hacluster
- group=haclient
- uid=275
- gid=275
- make_account ${user} ${group} $uid $gid
-
- echo "Adding empty dirs and pid file."
- test -d /var/lib/heartbeat/ckpt || \
- install -d -m 755 /var/lib/heartbeat/ckpt
- test -d /var/lib/heartbeat/ccm || \
- install -d -m 750 -o ${user} -g ${group} /var/lib/heartbeat/ccm
- test -d /var/lib/heartbeat/cores/root || \
- install -d -m 700 /var/lib/heartbeat/cores/root
- test -d /var/lib/heartbeat/cores/nobody || \
- install -d -m 700 -o nobody /var/lib/heartbeat/cores/nobody
- test -d /var/lib/heartbeat/cores/hacluster || \
- install -d -m 700 -o ${user} /var/lib/heartbeat/cores/hacluster
- test -d /var/lock/subsys || \
- install -d -m 755 /var/lock/subsys
- test -f /var/run/heartbeat.pid || \
- install -m 644 -o ${user} -g ${group} /dev/null \
- /var/run/heartbeat.pid
- ;;
-
-DEINSTALL)
- if ps -axc | grep -q heartbeat; then
- if yesno "There are some heartbeat processes running. Shall I kill them" y
- then
- killall heartbeat
- sleep 2
- else
- echo "OK ... I hope you know what you are doing."
- fi
- fi
-
- delete_account hacluster haclient
-
- echo "Removing runtime files"
- if [ -d /var/lib/heartbeat ]; then
- rm -r /var/lib/heartbeat
- fi
- if [ -f /var/lock/subsys/heartbeat ]; then
- rm /var/lock/subsys/heartbeat
- fi
- if [ -f /var/run/heartbeat.pid ]; then
- rm /var/run/heartbeat.pid
- fi
- ;;
-esac
diff --git a/sysutils/heartbeat2/pkg-descr b/sysutils/heartbeat2/pkg-descr
deleted file mode 100644
index 89fdf0a7ff42..000000000000
--- a/sysutils/heartbeat2/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-heartbeat is a basic high-availability subsystem. It will run
-scripts at initialization, and when machines go up or down. This
-version will also perform IP address takeover using gratuitous ARPs.
-
-It implements the following kinds of heartbeats:
- - Bidirectional Serial Rings ("raw" serial ports)
- - UDP/IP broadcast (ethernet, etc)
- - Unicast heartbeats
- - "ping" heartbeats (for routers, switches, etc.)
- (to be used for breaking ties in 2-node systems)
-
-ldirectord is a stand-alone daemon to monitor services.
-
-The STONITH module (a.k.a. STOMITH) provides an extensible interface
-for remotely powering down a node in the cluster.
-
-PILS is an generalized and portable open source Plugin and Interface
-Loading System. PILS manages both plugins (loadable objects), and
-the interfaces these plugins implement. PILS is designed to support
-any number of plugins implementing any number of interfaces.
-
-WWW: http://linux-ha.org/
-
-Scott Kleihege <scott-ports@tummy.com>
diff --git a/sysutils/heartbeat2/pkg-plist b/sysutils/heartbeat2/pkg-plist
deleted file mode 100644
index 74f617f4014e..000000000000
--- a/sysutils/heartbeat2/pkg-plist
+++ /dev/null
@@ -1,276 +0,0 @@
-bin/cl_status
-etc/ha.d/README.config
-etc/ha.d/harc
-etc/ha.d/rc.d/ask_resources
-etc/ha.d/rc.d/hb_takeover
-etc/ha.d/rc.d/ip-request
-etc/ha.d/rc.d/ip-request-resp
-etc/ha.d/rc.d/status
-etc/ha.d/resource.d/AudibleAlarm
-etc/ha.d/resource.d/Delay
-etc/ha.d/resource.d/Filesystem
-etc/ha.d/resource.d/ICP
-etc/ha.d/resource.d/IPaddr
-etc/ha.d/resource.d/IPaddr2
-etc/ha.d/resource.d/IPsrcaddr
-etc/ha.d/resource.d/LVM
-etc/ha.d/resource.d/LVSSyncDaemonSwap
-etc/ha.d/resource.d/LinuxSCSI
-etc/ha.d/resource.d/MailTo
-etc/ha.d/resource.d/OCF
-etc/ha.d/resource.d/Raid1
-etc/ha.d/resource.d/SendArp
-etc/ha.d/resource.d/ServeRAID
-etc/ha.d/resource.d/WAS
-etc/ha.d/resource.d/WinPopup
-etc/ha.d/resource.d/Xinetd
-etc/ha.d/resource.d/apache
-etc/ha.d/resource.d/db2
-etc/ha.d/resource.d/portblock
-etc/ha.d/shellfuncs
-etc/rc.d/heartbeat.sh
-etc/rc.d/ldirectord.sh
-include/clplumbing/GSource.h
-include/clplumbing/Gmain_timeout.h
-include/clplumbing/apphb_cs.h
-include/clplumbing/base64.h
-include/clplumbing/cl_log.h
-include/clplumbing/cl_malloc.h
-include/clplumbing/cl_misc.h
-include/clplumbing/cl_poll.h
-include/clplumbing/cl_signal.h
-include/clplumbing/coredumps.h
-include/clplumbing/cpulimits.h
-include/clplumbing/ipc.h
-include/clplumbing/loggingdaemon.h
-include/clplumbing/longclock.h
-include/clplumbing/lsb_exitcodes.h
-include/clplumbing/mkstemp_mode.h
-include/clplumbing/netstring.h
-include/clplumbing/proctrack.h
-include/clplumbing/realtime.h
-include/clplumbing/recoverymgr_cs.h
-include/clplumbing/timers.h
-include/clplumbing/ttylock.h
-include/clplumbing/uids.h
-include/heartbeat/HBauth.h
-include/heartbeat/HBcomm.h
-include/heartbeat/apphb.h
-include/heartbeat/apphb_notify.h
-include/heartbeat/ha_config.h
-include/heartbeat/ha_msg.h
-include/heartbeat/hb_api.h
-include/heartbeat/heartbeat.h
-include/heartbeat/recoverymgr.h
-include/ocf/oc_event.h
-include/ocf/oc_membership.h
-include/pils/generic.h
-include/pils/interface.h
-include/pils/plugin.h
-include/saf/ais.h
-include/saf/ais_amf.h
-include/saf/ais_base.h
-include/saf/ais_checkpoint.h
-include/saf/ais_event.h
-include/saf/ais_lock.h
-include/saf/ais_membership.h
-include/saf/ais_message.h
-include/stonith/expect.h
-include/stonith/stonith.h
-lib/heartbeat/BasicSanityCheck
-lib/heartbeat/ResourceManager
-lib/heartbeat/TestHeartbeatComm
-lib/heartbeat/api_test
-lib/heartbeat/apphbd
-lib/heartbeat/apphbtest
-lib/heartbeat/ccm
-lib/heartbeat/ccm_testclient
-lib/heartbeat/clmtest
-lib/heartbeat/cts/CM_fs.py
-lib/heartbeat/cts/CM_hb.py
-lib/heartbeat/cts/CTS.py
-lib/heartbeat/cts/CTSaudits.py
-lib/heartbeat/cts/CTSlab.py
-lib/heartbeat/cts/CTStests.py
-lib/heartbeat/cts/README
-lib/heartbeat/findif
-lib/heartbeat/ha_config
-lib/heartbeat/hb_standby
-lib/heartbeat/hb_takeover
-lib/heartbeat/heartbeat
-lib/heartbeat/ipctest
-lib/heartbeat/ipctransientclient
-lib/heartbeat/ipctransientserver
-lib/heartbeat/ipfail
-lib/heartbeat/mach_down
-lib/heartbeat/plugins/AppHBNotification/recmgr.a
-lib/heartbeat/plugins/AppHBNotification/recmgr.la
-lib/heartbeat/plugins/AppHBNotification/recmgr.so
-lib/heartbeat/plugins/HBauth/crc.a
-lib/heartbeat/plugins/HBauth/crc.la
-lib/heartbeat/plugins/HBauth/crc.so
-lib/heartbeat/plugins/HBauth/md5.a
-lib/heartbeat/plugins/HBauth/md5.la
-lib/heartbeat/plugins/HBauth/md5.so
-lib/heartbeat/plugins/HBauth/sha1.a
-lib/heartbeat/plugins/HBauth/sha1.la
-lib/heartbeat/plugins/HBauth/sha1.so
-lib/heartbeat/plugins/HBcomm/bcast.a
-lib/heartbeat/plugins/HBcomm/bcast.la
-lib/heartbeat/plugins/HBcomm/bcast.so
-lib/heartbeat/plugins/HBcomm/mcast.a
-lib/heartbeat/plugins/HBcomm/mcast.la
-lib/heartbeat/plugins/HBcomm/mcast.so
-lib/heartbeat/plugins/HBcomm/ping.a
-lib/heartbeat/plugins/HBcomm/ping.la
-lib/heartbeat/plugins/HBcomm/ping.so
-lib/heartbeat/plugins/HBcomm/ping_group.a
-lib/heartbeat/plugins/HBcomm/ping_group.la
-lib/heartbeat/plugins/HBcomm/ping_group.so
-lib/heartbeat/plugins/HBcomm/serial.a
-lib/heartbeat/plugins/HBcomm/serial.la
-lib/heartbeat/plugins/HBcomm/serial.so
-lib/heartbeat/plugins/HBcomm/ucast.a
-lib/heartbeat/plugins/HBcomm/ucast.la
-lib/heartbeat/plugins/HBcomm/ucast.so
-lib/heartbeat/plugins/test/test.a
-lib/heartbeat/plugins/test/test.la
-lib/heartbeat/plugins/test/test.so
-lib/heartbeat/recoverymgrd
-lib/heartbeat/req_resource
-lib/heartbeat/send_arp
-lib/libapphb.a
-lib/libapphb.la
-lib/libapphb.so
-lib/libapphb.so.0
-lib/libccmclient.a
-lib/libccmclient.la
-lib/libccmclient.so
-lib/libccmclient.so.0
-lib/libclm.a
-lib/libclm.la
-lib/libclm.so
-lib/libclm.so.0
-lib/libhbclient.a
-lib/libhbclient.la
-lib/libhbclient.so
-lib/libhbclient.so.0
-lib/libpils.a
-lib/libpils.la
-lib/libpils.so
-lib/libpils.so.0
-lib/libplumb.a
-lib/libplumb.la
-lib/libplumb.so
-lib/libplumb.so.0
-lib/librecoverymgr.a
-lib/librecoverymgr.la
-lib/librecoverymgr.so
-lib/librecoverymgr.so.0
-lib/libstonith.a
-lib/libstonith.la
-lib/libstonith.so
-lib/libstonith.so.0
-lib/pils/plugins/InterfaceMgr/generic.a
-lib/pils/plugins/InterfaceMgr/generic.la
-lib/pils/plugins/InterfaceMgr/generic.so
-lib/stonith/plugins/stonith/apcmaster.a
-lib/stonith/plugins/stonith/apcmaster.la
-lib/stonith/plugins/stonith/apcmaster.so
-lib/stonith/plugins/stonith/apcsmart.a
-lib/stonith/plugins/stonith/apcsmart.la
-lib/stonith/plugins/stonith/apcsmart.so
-lib/stonith/plugins/stonith/baytech.a
-lib/stonith/plugins/stonith/baytech.la
-lib/stonith/plugins/stonith/baytech.so
-lib/stonith/plugins/stonith/cyclades.a
-lib/stonith/plugins/stonith/cyclades.la
-lib/stonith/plugins/stonith/cyclades.so
-lib/stonith/plugins/stonith/external.a
-lib/stonith/plugins/stonith/external.la
-lib/stonith/plugins/stonith/external.so
-lib/stonith/plugins/stonith/ibmhmc.a
-lib/stonith/plugins/stonith/ibmhmc.la
-lib/stonith/plugins/stonith/ibmhmc.so
-lib/stonith/plugins/stonith/meatware.a
-lib/stonith/plugins/stonith/meatware.la
-lib/stonith/plugins/stonith/meatware.so
-lib/stonith/plugins/stonith/null.a
-lib/stonith/plugins/stonith/null.la
-lib/stonith/plugins/stonith/null.so
-lib/stonith/plugins/stonith/nw_rpc100s.a
-lib/stonith/plugins/stonith/nw_rpc100s.la
-lib/stonith/plugins/stonith/nw_rpc100s.so
-lib/stonith/plugins/stonith/rcd_serial.a
-lib/stonith/plugins/stonith/rcd_serial.la
-lib/stonith/plugins/stonith/rcd_serial.so
-lib/stonith/plugins/stonith/ribcl.py
-lib/stonith/plugins/stonith/riloe.a
-lib/stonith/plugins/stonith/riloe.la
-lib/stonith/plugins/stonith/riloe.so
-lib/stonith/plugins/stonith/rps10.a
-lib/stonith/plugins/stonith/rps10.la
-lib/stonith/plugins/stonith/rps10.so
-lib/stonith/plugins/stonith/ssh.a
-lib/stonith/plugins/stonith/ssh.la
-lib/stonith/plugins/stonith/ssh.so
-lib/stonith/plugins/stonith/wti_nps.a
-lib/stonith/plugins/stonith/wti_nps.la
-lib/stonith/plugins/stonith/wti_nps.so
-lib/stonith/plugins/stonith/drac3.so
-lib/stonith/plugins/stonith/drac3.la
-lib/stonith/plugins/stonith/drac3.a
-sbin/ldirectord
-sbin/meatclient
-sbin/stonith
-sbin/supervise-ldirectord-config
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/DirectoryMap.txt
-%%PORTDOCS%%%%DOCSDIR%%/GettingStarted.html
-%%PORTDOCS%%%%DOCSDIR%%/GettingStarted.txt
-%%PORTDOCS%%%%DOCSDIR%%/HardwareGuide.html
-%%PORTDOCS%%%%DOCSDIR%%/HardwareGuide.txt
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/Requirements.html
-%%PORTDOCS%%%%DOCSDIR%%/Requirements.txt
-%%PORTDOCS%%%%DOCSDIR%%/apphbd.cf
-%%PORTDOCS%%%%DOCSDIR%%/authkeys
-%%PORTDOCS%%%%DOCSDIR%%/faqntips.html
-%%PORTDOCS%%%%DOCSDIR%%/faqntips.txt
-%%PORTDOCS%%%%DOCSDIR%%/ha.cf
-%%PORTDOCS%%%%DOCSDIR%%/haresources
-%%PORTDOCS%%%%DOCSDIR%%/heartbeat_api.html
-%%PORTDOCS%%%%DOCSDIR%%/heartbeat_api.txt
-%%PORTDOCS%%%%DOCSDIR%%/rsync.html
-%%PORTDOCS%%%%DOCSDIR%%/rsync.txt
-%%PORTDOCS%%%%DOCSDIR%%/startstop
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm lib/stonith/plugins/stonith
-@dirrm lib/stonith/plugins
-@dirrm lib/stonith
-@dirrm lib/pils/plugins/InterfaceMgr
-@dirrm lib/pils/plugins
-@dirrm lib/pils
-@dirrm lib/heartbeat/plugins/test
-@dirrm lib/heartbeat/plugins/HBcomm
-@dirrm lib/heartbeat/plugins/HBauth
-@dirrm lib/heartbeat/plugins/AppHBNotification
-@dirrm lib/heartbeat/plugins
-@dirrm lib/heartbeat/cts
-@dirrm lib/heartbeat
-@dirrm include/stonith
-@dirrm include/saf
-@dirrm include/pils
-@dirrm include/ocf
-@dirrm include/heartbeat
-@dirrm include/clplumbing
-@dirrm etc/ha.d/resource.d
-@dirrm etc/ha.d/rc.d
-@dirrmtry etc/ha.d/conf
-@dirrmtry etc/ha.d
-@cwd /
-@dirrmtry var/lock/subsys
-@dirrmtry var/lock
-@dirrmtry var/lib