On Sat, May 27, 2023 at 08:08:11PM +0000, Lucas Raab wrote:
> On Fri, May 26, 2023 at 11:51:31AM +0200, Florian Obser wrote:
> > On 2023-05-18 02:45 UTC, Lucas Raab <tuftedocelot@fastmail.fm> wrote:
> > > On Thu, Apr 27, 2023 at 09:20:11AM +0000, Lucas Raab wrote:
> > >> Hello,
> > >>
> > >> Here's an update for grafana to 9.5.1. I've run a couple 9.4.* releases
> > >> between the last update and this one. 9.4.* and 9.5.1 have been running fine.
> > >>
> > >> Other tests with this one?
> > >>
> > >> Thanks,
> > >> Lucas
> > >
> > > update attached for 9.5.2
> > >
> > >
> >
> > This seems to have broken rcctl ls failed.
> >
> > Adding
> >
> > pexp="grafana server ${daemon_flags}"
> >
> > to /etc/rc.d/grafana seems to fix things. It really wants
> > ${daemon_flags} in there, "grafana server" alone does not work.
> >
> > --
> > In my defence, I have been left unsupervised.
>
> aha, thanks! How's this look/work for you? Checking with ls and check now
> report ok
reads OK to me
> diff /usr/ports
> commit - a9f5d812e63cf62ea6dc6606835bde486480cda7
> path + /usr/ports
> blob - c7b35fd75387181c674ccbf280239f1fd9b74f3d
> file + sysutils/grafana/Makefile
> --- sysutils/grafana/Makefile
> +++ sysutils/grafana/Makefile
> @@ -5,6 +5,7 @@ PKGNAME = grafana-$V
> WRKDIST = ${WRKDIR}/grafana-$V
> EXTRACT_SUFX = .tar.zst
> PKGNAME = grafana-$V
> +REVISION = 0
>
> MAINTAINER = Lucas Raab <tuftedocelot@fastmail.fm>
>
> blob - b0d9c456b196a6fe2ea5532ecd0ebd31e217daa3
> file + sysutils/grafana/pkg/grafana.rc
> --- sysutils/grafana/pkg/grafana.rc
> +++ sysutils/grafana/pkg/grafana.rc
> @@ -6,6 +6,7 @@ rc_bg=YES
>
> . /etc/rc.d/rc.subr
>
> +pexp="grafana server ${daemon_flags}"
> rc_bg=YES
> rc_reload=NO
>
No comments:
Post a Comment