[Bug 272777] [NEW PORT] www/dasherr: Lightweight dashboard for self-hosted services (and bookmarks)

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 15 Sep 2023 00:08:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272777

--- Comment #8 from Robert Clausecker <fuz@FreeBSD.org> ---
(In reply to Jesús Daniel Colmenares Oviedo from comment #7)

Hi Jesús,

If the settings.json file is mutable, you should use the @sample mechanism to
install it.  This saves the file from being overwritten on package updates.

For individual files, you can use syntax like

    @sample(www,www,) %%WWWDIR%%/settings.json.sample

to set owner and group, making the file a sample at the same time.  This is a
bit more compact.

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