From: Matt Turner Date: Mon, 12 Aug 2019 20:26:46 +0000 (-0700) Subject: net-fs/autofs: Depend on nfsclient X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=89d602ebf3cd3590bfe10c02e6d66aaef455bdd2;p=gentoo.git net-fs/autofs: Depend on nfsclient ... rather than nfs and portmap. Closes: https://bugs.gentoo.org/673330 Signed-off-by: Matt Turner --- diff --git a/net-fs/autofs/files/autofs5.initd b/net-fs/autofs/files/autofs5.initd index 119585c995e0..1b9b0fadd8bb 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"