diff options
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/munge/files/munged.tmpfiles.conf | 1 | ||||
-rw-r--r-- | sys-auth/munge/munge-0.5.15.ebuild | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sys-auth/munge/files/munged.tmpfiles.conf b/sys-auth/munge/files/munged.tmpfiles.conf new file mode 100644 index 000000000000..2f82354844f3 --- /dev/null +++ b/sys-auth/munge/files/munged.tmpfiles.conf @@ -0,0 +1 @@ +d /run/munge 0755 munge munge - diff --git a/sys-auth/munge/munge-0.5.15.ebuild b/sys-auth/munge/munge-0.5.15.ebuild index 475278514dd8..885f7c485398 100644 --- a/sys-auth/munge/munge-0.5.15.ebuild +++ b/sys-auth/munge/munge-0.5.15.ebuild @@ -78,11 +78,13 @@ src_install() { newconfd "$(prefixify_ro "${FILESDIR}"/${PN}d.confd)" ${PN}d newinitd "$(prefixify_ro "${FILESDIR}"/${PN}d.initd)" ${PN}d + newtmpfiles "${FILESDIR}"/munged.tmpfiles.conf munged.conf + if ! use static-libs; then find "${ED}" -name '*.la' -delete || die fi } pkg_postinst() { - tmpfiles_process munge.conf + tmpfiles_process munged.conf } |