- align file locations to match new upstream config - amend messages and UPDATING to alert users - use upstream sample files for default configuration - MAINTAINER timeout Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D20021
9 lines
525 B
Text
9 lines
525 B
Text
%%DATADIR%%/graylog.jar
|
|
%%DATADIR%%/plugin/%%PORTNAME%%-plugin-aws-%%DISTVERSION%%.jar
|
|
%%DATADIR%%/plugin/%%PORTNAME%%-plugin-collector-%%DISTVERSION%%.jar
|
|
%%DATADIR%%/plugin/%%PORTNAME%%-plugin-threatintel-%%DISTVERSION%%.jar
|
|
@dir %%ETCDIR%%
|
|
@dir(%%GRAYLOGUSER%%,%%GRAYLOGGROUP%%,750) %%GRAYLOG_DATA_DIR%%
|
|
@dir(%%GRAYLOGUSER%%,%%GRAYLOGGROUP%%,750) %%GRAYLOG_LOGS_DIR%%
|
|
@sample(%%GRAYLOGUSER%%,%%GRAYLOGGROUP%%,440) %%ETCDIR%%/graylog.conf.example
|
|
@sample(%%GRAYLOGUSER%%,%%GRAYLOGGROUP%%,440) %%ETCDIR%%/log4j2.xml.example
|