commit: f776b0a27871c309966369488fefc441e72ac4fc Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon Sep 2 07:05:17 2019 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Sep 2 07:08:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f776b0a2
net-fs/nfs-utils: Install idmapd.conf Closes: https://bugs.gentoo.org/690982 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> net-fs/nfs-utils/nfs-utils-2.4.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-fs/nfs-utils/nfs-utils-2.4.1.ebuild b/net-fs/nfs-utils/nfs-utils-2.4.1.ebuild index 0fcea1be6f2..a5ab25a93ce 100644 --- a/net-fs/nfs-utils/nfs-utils-2.4.1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.4.1.ebuild @@ -138,6 +138,9 @@ src_install() { mv "${ED}"/usr/sbin/rpc.statd "${ED}"/sbin/ || die if use nfsv4 && use nfsidmap ; then + insinto /etc + doins support/nfsidmap/idmapd.conf + # Install a config file for idmappers in newer kernels. #415625 insinto /etc/request-key.d echo 'create id_resolver * * /usr/sbin/nfsidmap -t 600 %k %d' > id_resolver.conf
