From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-836787-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 2768A13881C
	for <garchives@archives.gentoo.org>; Fri, 25 Sep 2015 04:35:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1C2CB21C008;
	Fri, 25 Sep 2015 04:34:58 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id B238221C008
	for <gentoo-commits@lists.gentoo.org>; Fri, 25 Sep 2015 04:34:57 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id BEF1A340649
	for <gentoo-commits@lists.gentoo.org>; Fri, 25 Sep 2015 04:34:56 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 43E1E1F5
	for <gentoo-commits@lists.gentoo.org>; Fri, 25 Sep 2015 04:34:55 +0000 (UTC)
From: "Jeroen Roovers" <jer@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, "Jeroen Roovers" <jer@gentoo.org>
Message-ID: <1443155685.f9b2cee2bc409c86566a863664a4b991748dd3de.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-analyzer/argus/argus-3.0.8.1.ebuild
X-VCS-Directories: net-analyzer/argus/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: f9b2cee2bc409c86566a863664a4b991748dd3de
X-VCS-Branch: master
Date: Fri, 25 Sep 2015 04:34:55 +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-Archives-Salt: 642ae5cd-32bd-46d6-b1a7-bc465e13280a
X-Archives-Hash: 9ea34523433ac003c3c7f8781e1c856d

commit:     f9b2cee2bc409c86566a863664a4b991748dd3de
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 04:34:31 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 04:34:45 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b2cee2

net-analyzer/argus: Fix file permissions (bug #561360 by Toralf Förster).

Package-Manager: portage-2.2.20.1

 net-analyzer/argus/argus-3.0.8.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-analyzer/argus/argus-3.0.8.1.ebuild b/net-analyzer/argus/argus-3.0.8.1.ebuild
index 9a99e14..e098aec 100644
--- a/net-analyzer/argus/argus-3.0.8.1.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.1.ebuild
@@ -28,6 +28,7 @@ DEPEND="
 "
 
 src_prepare() {
+	find . -type f -execdir chmod +w {} \; #561360
 	sed -e 's:/etc/argus.conf:/etc/argus/argus.conf:' \
 		-i argus/argus.c \
 		-i support/Config/argus.conf \