diff options
author | 2004-10-25 14:10:18 +0000 | |
---|---|---|
committer | 2004-10-25 14:10:18 +0000 | |
commit | 0e5d93fdc13c26b505667d5afef3aada02a347c5 (patch) | |
tree | 07c8033f555585c572f5c2c963448a028897cb74 /net-fs/nfs-utils | |
parent | alpha/ia64 KEYWORDS (Manifest recommit) (diff) | |
download | gentoo-2-0e5d93fdc13c26b505667d5afef3aada02a347c5.tar.gz gentoo-2-0e5d93fdc13c26b505667d5afef3aada02a347c5.tar.bz2 gentoo-2-0e5d93fdc13c26b505667d5afef3aada02a347c5.zip |
use ypbind #68361
Diffstat (limited to 'net-fs/nfs-utils')
-rw-r--r-- | net-fs/nfs-utils/files/nfs-5 | 4 |
1 files changed, 3 insertions, 1 deletions
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 |