Summary: | sysutils/graylog: update 2.2.2 -> 2.2.3 and fix daemon handling | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dave Cottlehuber <dch> | ||||||||
Component: | Individual Port(s) | Assignee: | Palle Girgensohn <girgen> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | girgen, miwi, thomas | ||||||||
Priority: | --- | Flags: | thomas:
maintainer-feedback+
|
||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
Dave Cottlehuber
2017-04-22 14:13:04 UTC
Created attachment 182061 [details]
v2 patch with local logfiles
# QA
- works on 12.0-CURRENT/amd64 and 11.0Rp8/amd64
- portlint OK (2 WARNs)
WARN: Makefile: possible use of absolute pathname "/var/db/graylog".
WARN: Makefile: possible use of absolute pathname "/var/log/graylog"
- poudriere matrix OK for 11.0/10.3 amd64+i386
# commit message
sysutils/graylog: update 2.2.2 -> 2.2.3
- fix rc.d start/stop using daemon(8)
- ensure java version matches app requirements
- fix logging by using log4j2 correctly
- tweak JVM options for great good
- add single node usage notes to pkg-message
Created attachment 182109 [details]
v3 patch fixes double --no-pid-file fail
We should be good to go here; I screwed up moving the patch from git to svn,
inadvertently left in a --no-pid-file line in the JVM options which blocks
the service from starting at all.
A commit references this bug: Author: girgen Date: Wed May 31 17:31:53 UTC 2017 New revision: 442244 URL: https://svnweb.freebsd.org/changeset/ports/442244 Log: Update to 2.2.3 and fix daemon handling PR: 218814 Submitted by: Dave Cottlehuber Approved by: maintainer Changes: head/sysutils/graylog/Makefile head/sysutils/graylog/distinfo head/sysutils/graylog/files/graylog.in head/sysutils/graylog/files/log4j2.xml.in head/sysutils/graylog/files/pkg-message.in head/sysutils/graylog/files/server.conf.in head/sysutils/graylog/files/server.conf.sample.in head/sysutils/graylog/pkg-plist I missed the great commit message, sorry about that! Committed. Thanks! |