commit: 916129ba444937de308ba1499115a051e2607809
Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 7 00:35:38 2015 +0000
Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Mon Dec 7 00:35:48 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916129ba
app-backup/bareos: fix sandbox violation. fixes #566834
Package-Manager: portage-2.2.26
app-backup/bareos/bareos-15.2.2.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/app-backup/bareos/bareos-15.2.2.ebuild
b/app-backup/bareos/bareos-15.2.2.ebuild
index 49be43d..e4ef164 100644
--- a/app-backup/bareos/bareos-15.2.2.ebuild
+++ b/app-backup/bareos/bareos-15.2.2.ebuild
@@ -146,6 +146,8 @@ src_prepare() {
src_configure() {
local myconf=''
+ addpredict /var/lib/logrotate.status
+
if use clientonly; then
myconf="${myconf} \
$(use_enable clientonly client-only) \