Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 9489 Details for
Bug 13837
ypserv: there is no init script for rpc.yppasswdd
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated ebuild for yp-tools
yp-tools-2.8.ebuild (text/plain), 979 bytes, created by
Owen Gunden
on 2003-03-17 00:12:08 UTC
(
hide
)
Description:
updated ebuild for yp-tools
Filename:
MIME Type:
Creator:
Owen Gunden
Created:
2003-03-17 00:12:08 UTC
Size:
979 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 > >S=${WORKDIR}/${P} >DESCRIPTION="NIS Tools" >SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${P}.tar.bz2" >HOMEPAGE="http://www.linux-nis.org/nis" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="x86 sparc ~ppc" > >DEPEND="virtual/glibc" > >src_compile() { > local myconf="--sysconfdir=/etc/yp" > if [ -z "`use nls`" ] > then > myconf="${myconf} --disable-nls" > mkdir intl > touch intl/libintl.h > export CPPFLAGS="${CPPFLAGS} -I${S}" > > for i in lib/nicknames.c src/*.c > do > cp ${i} ${i}.orig > sed 's:<libintl.h>:<intl/libintl.h>:' \ > ${i}.orig > ${i} > done > fi > econf ${myconf} > make || die >} > >src_install() { > make DESTDIR=${D} install || die > dodoc AUTHORS ChangeLog COPYING NEWS README THANKS TODO > insinto /etc/yp ; doins etc/nicknames > # This messes up boot so we remove it > rm -d ${D}/bin/ypdomainname > rm -d ${D}/bin/nisdomainname > rm -d ${D}/bin/domainname >}
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 13837
:
9484
|
9485
|
9486
|
9487
|
9488
| 9489