Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/autofs/files/
Date: Mon, 12 Aug 2019 21:52:24
Message-Id: 1565646722.89d602ebf3cd3590bfe10c02e6d66aaef455bdd2.mattst88@gentoo
1 commit: 89d602ebf3cd3590bfe10c02e6d66aaef455bdd2
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 12 20:26:46 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 12 21:52:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d602eb
7
8 net-fs/autofs: Depend on nfsclient
9
10 ... rather than nfs and portmap.
11
12 Closes: https://bugs.gentoo.org/673330
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 net-fs/autofs/files/autofs5.initd | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-fs/autofs/files/autofs5.initd b/net-fs/autofs/files/autofs5.initd
19 index 119585c995e..1b9b0fadd8b 100644
20 --- a/net-fs/autofs/files/autofs5.initd
21 +++ b/net-fs/autofs/files/autofs5.initd
22 @@ -1,5 +1,5 @@
23 #!/sbin/openrc-run
24 -# Copyright 1999-2011 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 DAEMON=/usr/sbin/automount
29 @@ -8,7 +8,7 @@ DEVICE=autofs
30
31 depend() {
32 need localmount
33 - use ypbind nfs slapd portmap net
34 + use ypbind nfsclient slapd net
35 }
36
37 extra_started_commands="reload"