Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 144792 Details for
Bug 209189
net-misc/cfengine 2.2.3 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cfengine-2.2.3.ebuild
cfengine-2.2.3.ebuild (text/plain), 2.31 KB, created by
Neil Katin
on 2008-02-27 22:51:45 UTC
(
hide
)
Description:
cfengine-2.2.3.ebuild
Filename:
MIME Type:
Creator:
Neil Katin
Created:
2008-02-27 22:51:45 UTC
Size:
2.31 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-2.1.22-r1.ebuild,v 1.2 2007/07/12 02:52:15 mr_bones_ Exp $ > >inherit eutils > >DESCRIPTION="An agent/software robot and a high level policy language for building expert systems to administrate and configure large computer networks" >HOMEPAGE="http://www.cfengine.org/" >SRC_URI="http://ftp.osuosl.org/pub/cfengine/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" >IUSE="" > >DEPEND=">=sys-libs/db-3.2 > >=dev-libs/openssl-0.9.7" > >src_unpack() { > unpack ${A} > > # epatch ${FILESDIR}/${P}-package-fix.patch >} > >src_compile() { > # Enforce /var/cfengine for historical compatibility > econf \ > --with-workdir=/var/cfengine \ > --with-berkeleydb=/usr || die > > # Fix Makefile to skip doc,inputs, & contrib install to wrong locations > sed -i -e 's/^\(DIST_SUBDIRS.*\) contrib inputs doc/\1/' Makefile > sed -i -e 's/^\(SUBDIRS.*\) contrib inputs/\1/' Makefile > sed -i -e 's/^\(install-data-am.*\) install-docDATA/\1/' Makefile > > # fails with parallel builds... > MAKEOPTS="-j1" emake || die >} > >src_install() { > newinitd "${FILESDIR}"/cfservd.rc6 cfservd > > make DESTDIR="${D}" install || die > dodoc AUTHORS ChangeLog README TODO INSTALL > > # Manually install doc and inputs > doinfo doc/*.info* > dohtml doc/*.html > doman doc/*.8 > dodoc ${FILESDIR}/cfportage.README > docinto examples > dodoc inputs/*.example > > # Create cfengine working directory > mkdir -p ${D}/var/cfengine > fperms 700 /var/cfengine > keepdir /var/cfengine/bin > keepdir /var/cfengine/inputs > dodir /var/cfengine/modules > cp ${FILESDIR}/module:cfportage ${D}/var/cfengine/modules > fowners root:0 /var/cfengine/modules/module\:cfportage >} > >pkg_postinst() { > if [ ! -f "/var/cfengine/ppkeys/localhost.priv" ] > then > einfo "Generating keys for localhost." > /usr/sbin/cfkey > fi > > # Copy cfagent into the cfengine tree otherwise cfexecd won't > # find it. Most hosts cache their copy of the cfengine > # binaries here. This is the default search location for the > # binaries. > > cp /usr/sbin/cf{agent,servd,execd} /var/cfengine/bin/ > > einfo > einfo "Now an init script for cfservd is provided." > einfo > einfo "To run cfengine out of cron every half hour modify your crontab:" > einfo "0,30 * * * * /usr/sbin/cfexecd -F" > einfo >}
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 209189
: 144792 |
144793