Files
ports/sysutils/bastille/pkg-message
T
Juan David Hurtado G 007879177d sysutils/bastille: Update 0.13.20250126 => 0.14.20250420
Changelog:
https://github.com/BastilleBSD/bastille/releases/tag/0.14.20250420

- Transfer maintainership.
- Add co-maintainer Barry McCormick <snarfingcode666@gmail.com>.
- Pet portclippy.

PR:		286251
Approved by:	Christer Edwards <christer.edwards@gmail.com> (former maintainer)
2025-05-03 15:29:43 +03:00

19 lines
679 B
Plaintext

[
{
type: upgrade
minimum_version: "0.13"
message: <<EOM
**Breaking changes since 0.14.20250420**
The `rcorder` has been deprecated, and new `boot` and `priority` options have
been added to the jails. A boot file will be created with default values of
`boot=on` and `priority=99` on jail creation. For existing jails, the boot file
will be generated on the next subcommand execution to the jail. If you want to
generate the file for all the jails, you can use `bastille restart ALL` to fill
in the defaults. To change these values, use `bastille config TARGET set boot off`
or `bastille config TARGET set priority 10` or some other number according to
your needs.
EOM
}
]