net-fs/nfs-utils: do not install exports file into /etc

see coreos/bugs#147
This commit is contained in:
mischief 2015-03-05 15:42:10 -08:00 committed by Geoff Levand
parent 393d00f725
commit 234e935d24

View File

@ -114,10 +114,6 @@ src_install() {
doins id_resolver.conf
fi
insinto /etc
doins "${FILESDIR}"/exports
keepdir /etc/exports.d
local f opt_need=""
if use nfsv4 ; then
opt_need="rpc.idmapd"