From 916129ba444937de308ba1499115a051e2607809 Mon Sep 17 00:00:00 2001 From: Marc Schiffbauer Date: Mon, 7 Dec 2015 01:35:38 +0100 Subject: 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(+) (limited to 'app-backup') diff --git a/app-backup/bareos/bareos-15.2.2.ebuild b/app-backup/bareos/bareos-15.2.2.ebuild index 49be43dfdccc..e4ef164b475f 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) \ -- cgit v1.2.3-65-gdbad