Created attachment 243310 [details] Patch to correct sample script placement These are additional revisions based on discussion on bug #272066. There, the placement for the sample scripts wasn't correct. So, we now move the sample scripts to $LOCALBASE/etc/scanbd/scripts as samples, but they aren't marked as samples in the plist. There is also a pkg-message that explains this. This should be the last revision I can see in the immediate future until a new release comes out.
Thanks for following up on bug #272066.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2705e09bd8c207f8158639d3dbbc47e547ddf115 commit 2705e09bd8c207f8158639d3dbbc47e547ddf115 Author: Trenton Schulz <trenton@norwegianrockcat.com> AuthorDate: 2023-07-07 16:58:35 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-07-11 22:07:21 +0000 sysutils/scanbd: correct file placement and robustness fix These are additional revisions based on discussion on bug #272066. There, the placement for the sample scripts wasn't correct. So, we now move the sample scripts to $LOCALBASE/etc/scanbd/scripts as samples, but they aren't marked as samples in the plist. There is also a pkg-message that explains this. This should be the last revision I can see in the immediate future until a new release comes out. PR: 272419 See also: 272066 sysutils/scanbd/Makefile | 14 +++++++++----- sysutils/scanbd/files/patch-conf_scanbd.conf | 8 ++++---- sysutils/scanbd/files/pkg-message.in (new) | 11 +++++++++++ sysutils/scanbd/pkg-plist | 10 +++++----- 4 files changed, 29 insertions(+), 14 deletions(-)
Thank you for your contribution.