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/nfs-utils/
Date: Mon, 02 Sep 2019 07:08:48
Message-Id: 1567408093.f776b0a27871c309966369488fefc441e72ac4fc.mattst88@gentoo
1 commit: f776b0a27871c309966369488fefc441e72ac4fc
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 2 07:05:17 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 2 07:08:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f776b0a2
7
8 net-fs/nfs-utils: Install idmapd.conf
9
10 Closes: https://bugs.gentoo.org/690982
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 net-fs/nfs-utils/nfs-utils-2.4.1.ebuild | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/net-fs/nfs-utils/nfs-utils-2.4.1.ebuild b/net-fs/nfs-utils/nfs-utils-2.4.1.ebuild
17 index 0fcea1be6f2..a5ab25a93ce 100644
18 --- a/net-fs/nfs-utils/nfs-utils-2.4.1.ebuild
19 +++ b/net-fs/nfs-utils/nfs-utils-2.4.1.ebuild
20 @@ -138,6 +138,9 @@ src_install() {
21 mv "${ED}"/usr/sbin/rpc.statd "${ED}"/sbin/ || die
22
23 if use nfsv4 && use nfsidmap ; then
24 + insinto /etc
25 + doins support/nfsidmap/idmapd.conf
26 +
27 # Install a config file for idmappers in newer kernels. #415625
28 insinto /etc/request-key.d
29 echo 'create id_resolver * * /usr/sbin/nfsidmap -t 600 %k %d' > id_resolver.conf