diff options
Diffstat (limited to 'net-nds/ypserv/ypserv-2.13-r1.ebuild')
-rw-r--r-- | net-nds/ypserv/ypserv-2.13-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-nds/ypserv/ypserv-2.13-r1.ebuild b/net-nds/ypserv/ypserv-2.13-r1.ebuild index c1926d2a3ad6..e867688241e7 100644 --- a/net-nds/ypserv/ypserv-2.13-r1.ebuild +++ b/net-nds/ypserv/ypserv-2.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.3 2004/06/25 00:24:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-2.13-r1.ebuild,v 1.4 2004/07/24 06:26:28 eradicator Exp $ DESCRIPTION="Network Information Service server" HOMEPAGE="http://www.linux-nis.org/nis/" @@ -8,7 +8,7 @@ SRC_URI="mirror://kernel/linux/utils/net/NIS/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~ppc64 ~amd64" +KEYWORDS="x86 ~ppc ~sparc ~ppc64 amd64" IUSE="" DEPEND=">=sys-libs/gdbm-1.8.0" @@ -26,9 +26,10 @@ src_install() { insinto /etc/conf.d newins ${FILESDIR}/ypserv.confd ypserv newins ${FILESDIR}/rpc.yppasswdd.confd rpc.yppasswdd + newins ${FILESDIR}/rpc.ypxfrd.confd rpc.ypxfrd exeinto /etc/init.d - newexe ${FILESDIR}/ypserv.rc ypserv + newexe ${FILESDIR}/ypserv ypserv newexe ${FILESDIR}/rpc.yppasswdd-r1 rpc.yppasswdd newexe ${FILESDIR}/rpc.ypxfrd rpc.ypxfrd |