From 89d602ebf3cd3590bfe10c02e6d66aaef455bdd2 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 12 Aug 2019 13:26:46 -0700 Subject: net-fs/autofs: Depend on nfsclient ... rather than nfs and portmap. Closes: https://bugs.gentoo.org/673330 Signed-off-by: Matt Turner --- net-fs/autofs/files/autofs5.initd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-fs/autofs') 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" -- cgit v1.2.3