Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2020 21:09:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        elastic@FreeBSD.org
Subject:   [Bug 247548] sysutils/beats7 fails testport
Message-ID:  <bug-247548-37421-1VL4eAgUN7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247548-37421@https.bugs.freebsd.org/bugzilla/>
References:  <bug-247548-37421@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247548

--- Comment #3 from Dan Langille <dvl@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=20

root@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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247548-37421-1VL4eAgUN7>