Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 202509 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]
cluster-glue-9999.ebuild
cluster-glue-9999.ebuild (text/plain), 1.43 KB, created by
INODE64 Sistemas
on 2009-08-28 16:29:53 UTC
(
hide
)
Description:
cluster-glue-9999.ebuild
Filename:
MIME Type:
Creator:
INODE64 Sistemas
Created:
2009-08-28 16:29:53 UTC
Size:
1.43 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 mercurial autotools > >DESCRIPTION="Reusable cluster components" >HOMEPAGE="http://www.linux-ha.org" >SRC_URI="" >EHG_REPO_URI="http://hg.linux-ha.org/glue" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="ipmi snmp" > >DEPEND=" > =dev-libs/glib-2* > net-libs/libnet > snmp? ( net-analyzer/net-snmp ) > ipmi? ( sys-libs/openipmi ) > " > >S="${WORKDIR}/glue" > >src_prepare() { > eautoreconf >} > >src_configure() { > econf \ > --with-daemon-user=cluster \ > --with-daemon-group=cluster \ > --enable-fatal-warnings=NO \ > || 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 > > dodoc AUTHORS logd/logd.cf > > newinitd ${FILESDIR}/logd-init logd > > keepdir /var/lib/heartbeat/cores/cluster /var/lib/heartbeat/cores/root /var/lib/heartbeat/cores/nobody >} > >pkg_postinst() { > # Change wrong permissions > chown -R cluster:cluster /var/lib/heartbeat/cores >}
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