Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 366 Details for
Bug 1146
ypbind-1.10.ebuild (update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ypbind-1.10.ebuild (update)
ypbind-1.10.ebuild (text/plain), 979 bytes, created by
Stefan Boresch
on 2002-03-14 08:56:26 UTC
(
hide
)
Description:
ypbind-1.10.ebuild (update)
Filename:
MIME Type:
Creator:
Stefan Boresch
Created:
2002-03-14 08:56:26 UTC
Size:
979 bytes
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later ># Author Stefan Boresch <stefan@mdy.univie.ac.at> > >A=ypbind-mt-${PV}.tar.bz2 >S=${WORKDIR}/ypbind-mt-${PV} >DESCRIPTION="Multithreaded NIS bind service" >SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/"${A} >HOMEPAGE="http://www.linux-nis.org/nis/ypbind-mt/index.html" > >DEPEND="virtual/glibc" >RDEPEND="virtual/glibc > net-nds/yp-tools > net-nds/portmap" > >src_compile() { > local myvar > myvar="" > if [ -z "`use nls`" ] > then > myvar="--disable-nls" > fi > > ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/yp --mandir=/usr/share/man ${myvar} > assert "bad configure" > make || die >} > >src_install() { > make prefix=${D}/usr sysconfdir=${D}/etc mandir=${D}/usr/share/man install || die > dodoc AUTHORS ChangeLog COPYING README THANKS TODO > > insinto /etc ; doins etc/yp.conf > > exeinto /etc/init.d > newexe ${FILESDIR}/ypbind.rc6 ypbind >}
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 1146
: 366