From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1192655-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A223F138359 for <garchives@archives.gentoo.org>; Sat, 1 Aug 2020 14:21:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2F59E09F8; Sat, 1 Aug 2020 14:21:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B565FE09F8 for <gentoo-commits@lists.gentoo.org>; Sat, 1 Aug 2020 14:21:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6142834EBC4 for <gentoo-commits@lists.gentoo.org>; Sat, 1 Aug 2020 14:21:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6EC42F3 for <gentoo-commits@lists.gentoo.org>; Sat, 1 Aug 2020 14:21:15 +0000 (UTC) From: "Marc Schiffbauer" <mschiff@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" <mschiff@gentoo.org> Message-ID: <1596291644.1bf3093a13fb7235350edb96406ba8750968032b.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/bareos/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/bareos/bareos-19.2.8.ebuild X-VCS-Directories: app-backup/bareos/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 1bf3093a13fb7235350edb96406ba8750968032b X-VCS-Branch: master Date: Sat, 1 Aug 2020 14:21:15 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 13105e47-fc91-46f5-aa66-2daa77b950e4 X-Archives-Hash: c26267435a4b50e2e0480488b7f729e8 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 }