commit:     89d602ebf3cd3590bfe10c02e6d66aaef455bdd2
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 12 20:26:46 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 21:52:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d602eb

net-fs/autofs: Depend on nfsclient

... rather than nfs and portmap.

Closes: https://bugs.gentoo.org/673330
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-fs/autofs/files/autofs5.initd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-fs/autofs/files/autofs5.initd 
b/net-fs/autofs/files/autofs5.initd
index 119585c995e..1b9b0fadd8b 100644
--- a/net-fs/autofs/files/autofs5.initd
+++ b/net-fs/autofs/files/autofs5.initd
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 DAEMON=/usr/sbin/automount
@@ -8,7 +8,7 @@ DEVICE=autofs
 
 depend() {
        need localmount 
-       use ypbind nfs slapd portmap net
+       use ypbind nfsclient slapd net
 }
 
 extra_started_commands="reload"

Reply via email to