diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2006-04-10 20:00:18 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2006-04-10 20:00:18 +0000 |
commit | 23c50100b657905aa0648a044b00504b4a6327d8 (patch) | |
tree | f1e5a68366bcf689e35cf7a72c72816bc5e35409 /net-nds | |
parent | Stable on sparc wrt #129371 (diff) | |
download | gentoo-2-23c50100b657905aa0648a044b00504b4a6327d8.tar.gz gentoo-2-23c50100b657905aa0648a044b00504b4a6327d8.tar.bz2 gentoo-2-23c50100b657905aa0648a044b00504b4a6327d8.zip |
Removing old version. Changing to use domainnamen instead of need in the init script since newer baselayouts don't provide domainname.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/ypserv/ChangeLog | 7 | ||||
-rw-r--r-- | net-nds/ypserv/files/digest-ypserv-2.13-r1 | 1 | ||||
-rwxr-xr-x | net-nds/ypserv/files/ypserv | 5 | ||||
-rw-r--r-- | net-nds/ypserv/ypserv-2.13-r1.ebuild | 59 |
4 files changed, 9 insertions, 63 deletions
diff --git a/net-nds/ypserv/ChangeLog b/net-nds/ypserv/ChangeLog index c9b95a73faa8..38e3202b3d35 100644 --- a/net-nds/ypserv/ChangeLog +++ b/net-nds/ypserv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-nds/ypserv # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ChangeLog,v 1.31 2006/04/04 15:10:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ChangeLog,v 1.32 2006/04/10 20:00:18 eradicator Exp $ + + 10 Apr 2006; Jeremy Huddleston <eradicator@gentoo.org> files/ypserv, + -ypserv-2.13-r1.ebuild: + Removing old version. Changing to use domainnamen instead of need in the + init script since newer baselayouts don't provide domainname. 04 Apr 2006; Aron Griffis <agriffis@gentoo.org> ypserv-2.18.ebuild: Mark 2.18 stable on ia64 diff --git a/net-nds/ypserv/files/digest-ypserv-2.13-r1 b/net-nds/ypserv/files/digest-ypserv-2.13-r1 deleted file mode 100644 index 628d942694ee..000000000000 --- a/net-nds/ypserv/files/digest-ypserv-2.13-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 caa5e7b2af6f62d6051643cc1c00b5c8 ypserv-2.13.tar.bz2 167579 diff --git a/net-nds/ypserv/files/ypserv b/net-nds/ypserv/files/ypserv index 9f616059f1f4..be1dc42e189a 100755 --- a/net-nds/ypserv/files/ypserv +++ b/net-nds/ypserv/files/ypserv @@ -1,10 +1,11 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/files/ypserv,v 1.3 2004/07/24 06:26:28 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/files/ypserv,v 1.4 2006/04/10 20:00:18 eradicator Exp $ depend() { - need net portmap domainname + need net portmap + use domainname } start() { diff --git a/net-nds/ypserv/ypserv-2.13-r1.ebuild b/net-nds/ypserv/ypserv-2.13-r1.ebuild deleted file mode 100644 index 1f824697237d..000000000000 --- a/net-nds/ypserv/ypserv-2.13-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-2.13-r1.ebuild,v 1.12 2006/04/01 03:23:24 eradicator Exp $ - -DESCRIPTION="Network Information Service server" -HOMEPAGE="http://www.linux-nis.org/nis/" -SRC_URI="mirror://kernel/linux/utils/net/NIS/OLD/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ia64 ppc ppc64 sparc x86" -IUSE="slp" - -RDEPEND=">=sys-libs/gdbm-1.8.0 - slp? ( net-libs/openslp )" -DEPEND="${RDEPEND} - >=sys-apps/portage-2.0.51" - -src_compile() { - econf $(use_enable slp) || die - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog NEWS README THANKS TODO - - insinto /etc - doins etc/ypserv.conf etc/netgroup etc/netmasks - insinto /var/yp - newins etc/securenets securenets.default - - newconfd ${FILESDIR}/ypserv.confd ypserv - newconfd ${FILESDIR}/rpc.yppasswdd.confd rpc.yppasswdd - newconfd ${FILESDIR}/rpc.ypxfrd.confd rpc.ypxfrd - - newinitd ${FILESDIR}/ypserv ypserv - newinitd ${FILESDIR}/rpc.yppasswdd-r1 rpc.yppasswdd - newinitd ${FILESDIR}/rpc.ypxfrd rpc.ypxfrd - - # 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 "To complete setup, you will need to edit /var/yp/securenets," - einfo "/etc/conf.d/ypserv, /etc/ypserv.conf, /etc/conf.d/rpc.yppasswdd" - einfo "and possibly /var/yp/Makefile." - - einfo "To start the services at boot, you need to enable ypserv and optionally" - einfo "the rpc.yppasswdd and/or rpc.ypxfrd services" -} |