Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 139748 Details for
Bug 176635
symon-2.79.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
symon-2.77.ebuild
symon-2.77.ebuild (text/plain), 2.73 KB, created by
Tiago Cunha (RETIRED)
on 2007-12-31 18:06:06 UTC
(
hide
)
Description:
symon-2.77.ebuild
Filename:
MIME Type:
Creator:
Tiago Cunha (RETIRED)
Created:
2007-12-31 18:06:06 UTC
Size:
2.73 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit depend.php eutils webapp > >DESCRIPTION="A system monitor that can be used to obtain accurate and up to date information on the performance of a number of systems" >HOMEPAGE="http://www.xs4all.nl/~wpd/symon/" >SRC_URI="http://www.xs4all.nl/~wpd/symon/philes/${P}.tar.gz > syweb? ( http://www.xs4all.nl/~wpd/symon/philes/syweb-0.56.tar.gz )" > >LICENSE="BSD-2" >SLOT="0" >KEYWORDS="~sparc" >IUSE="syweb" > >DEPEND="net-analyzer/rrdtool > sys-devel/pmake" >RDEPEND="net-analyzer/rrdtool > syweb? ( virtual/httpd-php )" > >S="${WORKDIR}"/symon >WEBAPP_MANUAL_SLOT="yes" > >pkg_setup() { > require_php_with_use gd > webapp_pkg_setup >} > >src_unpack() { > unpack ${A} > > epatch "${FILESDIR}"/${PN}-symon.conf.patch > epatch "${FILESDIR}"/${PN}-symux.conf.patch > > # the default user will be symon, not _symon > # not really used atm, but probably will if chroot will ever be implemented > sed -i -e 's|_symon|symon|g' symon/symon/symon.8 > > if use syweb ; then > epatch "${FILESDIR}"/${PN}-syweb-class_lexer.inc.patch > epatch "${FILESDIR}"/${PN}-syweb-setup.inc.patch > epatch "${FILESDIR}"/${PN}-syweb-total_firewall.layout.patch > fi >} > >src_compile() { > MAKE=pmake emake || die "emake failed." >} > >src_install() { > dodir /etc > cp symon/symon.conf "${D}"/etc > cp symux/symux.conf "${D}"/etc > > newinitd "${FILESDIR}"/${PN}-init.d ${PN} || die "newinitd failed." > > dodoc CHANGELOG HACKERS TODO > > doman symon/symon.8 symux/symux.8 > > dosbin symon/symon > dosbin symux/symux > > dodir /usr/share/symon > insinto /usr/share/symon > doins symon/c_config.sh symux/c_smrrds.sh > fperms a+x,u-w /usr/share/symon/c_config.sh > fperms u-w,u+x /usr/share/symon/c_smrrds.sh > > dodir /var/lib/symon/rrds/localhost > > if use syweb ; then > docinto /layouts > dodoc "${WORKDIR}"/syweb/symon/total_firewall.layout > > webapp_src_preinst > > dodir "${MY_HTDOCSDIR}"/cache > dodir "${MY_HTDOCSDIR}"/layouts > webapp_serverowned "${MY_HTDOCSDIR}"/cache > cp -r "${WORKDIR}"/syweb/htdocs/syweb/* "${D}"/"${MY_HTDOCSDIR}" > webapp_configfile "${MY_HTDOCSDIR}"/setup.inc > > webapp_src_install > fi >} > >pkg_postinst() { > if use syweb ; then > elog "Test your syweb configuration by pointing your browser at:" > elog "http://${VHOST_HOSTNAME}/${PN}/configtest.php" > webapp_pkg_postinst > fi > > elog "You'll need to setup your ${ROOT}/etc/symon.conf and " > elog "${ROOT}/etc/symux.conf before running these daemons for " > elog "the first time." > elog "For an example configuration run ${ROOT}/usr/share/symon/c_config.sh" > elog "Then, you may run ${ROOT}/usr/share/symon/c_smrrds.sh all" > elog "To test the configuration run sym{on,ux} -t" > elog "For details, please see their manpages." > elog "NOTE that symon won't chroot by default." >}
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 176635
:
117793
|
117795
|
117797
|
117798
|
117800
|
117802
|
117804
| 139748 |
140180
|
140181