svn commit: r473981 - in branches/2018Q3/www/py-graphite-api: . files

Pierre Guinoiseau pierre at guinoiseau.nz
Sun Jul 15 23:20:08 UTC 2018


> On 6/07/2018, at 07:03, Dave Cottlehuber <dch at FreeBSD.org> wrote:
> 
> +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. 

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

—
Pierre Guinoiseau <pierre at guinoiseau.nz>
https://segmentationfau.lt/ | +PierreGuinoiseau | @peikk00



More information about the svn-ports-all mailing list