From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1322680-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 A3E23158011 for <garchives@archives.gentoo.org>; Mon, 20 Sep 2021 16:47:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE1D6E0985; Mon, 20 Sep 2021 16:47:30 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8C7BE0985 for <gentoo-commits@lists.gentoo.org>; Mon, 20 Sep 2021 16:47:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3AC6734317E for <gentoo-commits@lists.gentoo.org>; Mon, 20 Sep 2021 16:47:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3FA9EE for <gentoo-commits@lists.gentoo.org>; Mon, 20 Sep 2021 16:47:27 +0000 (UTC) From: "Alexandru Campeanu" <tiotags1@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandru Campeanu" <tiotags1@gmail.com> Message-ID: <1632156432.27d10f1ed98688c4761c67670d0c94a9ff6ad4ea.tiotags1@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-servers/hinsightd/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-servers/hinsightd/hinsightd-9999.ebuild www-servers/hinsightd/metadata.xml X-VCS-Directories: www-servers/hinsightd/ X-VCS-Committer: tiotags1 X-VCS-Committer-Name: Alexandru Campeanu X-VCS-Revision: 27d10f1ed98688c4761c67670d0c94a9ff6ad4ea X-VCS-Branch: dev Date: Mon, 20 Sep 2021 16:47:27 +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: d69ccc78-74e2-4c61-a839-71092515c4b5 X-Archives-Hash: 616b9fd78b03ec29e252445d7be0f8e1 commit: 27d10f1ed98688c4761c67670d0c94a9ff6ad4ea Author: tiotags <tiotags1 <AT> gmail <DOT> com> AuthorDate: Mon Sep 20 16:47:12 2021 +0000 Commit: Alexandru Campeanu <tiotags1 <AT> gmail <DOT> com> CommitDate: Mon Sep 20 16:47:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=27d10f1e www-servers/hinsightd: fix config files path Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Alexandru Campeanu <tiotags1 <AT> gmail.com> www-servers/hinsightd/hinsightd-9999.ebuild | 2 +- www-servers/hinsightd/metadata.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/hinsightd/hinsightd-9999.ebuild b/www-servers/hinsightd/hinsightd-9999.ebuild index 25264fc73..0248c5caa 100644 --- a/www-servers/hinsightd/hinsightd-9999.ebuild +++ b/www-servers/hinsightd/hinsightd-9999.ebuild @@ -73,7 +73,7 @@ src_install() { insinto /etc/$PN doins "${S}/workdir/main.lua" doins "${S}/workdir/lib.lua" - doins "${S}/workdir/default_config.lua" + doins -r "${S}/workdir/config/" # logrotate insinto /etc/logrotate.d diff --git a/www-servers/hinsightd/metadata.xml b/www-servers/hinsightd/metadata.xml index 34968a7e2..1db7cf87d 100644 --- a/www-servers/hinsightd/metadata.xml +++ b/www-servers/hinsightd/metadata.xml @@ -19,7 +19,7 @@ <use> <flag name="openssl">Enable tls encryption with openssl</flag> <flag name="cgi">Enable old/slow cgi support (legacy should not be used)</flag> - <flag name="fcgi">Enable fast cgi support</flag> + <flag name="fcgi">Enable fast cgi support (disabling will break the default config)</flag> <flag name="rproxy">Enable reverse proxying support</flag> </use> </pkgmetadata>