Date: Tue, 10 Mar 2026 17:35:04 +0000 From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Saro <web@saromedia.com> Subject: git: 929e671f5c86 - main - textproc/kibana8: Fix path to executable in rc.d script Message-ID: <69b05648.19331.51cbada1@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=929e671f5c86254f5cfee291a67a591fdd166d92 commit 929e671f5c86254f5cfee291a67a591fdd166d92 Author: Saro <web@saromedia.com> AuthorDate: 2026-03-10 17:31:35 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-03-10 17:31:35 +0000 textproc/kibana8: Fix path to executable in rc.d script PR: 284290 Approved by: blanket (fix runtime) --- textproc/kibana8/Makefile | 1 + textproc/kibana8/files/kibana.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/kibana8/Makefile b/textproc/kibana8/Makefile index 350242b940dd..b6d136b29c78 100644 --- a/textproc/kibana8/Makefile +++ b/textproc/kibana8/Makefile @@ -1,6 +1,7 @@ PORTNAME= kibana DISTVERSION= 8.19.12 DISTVERSIONSUFFIX= -linux-x86_64 +PORTREVISION= 1 CATEGORIES= textproc www MASTER_SITES= https://artifacts.elastic.co/downloads/kibana/ \ http://artifacts.elastic.co/downloads/kibana/ \ diff --git a/textproc/kibana8/files/kibana.in b/textproc/kibana8/files/kibana.in index 6525b0a78341..5e9700143016 100644 --- a/textproc/kibana8/files/kibana.in +++ b/textproc/kibana8/files/kibana.in @@ -49,7 +49,7 @@ command="/usr/sbin/daemon" command_args="-f ${kibana_syslog_output_flags} -p ${pidfile} -t ${name} \ /usr/bin/env BABEL_DISABLE_CACHE=1 NODE_ENV=production ${kibana_env} \ ${NODE} --no-warnings --max-http-header-size=65536 \ - %%WWWDIR%%/src/cli/dist serve \ + %%WWWDIR%%/src/cli/kibana/dist.js serve \ --config ${kibana_config} --log-file ${kibana_log} \ --xpack.reporting.enabled=false ${kibana_args}"home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b05648.19331.51cbada1>
