diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-06-04 11:14:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-06-04 11:14:51 +0000 |
commit | daae1624c5a72afcc6fb62377139064e4d3ede1a (patch) | |
tree | 3e827cb4f892cb933ab5956706764a90b7c360a1 /net-nds | |
parent | Fixed description (diff) | |
download | historical-daae1624c5a72afcc6fb62377139064e4d3ede1a.tar.gz historical-daae1624c5a72afcc6fb62377139064e4d3ede1a.tar.bz2 historical-daae1624c5a72afcc6fb62377139064e4d3ede1a.zip |
small fix0r
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/ypbind/ChangeLog | 10 | ||||
-rw-r--r-- | net-nds/ypbind/files/digest-ypbind-1.10 | 1 | ||||
-rw-r--r-- | net-nds/ypbind/files/digest-ypbind-1.11-r1 | 1 | ||||
-rw-r--r-- | net-nds/ypbind/files/digest-ypbind-1.7-r6 | 1 | ||||
-rw-r--r-- | net-nds/ypbind/files/ypbind.rc6 | 4 | ||||
-rw-r--r-- | net-nds/ypbind/ypbind-1.11-r1.ebuild (renamed from net-nds/ypbind/ypbind-1.10.ebuild) | 14 | ||||
-rw-r--r-- | net-nds/ypbind/ypbind-1.7-r6.ebuild | 31 |
7 files changed, 17 insertions, 45 deletions
diff --git a/net-nds/ypbind/ChangeLog b/net-nds/ypbind/ChangeLog index dab5b6b813e0..337e616210ac 100644 --- a/net-nds/ypbind/ChangeLog +++ b/net-nds/ypbind/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-nds/ypbind # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.4 2002/05/28 00:16:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.5 2002/06/04 11:14:51 seemant Exp $ + +*ypbind-1.11-r1 (4 Jun 2002) + + 4 Jun 2002; Seemant Kulleen <seemant@gentoo.org> ypbind-1.11-r1.ebuild + files/digest-ypbind-1.11-r1 : + + fix in the /etc/init.d script from lars.pechan@paradise.net.nz (Lars + Pechan) in bug #3103 *ypbind-1.11 (27 May 2002) diff --git a/net-nds/ypbind/files/digest-ypbind-1.10 b/net-nds/ypbind/files/digest-ypbind-1.10 deleted file mode 100644 index 9dedd6bb7284..000000000000 --- a/net-nds/ypbind/files/digest-ypbind-1.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 7d1a9088afaf3c5051c702ea1c37d42b ypbind-mt-1.10.tar.gz 205122 diff --git a/net-nds/ypbind/files/digest-ypbind-1.11-r1 b/net-nds/ypbind/files/digest-ypbind-1.11-r1 new file mode 100644 index 000000000000..091937543226 --- /dev/null +++ b/net-nds/ypbind/files/digest-ypbind-1.11-r1 @@ -0,0 +1 @@ +MD5 c37228a2877a59578227ff9e1b1a060b ypbind-mt-1.11.tar.bz2 143359 diff --git a/net-nds/ypbind/files/digest-ypbind-1.7-r6 b/net-nds/ypbind/files/digest-ypbind-1.7-r6 deleted file mode 100644 index e1f081d40334..000000000000 --- a/net-nds/ypbind/files/digest-ypbind-1.7-r6 +++ /dev/null @@ -1 +0,0 @@ -MD5 d6f98266a18f25337cd6afdb8282af4f ypbind-mt-1.7.tar.gz 151825 diff --git a/net-nds/ypbind/files/ypbind.rc6 b/net-nds/ypbind/files/ypbind.rc6 index 9c3933f6d53b..461b42371e36 100644 --- a/net-nds/ypbind/files/ypbind.rc6 +++ b/net-nds/ypbind/files/ypbind.rc6 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/files/ypbind.rc6,v 1.3 2002/05/28 00:09:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/files/ypbind.rc6,v 1.4 2002/06/04 11:14:51 seemant Exp $ depend() { need net portmap @@ -9,7 +9,7 @@ depend() { } checkconfig() { - [ -s "$YP_DOMAIN" ] && return 0 + [ -n "$YP_DOMAIN" ] && return 0 eerror "You need to setup YP_DOMAIN in /etc/conf.d/ypbind" return 1 } diff --git a/net-nds/ypbind/ypbind-1.10.ebuild b/net-nds/ypbind/ypbind-1.11-r1.ebuild index d63a0bd2623f..c40980e5c9d2 100644 --- a/net-nds/ypbind/ypbind-1.10.ebuild +++ b/net-nds/ypbind/ypbind-1.11-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.10.ebuild,v 1.1 2002/04/27 23:29:39 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.11-r1.ebuild,v 1.1 2002/06/04 11:14:51 seemant Exp $ MY_P=${PN}-mt-${PV} -S=${WORKDIR}/ypbind-mt-${PV} +S=${WORKDIR}/${MY_P} DESCRIPTION="Multithreaded NIS bind service" -SRC_URI="ftp://ftp.de.kernel.org/pub/linux/utils/net/NIS/${MY_P}.tar.gz" +SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${MY_P}.tar.bz2" HOMEPAGE="http://www.linux-nis.org/nis/ypbind-mt/index.html" DEPEND="net-nds/yp-tools @@ -15,10 +15,8 @@ DEPEND="net-nds/yp-tools RDEPEND="nls? ( sys-devel/gettext )" src_compile() { - local myconf use nls || myconf="--disable-nls" - econf ${myconf} || die make || die } @@ -26,9 +24,7 @@ src_compile() { src_install() { einstall || die dodoc AUTHORS ChangeLog COPYING README THANKS TODO - insinto /etc ; doins etc/yp.conf - - exeinto /etc/init.d - newexe ${FILESDIR}/ypbind.rc6 ypbind + insinto /etc/conf.d ; newins ${FILESDIR}/ypbind.confd ypbind + exeinto /etc/init.d ; newexe ${FILESDIR}/ypbind.rc6 ypbind } diff --git a/net-nds/ypbind/ypbind-1.7-r6.ebuild b/net-nds/ypbind/ypbind-1.7-r6.ebuild deleted file mode 100644 index bf7872e20db8..000000000000 --- a/net-nds/ypbind/ypbind-1.7-r6.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.7-r6.ebuild,v 1.1 2001/10/06 07:00:03 woodchip Exp $ - -A=ypbind-mt-${PV}.tar.gz -S=${WORKDIR}/ypbind-mt-${PV} -DESCRIPTION="Multithreaded NIS bind service" -SRC_URI="ftp://ftp.de.kernel.org/pub/linux/utils/net/NIS/"${A} -HOMEPAGE="http://www.suse.de/~kukuk/nis/ypbind-mt/index.html" - -DEPEND="virtual/glibc" -RDEPEND="virtual/glibc - net-nds/yp-tools - net-nds/portmap" - -src_compile() { - ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man - 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 -} |