[Bug 247548] sysutils/beats7 fails testport
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jun 25 21:09:15 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247548
--- Comment #3 from Dan Langille <dvl at FreeBSD.org> ---
There may also be an issue with using @sample in pkg-plist.
$ grep sample pkg-plist | sort
%%AUDITBEAT%%%%DATADIR%%/auditbeat/module/auditd/_meta/audit.rules.d/sample-rules-linux-32bit.conf
%%AUDITBEAT%%%%DATADIR%%/auditbeat/module/auditd/_meta/audit.rules.d/sample-rules-linux-64bit.conf
%%AUDITBEAT%%@sample %%ETCDIR%%/auditbeat.yml.reference
%%AUDITBEAT%%@sample %%ETCDIR%%/auditbeat.yml.sample
%%FILEBEAT%%@sample %%ETCDIR%%/filebeat.yml.reference
%%FILEBEAT%%@sample %%ETCDIR%%/filebeat.yml.sample
%%HEARTBEAT%%@sample %%ETCDIR%%/heartbeat.yml.reference
%%HEARTBEAT%%@sample %%ETCDIR%%/heartbeat.yml.sample
%%METRICBEAT%%@sample %%ETCDIR%%/metricbeat.yml.reference
%%METRICBEAT%%@sample %%ETCDIR%%/metricbeat.yml.sample
%%PACKETBEAT%%@sample %%ETCDIR%%/packetbeat.yml.reference
%%PACKETBEAT%%@sample %%ETCDIR%%/packetbeat.yml.sample
This is what gets installed via testport -i
root at 121R-dvl:/usr/local/etc/beats # ls -l
total 306
drwxr-xr-x 2 root wheel 21 Jun 25 21:05 filebeat.modules.d
-rw-r--r-- 1 root wheel 8335 Jun 25 21:04 filebeat.yml
-rw-r--r-- 1 root wheel 75210 Jun 25 21:04 filebeat.yml.reference
-rw-r--r-- 1 root wheel 8335 Jun 25 21:04 filebeat.yml.sample
-rw-r--r-- 1 root wheel 6092 Jun 25 21:04 heartbeat.yml
-rw-r--r-- 1 root wheel 56073 Jun 25 21:04 heartbeat.yml.reference
-rw-r--r-- 1 root wheel 6092 Jun 25 21:04 heartbeat.yml.sample
drwxr-xr-x 2 root wheel 46 Jun 25 21:05 metricbeat.modules.d
-rw-r--r-- 1 root wheel 6276 Jun 25 21:04 metricbeat.yml
-rw-r--r-- 1 root wheel 73083 Jun 25 21:04 metricbeat.yml.reference
-rw-r--r-- 1 root wheel 6276 Jun 25 21:04 metricbeat.yml.sample
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-elastic
mailing list