Gentoo Archives: gentoo-commits

From: Alexandru Campeanu <tiotags1@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-servers/hinsightd/
Date: Mon, 20 Sep 2021 16:47:31
Message-Id: 1632156432.27d10f1ed98688c4761c67670d0c94a9ff6ad4ea.tiotags1@gentoo
1 commit: 27d10f1ed98688c4761c67670d0c94a9ff6ad4ea
2 Author: tiotags <tiotags1 <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 20 16:47:12 2021 +0000
4 Commit: Alexandru Campeanu <tiotags1 <AT> gmail <DOT> com>
5 CommitDate: Mon Sep 20 16:47:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=27d10f1e
7
8 www-servers/hinsightd: fix config files path
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Alexandru Campeanu <tiotags1 <AT> gmail.com>
12
13 www-servers/hinsightd/hinsightd-9999.ebuild | 2 +-
14 www-servers/hinsightd/metadata.xml | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/www-servers/hinsightd/hinsightd-9999.ebuild b/www-servers/hinsightd/hinsightd-9999.ebuild
18 index 25264fc73..0248c5caa 100644
19 --- a/www-servers/hinsightd/hinsightd-9999.ebuild
20 +++ b/www-servers/hinsightd/hinsightd-9999.ebuild
21 @@ -73,7 +73,7 @@ src_install() {
22 insinto /etc/$PN
23 doins "${S}/workdir/main.lua"
24 doins "${S}/workdir/lib.lua"
25 - doins "${S}/workdir/default_config.lua"
26 + doins -r "${S}/workdir/config/"
27
28 # logrotate
29 insinto /etc/logrotate.d
30
31 diff --git a/www-servers/hinsightd/metadata.xml b/www-servers/hinsightd/metadata.xml
32 index 34968a7e2..1db7cf87d 100644
33 --- a/www-servers/hinsightd/metadata.xml
34 +++ b/www-servers/hinsightd/metadata.xml
35 @@ -19,7 +19,7 @@
36 <use>
37 <flag name="openssl">Enable tls encryption with openssl</flag>
38 <flag name="cgi">Enable old/slow cgi support (legacy should not be used)</flag>
39 - <flag name="fcgi">Enable fast cgi support</flag>
40 + <flag name="fcgi">Enable fast cgi support (disabling will break the default config)</flag>
41 <flag name="rproxy">Enable reverse proxying support</flag>
42 </use>
43 </pkgmetadata>