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 36E761396D9 for ; Sat, 4 Nov 2017 23:40:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2527E0EBE; Sat, 4 Nov 2017 23:40:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C6D15E0EBE for ; Sat, 4 Nov 2017 23:40:24 +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 BD35F341770 for ; Sat, 4 Nov 2017 23:40:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98A0C952D for ; Sat, 4 Nov 2017 23:40:20 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1509838642.ec1a909b25ce487843dce8bbb644c9e388ff38f0.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pnp4nagios/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r4.ebuild X-VCS-Directories: net-analyzer/pnp4nagios/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: ec1a909b25ce487843dce8bbb644c9e388ff38f0 X-VCS-Branch: master Date: Sat, 4 Nov 2017 23:40:20 +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: f878e0a6-3d50-4a54-a65f-704a3cd1385c X-Archives-Hash: 06f1a02394d98155249bd136212f0927 commit: ec1a909b25ce487843dce8bbb644c9e388ff38f0 Author: Michael Orlitzky gentoo org> AuthorDate: Thu Nov 2 20:12:23 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat Nov 4 23:37:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec1a909b net-analyzer/pnp4nagios: new revision to fix apache2 conf file. The last few revisions have done, insinto "${APACHE_MODULES_CONFDIR}" but the depend.apache eclass was removed in pnp4nagios-0.6.25-r3, which means that the conf file wound up installed to ${ROOT}. The new revision specifies the path explicitly without using the eclass variable. Package-Manager: Portage-2.3.8, Repoman-2.3.3 .../{pnp4nagios-0.6.26-r3.ebuild => pnp4nagios-0.6.26-r4.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r4.ebuild similarity index 98% rename from net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild rename to net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r4.ebuild index daba225be4f..c173abd999e 100644 --- a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild +++ b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r4.ebuild @@ -80,7 +80,7 @@ src_install() { fperms o-rwx /etc/pnp/process_perfdata.cfg if use apache2 ; then - insinto "${APACHE_MODULES_CONFDIR}" + insinto /etc/apache2/modules.d newins "${FILESDIR}"/98_pnp4nagios-2.4.conf 98_pnp4nagios.conf # This one file isn't world-readable, but it should be group-