View | Details | Raw Unified | Return to bug 190972
Collapse All | Expand All

(-)Makefile (-68 / +37 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	heartbeat
4
PORTNAME=	heartbeat
5
PORTVERSION=	2.1.4
5
PORTVERSION=	2.1.4
6
PORTREVISION=	21
6
PORTREVISION=	22
7
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
8
#MASTER_SITES=	http://hg.linux-ha.org/lha-2.1/archive/STABLE-2.1.4.tar.bz2
8
#MASTER_SITES=	http://hg.linux-ha.org/lha-2.1/archive/STABLE-2.1.4.tar.bz2
9
MASTER_SITES=	${MASTER_SITE_LOCAL}
9
MASTER_SITES=	${MASTER_SITE_LOCAL}
Lines 14-33 Link Here
14
MAINTAINER=	ports@encarnate.com
14
MAINTAINER=	ports@encarnate.com
15
COMMENT=	Subsystem for High-Availability Clustering
15
COMMENT=	Subsystem for High-Availability Clustering
16
16
17
BUILD_DEPENDS=	bison:${PORTSDIR}/devel/bison
17
LICENSE=	GPLv2 LGPL21
18
LICENSE_COMB=	multi
18
19
19
LIB_DEPENDS=	libgnutls.so:${PORTSDIR}/security/gnutls \
20
LIB_DEPENDS=	libgnutls.so:${PORTSDIR}/security/gnutls \
20
		libnet.so:${PORTSDIR}/net/libnet \
21
		libnet.so:${PORTSDIR}/net/libnet \
21
		libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
22
		libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
22
		libxml2.so:${PORTSDIR}/textproc/libxml2
23
		libxml2.so:${PORTSDIR}/textproc/libxml2
24
BUILD_DEPENDS=	bison:${PORTSDIR}/devel/bison
23
PATCH_DEPENDS=	libtool:${PORTSDIR}/devel/libtool
25
PATCH_DEPENDS=	libtool:${PORTSDIR}/devel/libtool
24
26
25
USE_AUTOTOOLS=	autoconf autoheader automake aclocal libtool libltdl
27
USE_AUTOTOOLS=	autoconf autoheader automake aclocal libltdl libtoolize
26
AUTOMAKE_ARGS+=	--add-missing --include-deps --copy
28
AUTOMAKE_ARGS+=	--add-missing --include-deps --copy
27
ACLOCAL_ARGS+=	-I ${LOCALBASE}/share/aclocal
29
ACLOCAL_ARGS+=	-I ${LOCALBASE}/share/aclocal
28
30
29
USE_BZIP2=	yes
31
USES=		gettext gmake libtool pkgconfig tar:bzip2 shebangfix
30
USES=		gettext gmake pkgconfig
32
SHEBANG_FILES=	ldirectord/ldirectord.in
31
USE_GNOME=	glib20
33
USE_GNOME=	glib20
32
USE_LDCONFIG=	yes
34
USE_LDCONFIG=	yes
33
USE_PYTHON=	yes
35
USE_PYTHON=	yes
Lines 34-39 Link Here
34
36
35
GNU_CONFIGURE=	yes
37
GNU_CONFIGURE=	yes
36
38
39
USERS=		hacluster
40
GROUPS=		haclient
41
37
CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/libnet11
42
CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/libnet11
38
LDFLAGS+=	-L${LOCALBASE}/lib -L${LOCALBASE}/lib/libnet11
43
LDFLAGS+=	-L${LOCALBASE}/lib -L${LOCALBASE}/lib/libnet11
39
44
Lines 49-76 Link Here
49
		--disable-fatal-warnings
54
		--disable-fatal-warnings
50
55
51
SUB_FILES=	pkg-install pkg-message
56
SUB_FILES=	pkg-install pkg-message
52
SUB_LIST=	BATCH=${BATCH}
53
57
54
PKGDEINSTALL=	${PKGINSTALL}
58
PKGDEINSTALL=	${PKGINSTALL}
55
59
60
PLIST_SUB=	USER=${USERS} GROUP=${GROUPS}
56
61
57
MAN1=		cl_status.1 ha_logger.1 hb_addnode.1 hb_delnode.1 hb_standby.1 hb_takeover.1
62
OPTIONS_DEFINE=		MGMT LDIRECTORD APCSNMP DRAC3
58
MAN8=		apphbd.8 cibadmin.8 crm_resource.8 ha_logd.8 heartbeat.8 \
59
		meatclient.8 stonith.8
60
61
OPTIONS_DEFINE=MGMT LDIRECTORD APCSNMP DRAC3
62
MGMT_DESC=		Enable X11 Management Utilities
63
MGMT_DESC=		Enable X11 Management Utilities
63
LDIRECTORD_DESC=	Enable Linux Director Daemon
64
LDIRECTORD_DESC=	Enable Linux Director Daemon
64
APCSNMP_DESC=		Enable APC SNMP Stonith Device
65
APCSNMP_DESC=		Enable APC SNMP Stonith Device
65
DRAC3_DESC=		Enable Dell DRACIII Stonith Device
66
DRAC3_DESC=		Enable Dell DRACIII Stonith Device
66
67
67
NO_STAGE=	yes
68
APCSNMP_LIB_DEPENDS=	netsnmp:${PORTSDIR}/net-mgmt/net-snmp
69
DRAC3_LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
70
68
.include <bsd.port.options.mk>
71
.include <bsd.port.options.mk>
69
72
70
.if !defined(BATCH)
71
BATCH=NO
72
.endif
73
74
.if ${PORT_OPTIONS:MMGMT}
73
.if ${PORT_OPTIONS:MMGMT}
75
BUILD_DEPENDS+=		swig:${PORTSDIR}/devel/swig13
74
BUILD_DEPENDS+=		swig:${PORTSDIR}/devel/swig13
76
RUN_DEPENDS+=		${LOCALBASE}/libdata/pkgconfig/pygtk-2.0.pc:${PORTSDIR}/x11-toolkits/py-gtk2
75
RUN_DEPENDS+=		${LOCALBASE}/libdata/pkgconfig/pygtk-2.0.pc:${PORTSDIR}/x11-toolkits/py-gtk2
Lines 86-126 Link Here
86
USES+=			perl5
85
USES+=			perl5
87
USE_PERL5=		run
86
USE_PERL5=		run
88
PLIST_SUB+=		LDIRECTORD=""
87
PLIST_SUB+=		LDIRECTORD=""
89
MAN8+=			ldirectord.8
90
.else
88
.else
91
CONFIGURE_ARGS+=	--disable-ldirectord
89
CONFIGURE_ARGS+=	--disable-ldirectord
92
PLIST_SUB+=		LDIRECTORD="@comment "
90
PLIST_SUB+=		LDIRECTORD="@comment "
93
.endif
91
.endif
94
92
95
.if ${PORT_OPTIONS:MAPCSNMP} || exists (${PREFIX}/lib/libnetsnmp.so)
93
.if ${PORT_OPTIONS:MAPCSNMP}
96
LIB_DEPENDS+=	netsnmp:${PORTSDIR}/net-mgmt/net-snmp
97
PLIST_SUB+=	APCSNMP=""
94
PLIST_SUB+=	APCSNMP=""
98
.else
95
.else
99
PLIST_SUB+=	APCSNMP="@comment "
96
PLIST_SUB+=	APCSNMP="@comment "
100
.endif
97
.endif
101
98
102
.if ${PORT_OPTIONS:MDRAC3} || exists (${PREFIX}/lib/libcurl.so)
99
.if ${PORT_OPTIONS:MDRAC3}
103
LIB_DEPENDS+=	curl:${PORTSDIR}/ftp/curl
104
PLIST_SUB+=	DRAC3=""
100
PLIST_SUB+=	DRAC3=""
105
.else
101
.else
106
PLIST_SUB+=	DRAC3="@comment "
102
PLIST_SUB+=	DRAC3="@comment "
107
.endif
103
.endif
108
104
109
.if ${PORT_OPTIONS:MDOCS}
110
PLIST_SUB+=		NOPORTDOCS=""
111
.else
112
PLIST_SUB+=		NOPORTDOCS="@comment "
113
.endif
114
115
# BladeHPI Stonith Automagic Building
105
# BladeHPI Stonith Automagic Building
116
.if exists (${PREFIX}/include/openhpi/SaHpi.h)
106
.if exists (${STAGEDIR}${PREFIX}/include/openhpi/SaHpi.h)
117
PLIST_SUB+=	HPI=""
107
PLIST_SUB+=	HPI=""
118
.else
108
.else
119
PLIST_SUB+=	HPI="@comment "
109
PLIST_SUB+=	HPI="@comment "
120
.endif
110
.endif
121
111
122
# IPMI Lan Stonight Automagic Building
112
# IPMI Lan Stonith Automagic Building
123
.if exists (${PREFIX}/include/ipmilan.h)
113
.if exists (${STAGEDIR}${PREFIX}/include/ipmilan.h)
124
PLIST_SUB+=	IPMI=""
114
PLIST_SUB+=	IPMI=""
125
.else
115
.else
126
PLIST_SUB+=	IPMI="@comment "
116
PLIST_SUB+=	IPMI="@comment "
Lines 127-139 Link Here
127
.endif
117
.endif
128
118
129
# VACM Stonith Automagic Building
119
# VACM Stonith Automagic Building
130
.if exists (${PREFIX}/include/vacmclient_api.h)
120
.if exists (${STAGEDIR}${PREFIX}/include/vacmclient_api.h)
131
PLIST_SUB+=	VACM=""
121
PLIST_SUB+=	VACM=""
132
.else
122
.else
133
PLIST_SUB+=	VACM="@comment "
123
PLIST_SUB+=	VACM="@comment "
134
.endif
124
.endif
135
125
136
pre-patch:
126
post-extract:
137
	@${MV} ${WRKDIR}/Heartbeat-STABLE-2-1-${DISTNAME} ${WRKSRC}
127
	@${MV} ${WRKDIR}/Heartbeat-STABLE-2-1-${DISTNAME} ${WRKSRC}
138
	@${CP} -f ${FILESDIR}/heartbeat.in ${WRKSRC}/heartbeat/init.d/
128
	@${CP} -f ${FILESDIR}/heartbeat.in ${WRKSRC}/heartbeat/init.d/
139
129
Lines 163-209 Link Here
163
	@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
153
	@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
164
154
165
post-install:
155
post-install:
156
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.*
157
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/heartbeat/plugins/*/*.so
158
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pils/plugins/InterfaceMgr/generic.so
159
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/stonith/plugins/stonith2/*.so
160
	${MKDIR} -m 0750 ${STAGEDIR}/var/run/heartbeat/pengine
161
	${TOUCH} ${STAGEDIR}/var/run/heartbeat.pid
162
163
.if ${PORT_OPTIONS:MMGMT}
164
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/heartbeat-gui/_pymgmt.so.0.0.0
165
.endif
166
166
.if ${PORT_OPTIONS:MDOCS}
167
.if ${PORT_OPTIONS:MDOCS}
167
	# Install sample configuration
168
	# Install sample configuration
168
	@if [ ! -f ${PREFIX}/etc/ha.d/authkeys ]; then \
169
	${CP} -p ${STAGEDIR}${DOCSDIR}/authkeys ${STAGEDIR}${PREFIX}/etc/ha.d/authkeys.sample
169
		${CP} -p ${DOCSDIR}/authkeys ${PREFIX}/etc/ha.d/authkeys ; \
170
	${CP} -p ${STAGEDIR}${DOCSDIR}/ha.cf ${STAGEDIR}${PREFIX}/etc/ha.d/ha.cf.sample
170
	fi
171
	${CP} -p ${STAGEDIR}${DOCSDIR}/logd.cf ${STAGEDIR}${PREFIX}/etc/ha.d/logd.cf.sample
171
	${CP} -p ${DOCSDIR}/authkeys ${PREFIX}/etc/ha.d/authkeys.sample
172
	${CHMOD} 600 ${PREFIX}/etc/ha.d/authkeys*
173
174
	@if [ ! -f ${PREFIX}/etc/ha.d/ha.cf ]; then \
175
		${CP} -p ${DOCSDIR}/ha.cf ${PREFIX}/etc/ha.d/ha.cf ; \
176
	fi
177
	${CP} -p ${DOCSDIR}/ha.cf ${PREFIX}/etc/ha.d/ha.cf.sample
178
179
	@if [ ! -f ${PREFIX}/etc/ha.d/logd.cf ]; then \
180
		${CP} -p ${DOCSDIR}/logd.cf ${PREFIX}/etc/ha.d/logd.cf ; \
181
	fi
182
	${CP} -p ${DOCSDIR}/logd.cf ${PREFIX}/etc/ha.d/logd.cf.sample
183
.endif
172
.endif
184
173
185
.if ${PORT_OPTIONS:MLDIRECTORD}
174
.if ${PORT_OPTIONS:MLDIRECTORD}
186
	@if [ ! -f ${PREFIX}/etc/ha.d/ldirectord.cf ]; then \
175
	${CP} -p ${WRKSRC}/ldirectord/ldirectord.cf ${STAGEDIR}${PREFIX}/etc/ha.d/ldirectord.cf.sample
187
		${CP} -p ${WRKSRC}/ldirectord/ldirectord.cf ${PREFIX}/etc/ha.d/ldirectord.cf ; \
188
		${CP} -p ${WRKSRC}/ldirectord/ldirectord.cf ${PREFIX}/etc/ha.d/ldirectord.cf.sample ; \
189
	fi
190
.endif
176
.endif
191
177
192
	# Some subdirs treat man as documentation, therefor we have to install
193
	# those man pages manually if NOPORTDOCS is defined.
194
195
.if ${PORT_OPTIONS:MDOCS}
196
	# Some subdirs treat man as documentation, therefor we have to install
197
	# those man pages manually if NOPORTDOCS is defined.
198
199
.for f in ${MAN1}
200
	${INSTALL_MAN} ${WRKSRC}/doc/${f} ${MANPREFIX}/man/man1
201
.endfor
202
.for f in apphbd.8 cibadmin.8 crm_resource.8 ha_logd.8 heartbeat.8
203
	${INSTALL_MAN} ${WRKSRC}/doc/${f} ${MANPREFIX}/man/man8
204
.endfor
205
.endif
206
207
	@${CAT} ${PKGMESSAGE}
208
209
.include <bsd.port.mk>
178
.include <bsd.port.mk>
(-)files/patch-tools-Makefile.am (-2 / +10 lines)
Lines 1-5 Link Here
1
--- tools/Makefile.am.orig	2008-08-18 12:32:19.000000000 +0000
1
--- tools/Makefile.am.orig	2008-08-18 14:32:19.000000000 +0200
2
+++ tools/Makefile.am	2013-11-08 13:57:58.000000000 +0000
2
+++ tools/Makefile.am	2014-06-14 22:45:13.793133353 +0200
3
@@ -43,7 +43,7 @@
3
@@ -43,7 +43,7 @@
4
 
4
 
5
 ## SOURCES
5
 ## SOURCES
Lines 9-11 Link Here
9
 
9
 
10
 cl_status_SOURCES	= cl_status.c
10
 cl_status_SOURCES	= cl_status.c
11
 # A little trick. Now ccdv can be auto-built but not auto-cleaned.
11
 # A little trick. Now ccdv can be auto-built but not auto-cleaned.
12
@@ -85,7 +85,5 @@
13
 		  $(LIBRT)
14
 
15
 install-data-hook:    # install-exec-hook doesn't work (!)
16
-	-chgrp $(apigid) $(DESTDIR)/$(habindir)/cl_status
17
-	-chmod g+s,a-w $(DESTDIR)/$(habindir)/cl_status
18
 
19
 .PHONY: install-exec-hook
(-)files/pkg-install.in (-113 lines)
Lines 1-80 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
USER=hacluster
4
GROUP=haclient
5
UID=275
6
GID=${UID}
7
8
BATCH=${BATCH:-%%BATCH%%}
9
PREFIX=${PREFIX:-%%PREFIX%%}
3
PREFIX=${PREFIX:-%%PREFIX%%}
10
4
11
case $2 in
5
case $2 in
12
6
13
PRE-INSTALL)
14
15
	echo -e "\n\n"
16
17
	# Create account
18
	echo -n "Creating heartbeat user group... "
19
	if pw group show "${GROUP}" >/dev/null 2>&1; then
20
		echo "Group \"${GROUP}\" already exists."
21
	else
22
		if pw groupadd ${GROUP} -g ${GID}; then
23
			echo "Added group \"${GROUP}\"."
24
		else
25
			echo "Adding group \"${GROUP}\" failed..."
26
			exit 1
27
		fi
28
	fi
29
30
	echo -n "Creating heartbeat user id... "
31
	if pw user show "${USER}" >/dev/null 2>&1; then
32
		echo "User \"${USER}\" already exists."
33
	else
34
		if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \
35
			-d /nonexistent -s /sbin/nologin -c "Heartbeat Daemon"
36
		then
37
			echo "Added user \"${USER}\"."
38
		else
39
			echo "Adding user \"${USER}\" failed..."
40
			exit 1
41
		fi
42
	fi
43
44
45
	# Create /var environment
46
	echo -n "Creating /var environment... "
47
	test -d /var/run/heartbeat/ccm || \
48
		install -d -m 750 -o ${USER} -g ${GROUP} /var/run/heartbeat/ccm
49
	test -d /var/run/heartbeat/crm || \
50
		install -d -m 750 -o ${USER} -g ${GROUP} /var/run/heartbeat/crm
51
	test -d /var/lib/heartbeat/cores || \
52
		install -d -m 755 /var/lib/heartbeat/cores
53
	test -d /var/lib/heartbeat/cores/hacluster || \
54
		install -d -m 700 -o ${USER} /var/lib/heartbeat/cores/hacluster
55
	test -d /var/lib/heartbeat/cores/nobody || \
56
		install -d -m 700 -o nobody /var/lib/heartbeat/cores/nobody
57
	test -d /var/lib/heartbeat/cores/root || \
58
		install -d -m 700 /var/lib/heartbeat/cores/root
59
	test -d /var/lib/heartbeat/crm || \
60
		install -d -m 750 -o ${USER} -g ${GROUP} /var/lib/heartbeat/crm
61
	test -d /var/lib/heartbeat/fencing || \
62
		install -d -m 770 -g ${GROUP} /var/lib/heartbeat/fencing
63
	test -d /var/lib/heartbeat/lrm || \
64
		install -d -m 770 -g ${GROUP} /var/lib/heartbeat/lrm
65
	test -d /var/lib/heartbeat/mgmt || \
66
		install -d -m 770 -g ${GROUP} /var/lib/heartbeat/mgmt
67
	test -d /var/lib/heartbeat/pengine || \
68
		install -d -m 750 -o ${USER} -g ${GROUP} /var/run/heartbeat/pengine
69
	test -f /var/run/heartbeat.pid || \
70
		install -m 644 -o ${USER} -g ${GROUP} /dev/null \
71
			/var/run/heartbeat.pid
72
	echo "DONE"
73
74
	echo -e "\n\n"
75
76
	;;
77
78
DEINSTALL)
7
DEINSTALL)
79
8
80
	echo -e "\n\n"
9
	echo -e "\n\n"
Lines 88-133 Link Here
88
	else
17
	else
89
		echo "NO"
18
		echo "NO"
90
	fi
19
	fi
91
92
	# Remove Heartbeat account
93
	echo -n "Removing heartbeat account... "
94
	pw groupdel -n ${GROUP}
95
	pw userdel -n ${USER}
96
	echo "DONE"
97
98
	# Cleanup /var environment
99
	echo -n "Cleaning up /var environment... "
100
101
	if [ "$BATCH" = "NO" ]; then
102
		echo ""
103
		default="n"
104
		read -p "    Remove runtime files (cluster config)? [yn]: " answer
105
106
		case "$answer" in
107
			[Yy]*)	answer=y ;;
108
			[Nn]*)	answer=n ;;
109
			*)		answer=n ;;
110
		esac
111
112
		if [ "$answer" = "y" ]; then
113
			echo -n "    Removing runtime files... "
114
			test -d /var/run/heartbeat && \
115
				rm -r /var/run/heartbeat
116
			test -d /var/lib/heartbeat && \
117
				rm -r /var/lib/heartbeat
118
			test -f /var/lock/subsys/heartbeat && \
119
				rm /var/lock/subsys/heartbeat
120
			test -f /var/run/heartbeat.pid && \
121
				rm /var/run/heartbeat.pid
122
			echo "DONE"
123
		else
124
			echo "Preserving runtime files... DONE"
125
		fi
126
	else
127
		echo "NA"
128
	fi
129
130
	echo -e "\n\n"
131
132
	;;
133
esac
20
esac
(-)pkg-plist (-75 / +83 lines)
Lines 1-17 Link Here
1
bin/cl_respawn
1
bin/cl_respawn
2
@group %%GROUP%%
3
@mode 2555
2
bin/cl_status
4
bin/cl_status
5
@group
6
@mode
3
%%MGMT%%bin/hb_gui
7
%%MGMT%%bin/hb_gui
4
etc/ha.d/README.config
8
etc/ha.d/README.config
5
%%NOPORTDOCS%%@unexec if cmp -s %D/etc/ha.d/authkeys.sample %D/etc/ha.d/authkeys; then rm -f %D/etc/ha.d/authkeys; fi
9
%%PORTDOCS%%@unexec if cmp -s %D/etc/ha.d/authkeys.sample %D/etc/ha.d/authkeys; then rm -f %D/etc/ha.d/authkeys; fi
6
%%NOPORTDOCS%%etc/ha.d/authkeys.sample
10
@mode 0600
7
%%NOPORTDOCS%%@exec if [ ! -f %D/etc/ha.d/authkeys ]; then cp -p %D/%F %B/authkeys; fi
11
%%PORTDOCS%%etc/ha.d/authkeys.sample
8
%%NOPORTDOCS%%@unexec if cmp -s %D/etc/ha.d/ha.cf.sample %D/etc/ha.d/ha.cf; then rm -f %D/etc/ha.d/ha.cf; fi
12
@mode
9
%%NOPORTDOCS%%etc/ha.d/ha.cf.sample
13
%%PORTDOCS%%@exec if [ ! -f %D/etc/ha.d/authkeys ]; then cp -p %D/%F %B/authkeys; fi
10
%%NOPORTDOCS%%@exec if [ ! -f %D/etc/ha.d/ha.cf ]; then cp -p %D/%F %B/ha.cf; fi
14
%%PORTDOCS%%@unexec if cmp -s %D/etc/ha.d/ha.cf.sample %D/etc/ha.d/ha.cf; then rm -f %D/etc/ha.d/ha.cf; fi
15
%%PORTDOCS%%etc/ha.d/ha.cf.sample
16
%%PORTDOCS%%@exec if [ ! -f %D/etc/ha.d/ha.cf ]; then cp -p %D/%F %B/ha.cf; fi
11
etc/ha.d/harc
17
etc/ha.d/harc
12
%%NOPORTDOCS%%@unexec if cmp -s %D/etc/ha.d/logd.cf.sample %D/etc/ha.d/logd.cf; then rm -f %D/etc/ha.d/logd.cf; fi
18
%%PORTDOCS%%@unexec if cmp -s %D/etc/ha.d/logd.cf.sample %D/etc/ha.d/logd.cf; then rm -f %D/etc/ha.d/logd.cf; fi
13
%%NOPORTDOCS%%etc/ha.d/logd.cf.sample
19
%%PORTDOCS%%etc/ha.d/logd.cf.sample
14
%%NOPORTDOCS%%@exec if [ ! -f %D/etc/ha.d/logd.cf ]; then cp -p %D/%F %B/logd.cf; fi
20
%%PORTDOCS%%@exec if [ ! -f %D/etc/ha.d/logd.cf ]; then cp -p %D/%F %B/logd.cf; fi
15
%%LDIRECTORD%%@unexec if cmp -s %D/etc/ha.d/ldirectord.cf.sample %D/etc/ha.d/ldirectord.cf; then rm -f %D/etc/ha.d/ldirectord.cf; fi
21
%%LDIRECTORD%%@unexec if cmp -s %D/etc/ha.d/ldirectord.cf.sample %D/etc/ha.d/ldirectord.cf; then rm -f %D/etc/ha.d/ldirectord.cf; fi
16
%%LDIRECTORD%%etc/ha.d/ldirectord.cf.sample
22
%%LDIRECTORD%%etc/ha.d/ldirectord.cf.sample
17
%%LDIRECTORD%%@exec if [ ! -f %D/etc/ha.d/ldirectord.cf ]; then cp -p %D/%F %B/ldirectord.cf; fi
23
%%LDIRECTORD%%@exec if [ ! -f %D/etc/ha.d/ldirectord.cf ]; then cp -p %D/%F %B/ldirectord.cf; fi
Lines 99-106 Link Here
99
etc/ocf/resource.d/heartbeat/portblock
105
etc/ocf/resource.d/heartbeat/portblock
100
etc/ocf/resource.d/heartbeat/rsyncd
106
etc/ocf/resource.d/heartbeat/rsyncd
101
etc/ocf/resource.d/heartbeat/tomcat
107
etc/ocf/resource.d/heartbeat/tomcat
108
%%MGMT%%etc/pam.d/hbmgmtd
102
etc/rc.d/heartbeat
109
etc/rc.d/heartbeat
103
%%LDIRECTORD%%etc/rc.d/ldirectord.sh
110
%%LDIRECTORD%%etc/rc.d/ldirectord
104
include/clplumbing/GSource.h
111
include/clplumbing/GSource.h
105
include/clplumbing/GSource_internal.h
112
include/clplumbing/GSource_internal.h
106
include/clplumbing/Gmain_timeout.h
113
include/clplumbing/Gmain_timeout.h
Lines 189-198 Link Here
189
include/stonith/stonith.h
196
include/stonith/stonith.h
190
include/stonith/stonith_plugin.h
197
include/stonith/stonith_plugin.h
191
%%MGMT%%lib/heartbeat-gui/_pymgmt.a
198
%%MGMT%%lib/heartbeat-gui/_pymgmt.a
192
%%MGMT%%lib/heartbeat-gui/_pymgmt.la
193
%%MGMT%%lib/heartbeat-gui/_pymgmt.so
199
%%MGMT%%lib/heartbeat-gui/_pymgmt.so
194
%%MGMT%%lib/heartbeat-gui/_pymgmt.so.0
200
%%MGMT%%lib/heartbeat-gui/_pymgmt.so.0
201
%%MGMT%%lib/heartbeat-gui/_pymgmt.so.0.0.0
195
%%MGMT%%lib/heartbeat-gui/haclient.py
202
%%MGMT%%lib/heartbeat-gui/haclient.py
203
%%MGMT%%lib/heartbeat-gui/pymgmt.py
196
lib/heartbeat/BasicSanityCheck
204
lib/heartbeat/BasicSanityCheck
197
lib/heartbeat/ResourceManager
205
lib/heartbeat/ResourceManager
198
lib/heartbeat/TestHeartbeatComm
206
lib/heartbeat/TestHeartbeatComm
Lines 249-321 Link Here
249
lib/heartbeat/pengine
257
lib/heartbeat/pengine
250
lib/heartbeat/pingd
258
lib/heartbeat/pingd
251
lib/heartbeat/plugins/AppHBNotification/recmgr.a
259
lib/heartbeat/plugins/AppHBNotification/recmgr.a
252
lib/heartbeat/plugins/AppHBNotification/recmgr.la
253
lib/heartbeat/plugins/AppHBNotification/recmgr.so
260
lib/heartbeat/plugins/AppHBNotification/recmgr.so
254
lib/heartbeat/plugins/HBauth/crc.a
261
lib/heartbeat/plugins/HBauth/crc.a
255
lib/heartbeat/plugins/HBauth/crc.la
256
lib/heartbeat/plugins/HBauth/crc.so
262
lib/heartbeat/plugins/HBauth/crc.so
257
lib/heartbeat/plugins/HBauth/md5.a
263
lib/heartbeat/plugins/HBauth/md5.a
258
lib/heartbeat/plugins/HBauth/md5.la
259
lib/heartbeat/plugins/HBauth/md5.so
264
lib/heartbeat/plugins/HBauth/md5.so
260
lib/heartbeat/plugins/HBauth/sha1.a
265
lib/heartbeat/plugins/HBauth/sha1.a
261
lib/heartbeat/plugins/HBauth/sha1.la
262
lib/heartbeat/plugins/HBauth/sha1.so
266
lib/heartbeat/plugins/HBauth/sha1.so
263
lib/heartbeat/plugins/HBcomm/bcast.a
267
lib/heartbeat/plugins/HBcomm/bcast.a
264
lib/heartbeat/plugins/HBcomm/bcast.la
265
lib/heartbeat/plugins/HBcomm/bcast.so
268
lib/heartbeat/plugins/HBcomm/bcast.so
266
lib/heartbeat/plugins/HBcomm/mcast.a
269
lib/heartbeat/plugins/HBcomm/mcast.a
267
lib/heartbeat/plugins/HBcomm/mcast.la
268
lib/heartbeat/plugins/HBcomm/mcast.so
270
lib/heartbeat/plugins/HBcomm/mcast.so
269
lib/heartbeat/plugins/HBcomm/ping.a
271
lib/heartbeat/plugins/HBcomm/ping.a
270
lib/heartbeat/plugins/HBcomm/ping.la
271
lib/heartbeat/plugins/HBcomm/ping.so
272
lib/heartbeat/plugins/HBcomm/ping.so
272
lib/heartbeat/plugins/HBcomm/ping_group.a
273
lib/heartbeat/plugins/HBcomm/ping_group.a
273
lib/heartbeat/plugins/HBcomm/ping_group.la
274
lib/heartbeat/plugins/HBcomm/ping_group.so
274
lib/heartbeat/plugins/HBcomm/ping_group.so
275
lib/heartbeat/plugins/HBcomm/serial.a
275
lib/heartbeat/plugins/HBcomm/serial.a
276
lib/heartbeat/plugins/HBcomm/serial.la
277
lib/heartbeat/plugins/HBcomm/serial.so
276
lib/heartbeat/plugins/HBcomm/serial.so
278
lib/heartbeat/plugins/HBcomm/ucast.a
277
lib/heartbeat/plugins/HBcomm/ucast.a
279
lib/heartbeat/plugins/HBcomm/ucast.la
280
lib/heartbeat/plugins/HBcomm/ucast.so
278
lib/heartbeat/plugins/HBcomm/ucast.so
281
lib/heartbeat/plugins/HBcompress/bz2.a
279
lib/heartbeat/plugins/HBcompress/bz2.a
282
lib/heartbeat/plugins/HBcompress/bz2.la
283
lib/heartbeat/plugins/HBcompress/bz2.so
280
lib/heartbeat/plugins/HBcompress/bz2.so
284
lib/heartbeat/plugins/HBcompress/zlib.a
281
lib/heartbeat/plugins/HBcompress/zlib.a
285
lib/heartbeat/plugins/HBcompress/zlib.la
286
lib/heartbeat/plugins/HBcompress/zlib.so
282
lib/heartbeat/plugins/HBcompress/zlib.so
287
lib/heartbeat/plugins/RAExec/heartbeat.a
283
lib/heartbeat/plugins/RAExec/heartbeat.a
288
lib/heartbeat/plugins/RAExec/heartbeat.la
289
lib/heartbeat/plugins/RAExec/heartbeat.so
284
lib/heartbeat/plugins/RAExec/heartbeat.so
290
lib/heartbeat/plugins/RAExec/lsb.a
285
lib/heartbeat/plugins/RAExec/lsb.a
291
lib/heartbeat/plugins/RAExec/lsb.la
292
lib/heartbeat/plugins/RAExec/lsb.so
286
lib/heartbeat/plugins/RAExec/lsb.so
293
lib/heartbeat/plugins/RAExec/ocf.a
287
lib/heartbeat/plugins/RAExec/ocf.a
294
lib/heartbeat/plugins/RAExec/ocf.la
295
lib/heartbeat/plugins/RAExec/ocf.so
288
lib/heartbeat/plugins/RAExec/ocf.so
296
lib/heartbeat/plugins/RAExec/stonith.a
289
lib/heartbeat/plugins/RAExec/stonith.a
297
lib/heartbeat/plugins/RAExec/stonith.la
298
lib/heartbeat/plugins/RAExec/stonith.so
290
lib/heartbeat/plugins/RAExec/stonith.so
299
lib/heartbeat/plugins/quorum/majority.a
291
lib/heartbeat/plugins/quorum/majority.a
300
lib/heartbeat/plugins/quorum/majority.la
301
lib/heartbeat/plugins/quorum/majority.so
292
lib/heartbeat/plugins/quorum/majority.so
302
lib/heartbeat/plugins/quorum/quorumd.a
293
lib/heartbeat/plugins/quorum/quorumd.a
303
lib/heartbeat/plugins/quorum/quorumd.la
304
lib/heartbeat/plugins/quorum/quorumd.so
294
lib/heartbeat/plugins/quorum/quorumd.so
305
lib/heartbeat/plugins/quorum/twonodes.a
295
lib/heartbeat/plugins/quorum/twonodes.a
306
lib/heartbeat/plugins/quorum/twonodes.la
307
lib/heartbeat/plugins/quorum/twonodes.so
296
lib/heartbeat/plugins/quorum/twonodes.so
308
lib/heartbeat/plugins/quorum/weight.a
297
lib/heartbeat/plugins/quorum/weight.a
309
lib/heartbeat/plugins/quorum/weight.la
310
lib/heartbeat/plugins/quorum/weight.so
298
lib/heartbeat/plugins/quorum/weight.so
311
lib/heartbeat/plugins/quorumd/2_0_8.a
299
lib/heartbeat/plugins/quorumd/2_0_8.a
312
lib/heartbeat/plugins/quorumd/2_0_8.la
313
lib/heartbeat/plugins/quorumd/2_0_8.so
300
lib/heartbeat/plugins/quorumd/2_0_8.so
314
lib/heartbeat/plugins/test/test.a
301
lib/heartbeat/plugins/test/test.a
315
lib/heartbeat/plugins/test/test.la
316
lib/heartbeat/plugins/test/test.so
302
lib/heartbeat/plugins/test/test.so
317
lib/heartbeat/plugins/tiebreaker/twonodes.a
303
lib/heartbeat/plugins/tiebreaker/twonodes.a
318
lib/heartbeat/plugins/tiebreaker/twonodes.la
319
lib/heartbeat/plugins/tiebreaker/twonodes.so
304
lib/heartbeat/plugins/tiebreaker/twonodes.so
320
lib/heartbeat/quorumd
305
lib/heartbeat/quorumd
321
lib/heartbeat/quorumdtest
306
lib/heartbeat/quorumdtest
Lines 330-420 Link Here
330
lib/heartbeat/ttest
315
lib/heartbeat/ttest
331
lib/heartbeat/utillib.sh
316
lib/heartbeat/utillib.sh
332
lib/libapphb.a
317
lib/libapphb.a
333
lib/libapphb.la
334
lib/libapphb.so
318
lib/libapphb.so
335
lib/libapphb.so.0
319
lib/libapphb.so.0
320
lib/libapphb.so.0.0.0
336
lib/libccmclient.a
321
lib/libccmclient.a
337
lib/libccmclient.la
338
lib/libccmclient.so
322
lib/libccmclient.so
339
lib/libccmclient.so.1
323
lib/libccmclient.so.1
324
lib/libccmclient.so.1.0.0
340
lib/libcib.a
325
lib/libcib.a
341
lib/libcib.la
342
lib/libcib.so
326
lib/libcib.so
343
lib/libcib.so.1
327
lib/libcib.so.1
328
lib/libcib.so.1.0.1
344
lib/libclm.a
329
lib/libclm.a
345
lib/libclm.la
346
lib/libclm.so
330
lib/libclm.so
347
lib/libclm.so.1
331
lib/libclm.so.1
332
lib/libclm.so.1.0.0
348
lib/libcrmcommon.a
333
lib/libcrmcommon.a
349
lib/libcrmcommon.la
350
lib/libcrmcommon.so
334
lib/libcrmcommon.so
351
lib/libcrmcommon.so.1
335
lib/libcrmcommon.so.1
336
lib/libcrmcommon.so.1.0.1
352
lib/libhbclient.a
337
lib/libhbclient.a
353
lib/libhbclient.la
354
lib/libhbclient.so
338
lib/libhbclient.so
355
lib/libhbclient.so.1
339
lib/libhbclient.so.1
340
lib/libhbclient.so.1.0.0
356
%%MGMT%%lib/libhbmgmt.a
341
%%MGMT%%lib/libhbmgmt.a
357
%%MGMT%%lib/libhbmgmt.la
358
%%MGMT%%lib/libhbmgmt.so
342
%%MGMT%%lib/libhbmgmt.so
359
%%MGMT%%lib/libhbmgmt.so.0
343
%%MGMT%%lib/libhbmgmt.so.0
344
%%MGMT%%lib/libhbmgmt.so.0.0.0
360
%%MGMT%%lib/libhbmgmtclient.a
345
%%MGMT%%lib/libhbmgmtclient.a
361
%%MGMT%%lib/libhbmgmtclient.la
362
%%MGMT%%lib/libhbmgmtclient.so
346
%%MGMT%%lib/libhbmgmtclient.so
363
%%MGMT%%lib/libhbmgmtclient.so.0
347
%%MGMT%%lib/libhbmgmtclient.so.0
348
%%MGMT%%lib/libhbmgmtclient.so.0.0.0
364
%%MGMT%%lib/libhbmgmtcommon.a
349
%%MGMT%%lib/libhbmgmtcommon.a
365
%%MGMT%%lib/libhbmgmtcommon.la
366
%%MGMT%%lib/libhbmgmtcommon.so
350
%%MGMT%%lib/libhbmgmtcommon.so
367
%%MGMT%%lib/libhbmgmtcommon.so.0
351
%%MGMT%%lib/libhbmgmtcommon.so.0
352
%%MGMT%%lib/libhbmgmtcommon.so.0.0.0
368
%%MGMT%%lib/libhbmgmttls.a
353
%%MGMT%%lib/libhbmgmttls.a
369
%%MGMT%%lib/libhbmgmttls.la
370
%%MGMT%%lib/libhbmgmttls.so
354
%%MGMT%%lib/libhbmgmttls.so
371
%%MGMT%%lib/libhbmgmttls.so.0
355
%%MGMT%%lib/libhbmgmttls.so.0
356
%%MGMT%%lib/libhbmgmttls.so.0.0.0
372
lib/liblrm.a
357
lib/liblrm.a
373
lib/liblrm.la
374
lib/liblrm.so
358
lib/liblrm.so
375
lib/liblrm.so.0
359
lib/liblrm.so.0
360
lib/liblrm.so.0.0.0
376
lib/libpe_rules.a
361
lib/libpe_rules.a
377
lib/libpe_rules.la
378
lib/libpe_rules.so
362
lib/libpe_rules.so
379
lib/libpe_rules.so.2
363
lib/libpe_rules.so.2
364
lib/libpe_rules.so.2.0.0
380
lib/libpe_status.a
365
lib/libpe_status.a
381
lib/libpe_status.la
382
lib/libpe_status.so
366
lib/libpe_status.so
383
lib/libpe_status.so.2
367
lib/libpe_status.so.2
368
lib/libpe_status.so.2.0.0
384
lib/libpengine.a
369
lib/libpengine.a
385
lib/libpengine.la
386
lib/libpengine.so
370
lib/libpengine.so
387
lib/libpengine.so.3
371
lib/libpengine.so.3
372
lib/libpengine.so.3.0.0
388
lib/libpils.a
373
lib/libpils.a
389
lib/libpils.la
390
lib/libpils.so
374
lib/libpils.so
391
lib/libpils.so.1
375
lib/libpils.so.1
376
lib/libpils.so.1.0.0
392
lib/libplumb.a
377
lib/libplumb.a
393
lib/libplumb.la
394
lib/libplumb.so
378
lib/libplumb.so
395
lib/libplumb.so.1
379
lib/libplumb.so.1
380
lib/libplumb.so.1.0.0
396
lib/libplumbgpl.a
381
lib/libplumbgpl.a
397
lib/libplumbgpl.la
398
lib/libplumbgpl.so
382
lib/libplumbgpl.so
399
lib/libplumbgpl.so.1
383
lib/libplumbgpl.so.1
384
lib/libplumbgpl.so.1.0.0
400
lib/librecoverymgr.a
385
lib/librecoverymgr.a
401
lib/librecoverymgr.la
402
lib/librecoverymgr.so
386
lib/librecoverymgr.so
403
lib/librecoverymgr.so.1
387
lib/librecoverymgr.so.1
388
lib/librecoverymgr.so.1.0.0
404
lib/libstonith.a
389
lib/libstonith.a
405
lib/libstonith.la
406
lib/libstonith.so
390
lib/libstonith.so
407
lib/libstonith.so.1
391
lib/libstonith.so.1
392
lib/libstonith.so.1.0.0
408
lib/libstonithd.a
393
lib/libstonithd.a
409
lib/libstonithd.la
410
lib/libstonithd.so
394
lib/libstonithd.so
411
lib/libstonithd.so.0
395
lib/libstonithd.so.0
396
lib/libstonithd.so.0.0.0
412
lib/libtransitioner.a
397
lib/libtransitioner.a
413
lib/libtransitioner.la
414
lib/libtransitioner.so
398
lib/libtransitioner.so
415
lib/libtransitioner.so.1
399
lib/libtransitioner.so.1
400
lib/libtransitioner.so.1.0.0
416
lib/pils/plugins/InterfaceMgr/generic.a
401
lib/pils/plugins/InterfaceMgr/generic.a
417
lib/pils/plugins/InterfaceMgr/generic.la
418
lib/pils/plugins/InterfaceMgr/generic.so
402
lib/pils/plugins/InterfaceMgr/generic.so
419
lib/stonith/plugins/external/hmchttp
403
lib/stonith/plugins/external/hmchttp
420
lib/stonith/plugins/external/ibmrsa
404
lib/stonith/plugins/external/ibmrsa
Lines 427-490 Link Here
427
lib/stonith/plugins/external/xen0
411
lib/stonith/plugins/external/xen0
428
lib/stonith/plugins/external/xen0-ha
412
lib/stonith/plugins/external/xen0-ha
429
lib/stonith/plugins/stonith2/apcmaster.a
413
lib/stonith/plugins/stonith2/apcmaster.a
430
lib/stonith/plugins/stonith2/apcmaster.la
431
lib/stonith/plugins/stonith2/apcmaster.so
414
lib/stonith/plugins/stonith2/apcmaster.so
432
%%APCSNMP%%lib/stonith/plugins/stonith2/apcmastersnmp.a
415
%%APCSNMP%%lib/stonith/plugins/stonith2/apcmastersnmp.a
433
%%APCSNMP%%lib/stonith/plugins/stonith2/apcmastersnmp.la
434
%%APCSNMP%%lib/stonith/plugins/stonith2/apcmastersnmp.so
416
%%APCSNMP%%lib/stonith/plugins/stonith2/apcmastersnmp.so
435
lib/stonith/plugins/stonith2/apcsmart.a
417
lib/stonith/plugins/stonith2/apcsmart.a
436
lib/stonith/plugins/stonith2/apcsmart.la
437
lib/stonith/plugins/stonith2/apcsmart.so
418
lib/stonith/plugins/stonith2/apcsmart.so
438
lib/stonith/plugins/stonith2/baytech.a
419
lib/stonith/plugins/stonith2/baytech.a
439
lib/stonith/plugins/stonith2/baytech.la
440
lib/stonith/plugins/stonith2/baytech.so
420
lib/stonith/plugins/stonith2/baytech.so
441
%%HPI%%lib/stonith/plugins/stonith2/bladehpi.a
421
%%HPI%%lib/stonith/plugins/stonith2/bladehpi.a
442
%%HPI%%lib/stonith/plugins/stonith2/bladehpi.la
443
%%HPI%%lib/stonith/plugins/stonith2/bladehpi.so
422
%%HPI%%lib/stonith/plugins/stonith2/bladehpi.so
444
lib/stonith/plugins/stonith2/cyclades.a
423
lib/stonith/plugins/stonith2/cyclades.a
445
lib/stonith/plugins/stonith2/cyclades.la
446
lib/stonith/plugins/stonith2/cyclades.so
424
lib/stonith/plugins/stonith2/cyclades.so
447
%%DRAC3%%lib/stonith/plugins/stonith2/drac3.a
425
%%DRAC3%%lib/stonith/plugins/stonith2/drac3.a
448
%%DRAC3%%lib/stonith/plugins/stonith2/drac3.la
449
%%DRAC3%%lib/stonith/plugins/stonith2/drac3.so
426
%%DRAC3%%lib/stonith/plugins/stonith2/drac3.so
450
lib/stonith/plugins/stonith2/external.a
427
lib/stonith/plugins/stonith2/external.a
451
lib/stonith/plugins/stonith2/external.la
452
lib/stonith/plugins/stonith2/external.so
428
lib/stonith/plugins/stonith2/external.so
453
lib/stonith/plugins/stonith2/ibmhmc.a
429
lib/stonith/plugins/stonith2/ibmhmc.a
454
lib/stonith/plugins/stonith2/ibmhmc.la
455
lib/stonith/plugins/stonith2/ibmhmc.so
430
lib/stonith/plugins/stonith2/ibmhmc.so
456
%%IPMI%%lib/stonith/plugins/stonith2/ipmilan.a
431
%%IPMI%%lib/stonith/plugins/stonith2/ipmilan.a
457
%%IPMI%%lib/stonith/plugins/stonith2/ipmilan.la
458
%%IPMI%%lib/stonith/plugins/stonith2/ipmilan.so
432
%%IPMI%%lib/stonith/plugins/stonith2/ipmilan.so
459
lib/stonith/plugins/stonith2/meatware.a
433
lib/stonith/plugins/stonith2/meatware.a
460
lib/stonith/plugins/stonith2/meatware.la
461
lib/stonith/plugins/stonith2/meatware.so
434
lib/stonith/plugins/stonith2/meatware.so
462
lib/stonith/plugins/stonith2/null.a
435
lib/stonith/plugins/stonith2/null.a
463
lib/stonith/plugins/stonith2/null.la
464
lib/stonith/plugins/stonith2/null.so
436
lib/stonith/plugins/stonith2/null.so
465
lib/stonith/plugins/stonith2/nw_rpc100s.a
437
lib/stonith/plugins/stonith2/nw_rpc100s.a
466
lib/stonith/plugins/stonith2/nw_rpc100s.la
467
lib/stonith/plugins/stonith2/nw_rpc100s.so
438
lib/stonith/plugins/stonith2/nw_rpc100s.so
468
lib/stonith/plugins/stonith2/rcd_serial.a
439
lib/stonith/plugins/stonith2/rcd_serial.a
469
lib/stonith/plugins/stonith2/rcd_serial.la
470
lib/stonith/plugins/stonith2/rcd_serial.so
440
lib/stonith/plugins/stonith2/rcd_serial.so
471
lib/stonith/plugins/stonith2/ribcl.py
441
lib/stonith/plugins/stonith2/ribcl.py
472
lib/stonith/plugins/stonith2/rps10.a
442
lib/stonith/plugins/stonith2/rps10.a
473
lib/stonith/plugins/stonith2/rps10.la
474
lib/stonith/plugins/stonith2/rps10.so
443
lib/stonith/plugins/stonith2/rps10.so
475
lib/stonith/plugins/stonith2/ssh.a
444
lib/stonith/plugins/stonith2/ssh.a
476
lib/stonith/plugins/stonith2/ssh.la
477
lib/stonith/plugins/stonith2/ssh.so
445
lib/stonith/plugins/stonith2/ssh.so
478
lib/stonith/plugins/stonith2/suicide.a
446
lib/stonith/plugins/stonith2/suicide.a
479
lib/stonith/plugins/stonith2/suicide.la
480
lib/stonith/plugins/stonith2/suicide.so
447
lib/stonith/plugins/stonith2/suicide.so
481
%%VACM%%lib/stonith/plugins/stonith2/vacm.a
448
%%VACM%%lib/stonith/plugins/stonith2/vacm.a
482
%%VACM%%lib/stonith/plugins/stonith2/vacm.la
483
%%VACM%%lib/stonith/plugins/stonith2/vacm.so
449
%%VACM%%lib/stonith/plugins/stonith2/vacm.so
484
lib/stonith/plugins/stonith2/wti_nps.a
450
lib/stonith/plugins/stonith2/wti_nps.a
485
lib/stonith/plugins/stonith2/wti_nps.la
486
lib/stonith/plugins/stonith2/wti_nps.so
451
lib/stonith/plugins/stonith2/wti_nps.so
487
lib/stonith/plugins/xen0-ha-dom0-stonith-helper
452
lib/stonith/plugins/xen0-ha-dom0-stonith-helper
453
man/man1/cl_status.1.gz
454
man/man1/ha_logger.1.gz
455
man/man1/hb_addnode.1.gz
456
man/man1/hb_delnode.1.gz
457
man/man1/hb_standby.1.gz
458
man/man1/hb_takeover.1.gz
459
man/man8/apphbd.8.gz
460
man/man8/cibadmin.8.gz
461
man/man8/crm_resource.8.gz
462
man/man8/ha_logd.8.gz
463
man/man8/heartbeat.8.gz
464
%%LDIRECTORD%%man/man8/ldirectord.8.gz
465
man/man8/meatclient.8.gz
466
man/man8/stonith.8.gz
488
sbin/attrd_updater
467
sbin/attrd_updater
489
sbin/ccm_tool
468
sbin/ccm_tool
490
sbin/cibadmin
469
sbin/cibadmin
Lines 673-675 Link Here
673
@dirrmtry etc/ha.d/resource.d
652
@dirrmtry etc/ha.d/resource.d
674
@dirrmtry etc/ha.d/rc.d
653
@dirrmtry etc/ha.d/rc.d
675
@dirrmtry etc/ha.d
654
@dirrmtry etc/ha.d
655
@unexec rmdir "/var/lib/heartbeat/cores/%%USER%%" >/dev/null 2>&1 || :
656
@exec install -d -m 700 -o %%USER%% /var/lib/heartbeat/cores/%%USER%%
657
@unexec rmdir "/var/lib/heartbeat/cores/nobody" >/dev/null 2>&1 || :
658
@exec install -d -m 700 -o nobody /var/lib/heartbeat/cores/nobody
659
@unexec rmdir "/var/lib/heartbeat/cores/root" >/dev/null 2>&1 || :
660
@exec install -d -m 700 /var/lib/heartbeat/cores/root
661
@unexec rmdir "/var/lib/heartbeat/cores" >/dev/null 2>&1 || :
662
@exec install -d -m 755 /var/lib/heartbeat/cores
663
@unexec rmdir "/var/lib/heartbeat/crm" >/dev/null 2>&1 || :
664
@exec install -d -m 750 -o %%USER%% -g %%GROUP%% /var/lib/heartbeat/crm
665
@unexec rmdir "/var/lib/heartbeat/fencing" >/dev/null 2>&1 || :
666
@exec install -d -m 770 -g %%GROUP%% /var/lib/heartbeat/fencing
667
@unexec rmdir "/var/lib/heartbeat/lrm" >/dev/null 2>&1 || :
668
@exec install -d -m 770 -g %%GROUP%% /var/lib/heartbeat/lrm
669
%%MGMT%%@unexec rmdir "/var/lib/heartbeat/mgmt" >/dev/null 2>&1 || :
670
%%MGMT%%@exec install -d -m 770 -g %%GROUP%% /var/lib/heartbeat/mgmt
671
@unexec rmdir "/var/lib/heartbeat/pengine" >/dev/null 2>&1 || :
672
@unexec rmdir "/var/lib/heartbeat" >/dev/null 2>&1 || :
673
@unexec rmdir "/var/lib" >/dev/null 2>&1 || :
674
@unexec rmdir "/var/run/heartbeat/pengine" >/dev/null 2>&1 || :
675
@exec install -d -m 750 -o %%USER%% -g %%GROUP%% /var/run/heartbeat/pengine
676
@unexec rmdir "/var/run/heartbeat/ccm" >/dev/null 2>&1 || :
677
@exec install -d -m 750 -o %%USER%% -g %%GROUP%% /var/run/heartbeat/ccm
678
@unexec rmdir "/var/run/heartbeat/crm" >/dev/null 2>&1 || :
679
@exec install -d -m 750 -o %%USER%% -g %%GROUP%% /var/run/heartbeat/crm
680
@unexec rmdir "/var/run/heartbeat" >/dev/null 2>&1 || :
681
@exec install -d -m 750 -o %%USER%% -g %%GROUP%% /var/run/heartbeat
682
@cwd /
683
var/run/heartbeat.pid

Return to bug 190972