Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2018 11:19:51 +1200
From:      Pierre Guinoiseau <pierre@guinoiseau.nz>
To:        Dave Cottlehuber <dch@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   Re: svn commit: r473981 - in branches/2018Q3/www/py-graphite-api: . files
Message-ID:  <733A982D-22D8-49E1-A0D0-8436206488AD@guinoiseau.nz>
In-Reply-To: <201807051903.w65J3mPr021455@repo.freebsd.org>
References:  <201807051903.w65J3mPr021455@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

> On 6/07/2018, at 07:03, Dave Cottlehuber <dch@FreeBSD.org> wrote:
>=20
> +start_precmd()
> +{
> +    test -d "%%GRAPHITEAPI_LOGDIR%%" || install -d -o
> +    ${graphiteapi_user} \

There is either an extra newline or a missing backslash on that line, =
causing an error on startup and a potentially missing log directory.=20

> +        -g ${graphiteapi_group} -m 0750 "%%GRAPHITEAPI_LOGDIR%%"
> +    test -d "%%GRAPHITEAPI_TMPDIR%%" || install -d -o =
${graphiteapi_user} \
> +        -g ${graphiteapi_group} -m 0750 "%%GRAPHITEAPI_TMPDIR%%"
> +}

=E2=80=94
Pierre Guinoiseau <pierre@guinoiseau.nz>
https://segmentationfau.lt/ | +PierreGuinoiseau | @peikk00




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?733A982D-22D8-49E1-A0D0-8436206488AD>