diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-15 05:27:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-15 05:27:58 +0000 |
commit | b20c46c80dba8677ad332035dd9c56245e8ef75b (patch) | |
tree | 38472b3999f4f89a610bf5481b719dbe63aa512b /net-fs | |
parent | sep nfs4 and kerberos logic ... you dont need kerberos for nfs4 (diff) | |
download | gentoo-2-b20c46c80dba8677ad332035dd9c56245e8ef75b.tar.gz gentoo-2-b20c46c80dba8677ad332035dd9c56245e8ef75b.tar.bz2 gentoo-2-b20c46c80dba8677ad332035dd9c56245e8ef75b.zip |
remove note about idmapd
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/nfs-utils/nfs-utils-1.0.6-r6.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-fs/nfs-utils/nfs-utils-1.0.6-r6.ebuild b/net-fs/nfs-utils/nfs-utils-1.0.6-r6.ebuild index 89759ae32a6c..756b4fd65d47 100644 --- a/net-fs/nfs-utils/nfs-utils-1.0.6-r6.ebuild +++ b/net-fs/nfs-utils/nfs-utils-1.0.6-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.0.6-r6.ebuild,v 1.11 2005/01/15 19:02:44 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.0.6-r6.ebuild,v 1.12 2005/03/15 05:27:58 vapier Exp $ inherit gnuconfig eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/nfs/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh s390 sparc x86" IUSE="tcpd" RDEPEND="tcpd? ( sys-apps/tcp-wrappers ) @@ -94,9 +94,6 @@ pkg_postinst() { einfo "(or later) is installed." einfo "More info at ${HOMEPAGE} (see questions 5, 12, 13, and 14)." echo - einfo "If you plan on using NFS V4 then you should emerge the idmapd" - einfo "package now." - echo ewarn "PLEASE note: Since the latest NFS utils has changed the server" ewarn "default to \"sync\" IO, then if no behavior is specified in the" ewarn "export list, thus assuming the default behavior, a warning will" |