diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-24 06:26:28 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-24 06:26:28 +0000 |
commit | af06817055425043b45dee119ecc521aeffbc8b0 (patch) | |
tree | 6b33e05ed366122a9bf3944521a54e4593160515 /net-nds/ypserv/ypserv-2.13.ebuild | |
parent | add --enable-http for http fetching, removed gcc3.3 patch, retained gcc3.4 pa... (diff) | |
download | gentoo-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.ebuild')
-rw-r--r-- | net-nds/ypserv/ypserv-2.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/ypserv/ypserv-2.13.ebuild b/net-nds/ypserv/ypserv-2.13.ebuild index 852fecbb0b63..d55839ff037a 100644 --- a/net-nds/ypserv/ypserv-2.13.ebuild +++ b/net-nds/ypserv/ypserv-2.13.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.ebuild,v 1.3 2004/06/25 00:24:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-2.13.ebuild,v 1.4 2004/07/24 06:26:28 eradicator Exp $ DESCRIPTION="Network Information Service server" HOMEPAGE="http://www.linux-nis.org/nis/" @@ -27,7 +27,7 @@ src_install() { newins ${FILESDIR}/ypserv.confd ypserv exeinto /etc/init.d - newexe ${FILESDIR}/ypserv.rc ypserv + newexe ${FILESDIR}/ypserv ypserv newexe ${FILESDIR}/rpc.yppasswdd rpc.yppasswdd newexe ${FILESDIR}/rpc.ypxfrd rpc.ypxfrd |