diff options
author | 2020-08-01 16:20:44 +0200 | |
---|---|---|
committer | 2020-08-01 16:20:44 +0200 | |
commit | 1bf3093a13fb7235350edb96406ba8750968032b (patch) | |
tree | beff33452344c288f3879487c473b55cdeecceef /app-backup/bareos | |
parent | app-backup/bareos: remove old 19.2 version (diff) | |
download | gentoo-1bf3093a13fb7235350edb96406ba8750968032b.tar.gz gentoo-1bf3093a13fb7235350edb96406ba8750968032b.tar.bz2 gentoo-1bf3093a13fb7235350edb96406ba8750968032b.zip |
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@gentoo.org>
Diffstat (limited to 'app-backup/bareos')
-rw-r--r-- | app-backup/bareos/bareos-19.2.8.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-backup/bareos/bareos-19.2.8.ebuild b/app-backup/bareos/bareos-19.2.8.ebuild index 7f26714cb292..beb2d8324673 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 } |