net-fs/autofs: Depend on nfsclient
authorMatt Turner <mattst88@gentoo.org>
Mon, 12 Aug 2019 20:26:46 +0000 (13:26 -0700)
committerMatt Turner <mattst88@gentoo.org>
Mon, 12 Aug 2019 21:52:02 +0000 (14:52 -0700)
... rather than nfs and portmap.

Closes: https://bugs.gentoo.org/673330
Signed-off-by: Matt Turner <mattst88@gentoo.org>
net-fs/autofs/files/autofs5.initd

index 119585c995e0b7ae1122f9a4750b2a6a72e5fbfb..1b9b0fadd8bb2a65f3b39c83f55a9c1133ee59fa 100644 (file)
@@ -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"