summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-08-12 13:26:46 -0700
committerMatt Turner <mattst88@gentoo.org>2019-08-12 14:52:02 -0700
commit89d602ebf3cd3590bfe10c02e6d66aaef455bdd2 (patch)
tree4ca142a9f44d0130fe5a4fd5ef0602909b39f217 /net-fs
parentsys-auth/sssd: Disable broken Python support (diff)
downloadgentoo-89d602ebf3cd3590bfe10c02e6d66aaef455bdd2.tar.gz
gentoo-89d602ebf3cd3590bfe10c02e6d66aaef455bdd2.tar.bz2
gentoo-89d602ebf3cd3590bfe10c02e6d66aaef455bdd2.zip
net-fs/autofs: Depend on nfsclient
... rather than nfs and portmap. Closes: https://bugs.gentoo.org/673330 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/autofs/files/autofs5.initd4
1 files changed, 2 insertions, 2 deletions
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"