Bug 272419 - sysutils/scanbd: correct file placement and robustness fix
Summary: sysutils/scanbd: correct file placement and robustness fix
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Robert Clausecker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-07 17:38 UTC by Trenton Schulz
Modified: 2023-07-11 22:11 UTC (History)
1 user (show)

See Also:


Attachments
Patch to correct sample script placement (4.70 KB, patch)
2023-07-07 17:38 UTC, Trenton Schulz
trueos: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Trenton Schulz 2023-07-07 17:38:44 UTC
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.
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2023-07-11 08:17:20 UTC
Thanks for following up on bug #272066.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-07-11 22:09:47 UTC
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(-)
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2023-07-11 22:11:54 UTC
Thank you for your contribution.