Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 146806 Details for
Bug 214192
app-admin/mon-1.2.0 update, and dev-perl/mon-client as new dependancy
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-admin/mon/mon-1.2.0.ebuild
mon-1.2.0.ebuild (text/plain), 1.48 KB, created by
Kelly Shutt
on 2008-03-21 23:46:08 UTC
(
hide
)
Description:
app-admin/mon/mon-1.2.0.ebuild
Filename:
MIME Type:
Creator:
Kelly Shutt
Created:
2008-03-21 23:46:08 UTC
Size:
1.48 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-admin/mon/mon-0.99.2-r5.ebuild,v 1.1 2007/07/09 22:47:42 uberlord Exp $ > >inherit toolchain-funcs eutils multilib > >DESCRIPTION="highly configurable service monitoring daemon" >HOMEPAGE="http://www.kernel.org/software/mon/" >SRC_URI="mirror://kernel/software/admin/mon/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~sparc ~x86" >IUSE="ldap mysql" > >DEPEND=">=dev-perl/mon-client-1.2.0 > >=virtual/perl-Time-HiRes-1.20 > dev-perl/Convert-BER > dev-perl/Filesys-DiskSpace > dev-perl/Net-Telnet > ldap? ( dev-perl/perl-ldap ) > dev-perl/Expect > dev-perl/Net-DNS > mysql? ( dev-perl/DBD-mysql ) > >=dev-perl/Period-1.20-r2" > >src_unpack() { > unpack ${A} >} > >src_compile() { > cd "${S}"/mon.d > make CC="$(tc-getCC) $CFLAGS" || die >} > >src_install() { > dosbin mon clients/mon* || die "dosbin" > > insinto /usr/$(get_libdir)/mon/utils > doins utils/* || die "doins" > > exeinto /usr/$(get_libdir)/mon/alert.d ; doexe alert.d/* > exeinto /usr/$(get_libdir)/mon/mon.d ; doexe mon.d/*.monitor > insopts -g uucp -m 02555 ; doins mon.d/*.wrap > > dodir /var/log/mon.d > dodir /var/lib/mon.d > > doman doc/*.1 > doman doc/*.8 > dodoc CHANGES CREDITS KNOWN-PROBLEMS > dodoc mon.lsm README TODO VERSION > docinto txt ; dodoc doc/README* > docinto etc ; dodoc etc/* > newdoc "${FILESDIR}"/mon.cf mon.cf.sample > > newinitd "${FILESDIR}"/mon.rc6 mon > insinto /etc/mon > newins "${FILESDIR}"/mon.cf mon.cf.sample >}
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 214192
:
146806
|
146807
|
158837