projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7460b07
)
net-fs/autofs: Depend on nfsclient
author
Matt Turner
<mattst88@gentoo.org>
Mon, 12 Aug 2019 20:26:46 +0000
(13:26 -0700)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/net-fs/autofs/files/autofs5.initd
b/net-fs/autofs/files/autofs5.initd
index 119585c995e0b7ae1122f9a4750b2a6a72e5fbfb..1b9b0fadd8bb2a65f3b39c83f55a9c1133ee59fa 100644
(file)
--- a/
net-fs/autofs/files/autofs5.initd
+++ b/
net-fs/autofs/files/autofs5.initd
@@
-1,5
+1,5
@@
#!/sbin/openrc-run
-# Copyright 1999-201
1 Gentoo Foundation
+# Copyright 1999-201
9 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 nfs
client slapd
net
}
extra_started_commands="reload"