summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-nds/ypserv/ypserv-2.13.ebuild')
-rw-r--r--net-nds/ypserv/ypserv-2.13.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/net-nds/ypserv/ypserv-2.13.ebuild b/net-nds/ypserv/ypserv-2.13.ebuild
index 71aca77c5996..20d2ea17a313 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 Technologies, Inc.
# 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.1 2004/04/28 20:53:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-2.13.ebuild,v 1.2 2004/04/29 08:47:41 eradicator Exp $
DESCRIPTION="Network Information Service server"
HOMEPAGE="http://www.linux-nis.org/nis/"
@@ -13,11 +13,6 @@ IUSE=""
DEPEND=">=sys-libs/gdbm-1.8.0"
-src_compile() {
- econf --enable-yppasswd || die
- emake || die
-}
-
src_install() {
make DESTDIR=${D} install
dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO
@@ -34,6 +29,7 @@ src_install() {
exeinto /etc/init.d
newexe ${FILESDIR}/ypserv.rc ypserv
newexe ${FILESDIR}/rpc.yppasswdd rpc.yppasswdd
+ newexe ${FILESDIR}/rpc.ypxfrd rpc.ypxfrd
# Save the old config into the new package as CONFIG_PROTECT
# doesn't work for this package.
@@ -50,4 +46,7 @@ pkg_postinst() {
einfo "To complete setup, you will need to edit /var/yp/securenets,"
einfo "/etc/conf.d/ypserv, /etc/ypserv.conf, and possibly"
einfo "/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"
}