Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 202514 Details for
Bug 202893
sys-cluster/heartbeat version bump to 2.1.3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
heartbeat-9999.ebuild
heartbeat-9999.ebuild (text/plain), 1.96 KB, created by
INODE64 Sistemas
on 2009-08-28 16:30:48 UTC
(
hide
)
Description:
heartbeat-9999.ebuild
Filename:
MIME Type:
Creator:
INODE64 Sistemas
Created:
2009-08-28 16:30:48 UTC
Size:
1.96 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-2.0.8.ebuild,v 1.7 2007/10/22 14:32:24 armin76 Exp $ > >EAPI="2" >inherit flag-o-matic mercurial autotools > >DESCRIPTION="Heartbeat high availability cluster manager" >HOMEPAGE="http://www.linux-ha.org" >SRC_URI="" >EHG_REPO_URI="http://hg.linux-ha.org/dev" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="ipmi snmp" > >DEPEND="sys-cluster/cluster-glue > sys-cluster/resource-agents > =dev-libs/glib-2* > net-libs/libnet > snmp? ( net-analyzer/net-snmp ) > ipmi? ( sys-libs/openipmi )" > >S="${WORKDIR}/dev" > >src_prepare() { > eautoreconf >} > >src_configure() { > append-flags -fgnu89-inline -fstack-protector-all > > econf \ > --with-group-name=cluster \ > --with-group-id=65 \ > --with-ccmuser-name=cluster \ > --with-ccmuser-id=65 \ > --enable-fatal-warnings=NO \ > $(use_enable snmp) \ > $(use_enable ipmi ipmilan) \ > || die >} > >src_compile() { > emake || die "compile problem" >} > >pkg_preinst() { > # check for cluster group, if it doesn't exist make it > if ! grep -q cluster.*65 /etc/group ; then > groupadd -g 65 cluster > fi > # check for cluster user, if it doesn't exist make it > if ! grep -q cluster.*65 /etc/passwd ; then > useradd -u 65 -g cluster -s /dev/null -d /var/lib/heartbeat cluster > fi >} > >src_install() { > emake DESTDIR=${D} install || die > > # heartbeat modules need these dirs > keepdir /var/lib/heartbeat/ckpt /var/lib/heartbeat/ccm > > keepdir /var/lib/heartbeat/crm /var/lib/heartbeat/lrm /var/lib/heartbeat/fencing > > keepdir /var/run/heartbeat/ccm > > keepdir /etc/ha.d/conf > > newinitd ${FILESDIR}/heartbeat-init-r2 heartbeat > > dodoc README doc/*.txt doc/AUTHORS doc/COPYING > > rm ${D}/usr/include/heartbeat/ha_msg.h > rm ${D}/usr/include/heartbeat/compress.h >} > >pkg_postinst() { > # Change wrong permissions > chown -R cluster:cluster /var/run/heartbeat > chown -R cluster:cluster /var/lib/heartbeat >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 202893
:
138999
|
173969
|
202509
|
202510
|
202512
| 202514 |
202516
|
204550
|
204551