Re: Install file into /rescue

From: Gleb Popov <arrowd_at_freebsd.org>
Date: Thu, 17 Oct 2024 07:14:07 UTC
On Thu, Oct 17, 2024 at 9:49 AM Robert Clausecker <fuz@fuz.su> wrote:
>
> security/acme.sh/pkg-plist:
>
> @sample(acme,acme,0640) /var/db/acme/.acme.sh/account.conf.sample
>
> Many other examples exist.  It's somewhat common to install files and
> directories into /var.

Probably a better example:
https://github.com/freebsd/freebsd-ports/blob/688d81aca5ec760e661ec2016d9dbbcfba8b9497/ports-mgmt/packagekit/pkg-plist#L151

The database file naturally fits into /var/db, where else would we install it?