Both the -1.1.3 and the -1.1.4 ebuilds contain the following line:
use !nonfsv4 && doins utils/idmapd/idmapd.conf
But trying to emerge the -1.1.4 version I get the following error:
ake[2]: Leaving directory
`/var/tmp/portage/net-fs/nfs-utils-1.1.4/work/nfs-utils-1.1.4'
make[1]: Leaving directory
`/var/tmp/portage/net-fs/nfs-utils-1.1.4/work/nfs-utils-1.1.4'
install: cannot stat `utils/idmapd/idmapd.conf': No such file or directory
>>> Completed installing nfs-utils-1.1.4 into /var/tmp/portage/net-fs/nfs-utils-1.1.4/image/
strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment
It seems that utils/idmapd/idmapd.conf was removed from the source tarball:
# tar -tzf /usr/portage/distfiles/nfs-utils-1.1.3.tar.gz |grep conf
nfs-utils-1.1.3/config.sub
nfs-utils-1.1.3/support/include/config.h.in
nfs-utils-1.1.3/configure.ac
nfs-utils-1.1.3/config.guess
nfs-utils-1.1.3/configure
nfs-utils-1.1.3/utils/idmapd/idmapd.conf
nfs-utils-1.1.3/utils/idmapd/idmapd.conf.man
# tar -tjf /usr/portage/distfiles/nfs-utils-1.1.4.tar.bz2 |grep conf
nfs-utils-1.1.4/configure
nfs-utils-1.1.4/support/include/config.h.in
nfs-utils-1.1.4/config.guess
nfs-utils-1.1.4/configure.ac
nfs-utils-1.1.4/config.sub
nfs-utils-1.1.4/utils/idmapd/idmapd.conf.man
Reproducible: Always
Steps to Reproduce:
1. have the default, unmodified /etc/idmapd.conf installed
2. upgrade from nfs-utils-1.1.3 to -1.1.4
3. find that /etc/idmapd.conf is now missing