Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 14914 Details for
Bug 25047
Ebuild for Keepalived 1.1.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
keepalived-1.1.0.ebuild
keepalived-1.1.0.ebuild (text/plain), 1.28 KB, created by
Brett Simpson
on 2003-07-23 05:53:50 UTC
(
hide
)
Description:
keepalived-1.1.0.ebuild
Filename:
MIME Type:
Creator:
Brett Simpson
Created:
2003-07-23 05:53:50 UTC
Size:
1.28 KB
patch
obsolete
>DESCRIPTION="The main goal of the keepalived project is to add a strong & robust keepalive facility to the Linux Virtual Server project." >HOMEPAGE="http://keepalived.sourceforge.net" >LICENSE="GPL-2" >DEPEND="virtual/linux-sources > popt" > >SRC_URI="http://keepalived.sourceforge.net/software/${P}.tar.gz" > >IUSE="" >SLOT="0" >KEYWORDS="~x86" >S="${WORKDIR}/${P}" > >src_compile() { > local myconf > > cd "${S}/keepalived/check" > epatch ${FILESDIR}/misc-check-7.22.2003.patch || die > > myconf="--prefix=/" > > use debug && myconf="${myconf} --enable-debug" > use profile && myconf="${myconf} --enable-profile" > > cd "${S}" > ./configure ${myconf} || die "configure failed" > emake || die "make failed (myconf=${myconf})" > >} > >src_install() { > > cd "${S}" > einstall || die > > exeinto /etc/init.d > newexe ${FILESDIR}/init-keepalived keepalived > > dodoc doc/* doc/samples/* > > >} > >pkg_postinst() { > > einfo "" > einfo "If you want Linux Virtual Server support in" > einfo "keepalived then you must emerge an LVS patched" > einfo "kernel like gentoo-sources, compile with ipvs" > einfo "support either as a module or built into the" > einfo "kernel, emerge the ipvsadm userland tools," > einfo "and reemerge keepalived." > einfo "" > einfo "For debug and profile support add" > einfo "USE=\"debug profile\" to your /etc/make.conf" > 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 25047
:
14862
|
14912
|
14913
|
14914
|
14915
|
14994