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>

Reply via email to