9df397e637
- Update to 0.2.1 [1] - Unbreak build on aarch64, by updating to newer golang:sys [2] - Move sample file for syslog.d and newsyslog.conf.d to EXAMPLESDIR [3] - Migrate to USES=go:modules to simplify building go dependency list - Add new EXAMPLES option to allow installing these to be optional Changes this release: https://github.com/zrepl/zrepl/blob/v0.2.1/docs/changelog.rst PR: 243354 [1], 242456 [2], 229445 [3] Submitted by: dmgk [2] Reported by: asomers [1], yuri [3]
17 lines
715 B
Text
17 lines
715 B
Text
bin/zrepl
|
|
@sample %%ETCDIR%%/zrepl.yml.sample
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/template.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/grafana-prometheus-zrepl-0.1.json
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/local.yml
|
|
@sample %%EXAMPLESDIR%%/newsyslog.conf etc/newsyslog.conf.d/zrepl.conf
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pull.yml
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pull_ssh.yml
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/push.yml
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sink.yml
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/snap.yml
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/source.yml
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/source_ssh.yml
|
|
@sample %%EXAMPLESDIR%%/syslog.conf etc/syslog.d/zrepl.conf
|
|
@dir etc/newsyslog.conf.d
|
|
@dir etc/syslog.d
|
|
@dir(root,wheel,0750) /var/run/zrepl
|