summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-07-24 06:26:28 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-07-24 06:26:28 +0000
commitaf06817055425043b45dee119ecc521aeffbc8b0 (patch)
tree6b33e05ed366122a9bf3944521a54e4593160515 /net-nds/ypserv/ypserv-2.13-r1.ebuild
parentadd --enable-http for http fetching, removed gcc3.3 patch, retained gcc3.4 pa... (diff)
downloadgentoo-2-af06817055425043b45dee119ecc521aeffbc8b0.tar.gz
gentoo-2-af06817055425043b45dee119ecc521aeffbc8b0.tar.bz2
gentoo-2-af06817055425043b45dee119ecc521aeffbc8b0.zip
Add conf.d options to set command line options (bug #38219). init script depends on domainname rather than having it set in two places. Marking latest ebuild stable on amd64 and x86. Removing old ebuilds.
Diffstat (limited to 'net-nds/ypserv/ypserv-2.13-r1.ebuild')
-rw-r--r--net-nds/ypserv/ypserv-2.13-r1.ebuild7
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