Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 9484 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 ypserv
ypserv-2.8.ebuild (text/plain), 1.55 KB, created by
Owen Gunden
on 2003-03-17 00:02:08 UTC
(
hide
)
Description:
updated ebuild for ypserv
Filename:
MIME Type:
Creator:
Owen Gunden
Created:
2003-03-17 00:02:08 UTC
Size:
1.55 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 > >IUSE="" > >S=${WORKDIR}/${P} >DESCRIPTION="NIS SERVER" >SRC_URI="ftp://ftp.de.kernel.org/pub/linux/utils/net/NIS/${P}.tar.gz > ftp://ftp.uk.kernel.org/pub/linux/utils/net/NIS/${P}.tar.gz > ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${P}.tar.gz" >HOMEPAGE="http://www.linux-nis.org/nis/" > >SLOT="1" >LICENSE="GPL-2" >KEYWORDS="x86 sparc " > >DEPEND=">=sys-libs/gdbm-1.8.0" > >src_compile() { > econf --enable-yppasswd || die > emake || die >} > >src_install() { > make DESTDIR=${D} install > > dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO > > insinto /etc ; doins etc/ypserv.conf etc/locale etc/netgroup etc/netmasks etc/timezone > > insinto /var/yp ; doins etc/securenets > > insinto /etc/conf.d ; doins ${FILESDIR}/ypserv.confd ypserv > > exeinto /etc/init.d > newexe ${FILESDIR}/ypserv.rc ypserv > newexe ${FILESDIR}/rpc.yppasswdd rpc.yppasswdd > # Save the old config into the new package as CONFIG_PROTECT > # doesn't work for this package. > if [ -f ${ROOT}/var/yp/Makefile ]; then > mv ${D}/var/yp/Makefile ${D}/var/yp/Makefile.dist > cp ${ROOT}/var/yp/Makefile ${D}/var/yp/Makefile > einfo "As you have a previous /var/yp/Makefile, I have added" > einfo "this file into the new package and installed the new" > einfo "file as /var/yp/Makefile.dist" > fi >} > >pkg_postinst() { > einfo "ypserv does not longer have support for tcp_wrappers. You need to" > einfo "use /var/yp/securenets to allow/deny queries from other hosts." >}
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