diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-24 06:03:29 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-24 06:03:29 +0000 |
commit | 5687f9b2be724acc1787d8a19a00253c6de55887 (patch) | |
tree | 959a8a36dcf3bca827b7b2d453a6bf2b9a77aae7 /net-fs/nfs-utils/files | |
parent | initial ebuild #53949 (diff) | |
download | historical-5687f9b2be724acc1787d8a19a00253c6de55887.tar.gz historical-5687f9b2be724acc1787d8a19a00253c6de55887.tar.bz2 historical-5687f9b2be724acc1787d8a19a00253c6de55887.zip |
Added 'use ypbind' to nfsmount script to close bug #28195.
Diffstat (limited to 'net-fs/nfs-utils/files')
-rw-r--r-- | net-fs/nfs-utils/files/nfsmount | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-fs/nfs-utils/files/nfsmount b/net-fs/nfs-utils/files/nfsmount index 58ae67c6e740..0498b39d612e 100644 --- a/net-fs/nfs-utils/files/nfsmount +++ b/net-fs/nfs-utils/files/nfsmount @@ -1,10 +1,11 @@ #!/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/nfsmount,v 1.4 2004/07/14 23:36:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfsmount,v 1.5 2004/07/24 06:03:29 eradicator Exp $ depend() { need net portmap + use ypbind } start_statd() { |