maintainer-feedback requested: [Bug 284290] textproc/kibana8 - wrong path to executable in rc.d script

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 23 Jan 2025 12:42:29 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-elastic (Nobody)
<elastic@FreeBSD.org> for maintainer-feedback:
Bug 284290: textproc/kibana8 - wrong path to executable in rc.d script
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284290



--- Description ---
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