[Bug 284290] textproc/kibana8 - wrong path to executable in rc.d script
Date: Thu, 23 Jan 2025 12:42:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284290
Bug ID: 284290
Summary: textproc/kibana8 - wrong path to executable in rc.d
script
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: elastic@FreeBSD.org
Reporter: mops@punkt.de
Flags: maintainer-feedback?(elastic@FreeBSD.org)
Assignee: elastic@FreeBSD.org
Hello,
/usr/local/etc/rc.d/kibana contains this line:
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 \
/usr/local/www/kibana8/src/cli/dist serve \
--config ${kibana_config} --log-file ${kibana_log} \
--xpack.reporting.enabled=false ${kibana_args}"
But the "dist" executable is installed as:
/usr/local/www/kibana8/src/cli/dist.js
One of these needs to be changed.
Kind regards,
Patrick
--
You are receiving this mail because:
You are the assignee for the bug.