Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 140436 Details for
Bug 204852
cacti-cactid is now known as cacti-spine as of 0.8.7 - version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cacti-spine-0.8.7a.ebuild
cacti-spine-0.8.7a.ebuild (text/plain), 1.45 KB, created by
Nathan Sullivan
on 2008-01-08 05:21:02 UTC
(
hide
)
Description:
cacti-spine-0.8.7a.ebuild
Filename:
MIME Type:
Creator:
Nathan Sullivan
Created:
2008-01-08 05:21:02 UTC
Size:
1.45 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >WANT_AUTOCONF="latest" >inherit autotools > >MY_PV=${PV/_p/-} >DESCRIPTION="Spine is a poller for Cacti that primarily strives to be as fast >as possible (formerly known as Cactid)" >HOMEPAGE="http://cacti.net/spine_info.php" >SRC_URI="http://www.cacti.net/downloads/spine/${PN}-${MY_PV}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 ppc ppc64 sparc x86" >IUSE="" > >DEPEND="net-analyzer/net-snmp > virtual/mysql" >RDEPEND="${DEPEND} > >net-analyzer/cacti-0.8.7" > >src_unpack() { > unpack ${A} ; cd "${S}" > sed -i -e 's/^bin_PROGRAMS/sbin_PROGRAMS/' Makefile.am > sed -i -e 's/wwwroot\/cacti\/log/var\/log/g' spine.h >} > >src_compile() { > eaclocal > eautoconf > econf || die "econf failed" > emake || die "emake failed" >} > >src_install() { > exeinto usr/sbin ; doexe "${S}"/spine > insinto etc/ ; insopts -m0640 -o root ; doins "${S}"/spine.conf > dodoc ChangeLog INSTALL README >} > >pkg_postinst() { > elog "Please see cacti's site for installation instructions." > elog "Theres no need to change the crontab for this, just" > elog "read the instructions on how to implement it" > elog > elog "http://cacti.net/spine_install.php" > echo > ewarn "/etc/spine.conf should be readable by webserver, thus after you" > ewarn "decide on webserver/webserver group do not forgive to change it's" > ewarn "group with the following command:" > ewarn > ewarn " # chown root:wwwgroup /etc/spine.conf" > echo >}
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 204852
: 140436