summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-09-02 00:05:17 -0700
committerMatt Turner <mattst88@gentoo.org>2019-09-02 00:08:13 -0700
commitf776b0a27871c309966369488fefc441e72ac4fc (patch)
tree2ec859f47e122017f65e5d8ee7ef1466d9105d31 /net-fs/nfs-utils
parentnet-fs/nfs-utils: Handle quoted export directories (diff)
downloadgentoo-f776b0a27871c309966369488fefc441e72ac4fc.tar.gz
gentoo-f776b0a27871c309966369488fefc441e72ac4fc.tar.bz2
gentoo-f776b0a27871c309966369488fefc441e72ac4fc.zip
net-fs/nfs-utils: Install idmapd.conf
Closes: https://bugs.gentoo.org/690982 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-fs/nfs-utils')
-rw-r--r--net-fs/nfs-utils/nfs-utils-2.4.1.ebuild3
1 files changed, 3 insertions, 0 deletions
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 0fcea1be6f26..a5ab25a93ce8 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