Gentoo Archives: gentoo-commits

From: Marc Schiffbauer <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/bareos/
Date: Mon, 07 Dec 2015 00:36:03
Message-Id: 1449448548.916129ba444937de308ba1499115a051e2607809.mschiff@gentoo
1 commit: 916129ba444937de308ba1499115a051e2607809
2 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 7 00:35:38 2015 +0000
4 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 7 00:35:48 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916129ba
7
8 app-backup/bareos: fix sandbox violation. fixes #566834
9
10 Package-Manager: portage-2.2.26
11
12 app-backup/bareos/bareos-15.2.2.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/app-backup/bareos/bareos-15.2.2.ebuild b/app-backup/bareos/bareos-15.2.2.ebuild
16 index 49be43d..e4ef164 100644
17 --- a/app-backup/bareos/bareos-15.2.2.ebuild
18 +++ b/app-backup/bareos/bareos-15.2.2.ebuild
19 @@ -146,6 +146,8 @@ src_prepare() {
20 src_configure() {
21 local myconf=''
22
23 + addpredict /var/lib/logrotate.status
24 +
25 if use clientonly; then
26 myconf="${myconf} \
27 $(use_enable clientonly client-only) \