From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 1F2E5138334 for ; Wed, 21 Nov 2018 09:02:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B9DDE08D9; Wed, 21 Nov 2018 09:02:40 +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 08B14E08D9 for ; Wed, 21 Nov 2018 09:02:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2DDE0335C07 for ; Wed, 21 Nov 2018 09:02:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A9C2464 for ; Wed, 21 Nov 2018 09:02:36 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1542790943.a01a3b52d588604f5fd476b4d8273697d41499b2.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/keepalived/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild X-VCS-Directories: sys-cluster/keepalived/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: a01a3b52d588604f5fd476b4d8273697d41499b2 X-VCS-Branch: master Date: Wed, 21 Nov 2018 09:02:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1a523c80-ad6b-448d-9e68-25c6bb0acebb X-Archives-Hash: 726dce6a7b34dd053bfb89db93fc3b34 commit: a01a3b52d588604f5fd476b4d8273697d41499b2 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Nov 21 09:02:23 2018 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Nov 21 09:02:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a01a3b52 sys-cluster/keepalived: fix a sandbox violation issue, because the configure tries to detect the init system. Thanks to Tomas Mozes, wrt to bug #655300 Signed-off-by: Agostino Sarubbo gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild b/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild index a9e8dd02900..21b1b911c6e 100644 --- a/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild +++ b/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild @@ -43,6 +43,7 @@ src_prepare() { src_configure() { STRIP=/bin/true \ econf \ + --with-init=custom \ --with-kernel-dir=/usr \ --enable-sha1 \ --enable-vrrp \