commit: 1bf3093a13fb7235350edb96406ba8750968032b Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org> AuthorDate: Sat Aug 1 14:20:44 2020 +0000 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org> CommitDate: Sat Aug 1 14:20:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf3093a
app-backup/bareos: fix bug #725508 Closes: https://bugs.gentoo.org/725508 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org> app-backup/bareos/bareos-19.2.8.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-backup/bareos/bareos-19.2.8.ebuild b/app-backup/bareos/bareos-19.2.8.ebuild index 7f26714cb29..beb2d832467 100644 --- a/app-backup/bareos/bareos-19.2.8.ebuild +++ b/app-backup/bareos/bareos-19.2.8.ebuild @@ -332,6 +332,9 @@ src_install() { diropts -m0755 keepdir /var/log/bareos + insinto /usr/lib/tmpfiles.d + newins "${FILESDIR}"/tmpfiles.d-bareos.conf bareos.conf + # make sure bareos group can execute bareos libexec scripts fowners -R root:bareos /usr/libexec/bareos }
