diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-25 14:10:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-25 14:10:18 +0000 |
commit | 2de7ea638ca2f54314c0327fa36db6bab020bb5c (patch) | |
tree | 8216c584e2d74552173ea3d471e46a643fc5fe53 /net-fs | |
parent | alpha/ia64 KEYWORDS (diff) | |
download | historical-2de7ea638ca2f54314c0327fa36db6bab020bb5c.tar.gz historical-2de7ea638ca2f54314c0327fa36db6bab020bb5c.tar.bz2 historical-2de7ea638ca2f54314c0327fa36db6bab020bb5c.zip |
use ypbind #68361
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/nfs-utils/Manifest | 8 | ||||
-rw-r--r-- | net-fs/nfs-utils/files/nfs-5 | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net-fs/nfs-utils/Manifest b/net-fs/nfs-utils/Manifest index 81411ce8df8b..1a19ec1f750c 100644 --- a/net-fs/nfs-utils/Manifest +++ b/net-fs/nfs-utils/Manifest @@ -16,11 +16,11 @@ MD5 b8368dca9c921631ed7019c5c08c3a11 files/nfsmount 1163 MD5 3a3d8bd1a03bbf2c51a4e77a3516febd files/digest-nfs-utils-1.0.6-r1 67 MD5 972c19f796b7767aebc138eae1314090 files/nfs-3 5135 MD5 3a3d8bd1a03bbf2c51a4e77a3516febd files/digest-nfs-utils-1.0.6-r4 67 -MD5 fb05ee33c977d298669f4290918027a8 files/nfs-5 5286 +MD5 b742d94fd6d6f719c994dc7920b878e5 files/nfs-5 5299 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBfQk5HTu7gpaalycRAnbWAKC5P+oM67lQTASL+E5jwH1CzOqDEQCg6m7+ -IW7//EhF2pzbYDolDmbvQMA= -=c7CO +iD8DBQFBfQlvHTu7gpaalycRAmc+AJoCXsS1vefLmh3OHGJPviA8moz9tQCfSEau +r6s+a6WgVU/UcTvG1znGw08= +=HArR -----END PGP SIGNATURE----- diff --git a/net-fs/nfs-utils/files/nfs-5 b/net-fs/nfs-utils/files/nfs-5 index 637106c39e37..83224464890a 100644 --- a/net-fs/nfs-utils/files/nfs-5 +++ b/net-fs/nfs-utils/files/nfs-5 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs-5,v 1.4 2004/10/09 18:42:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs-5,v 1.5 2004/10/25 14:10:18 vapier Exp $ #--------------------------------------------------------------------------- # This script starts/stops the following @@ -27,6 +27,8 @@ nfsd=/usr/sbin/rpc.nfsd mountd=/usr/sbin/rpc.mountd depend() { + use ypbind + local myneed="net portmap" if [ -x /sbin/idmapd ] ; then if grep -q rpc_pipefs /proc/filesystems &>/dev/null; then |