BastilleBSD on Nostr: Announcement: updating to the (pending) latest version of Bastille requires changes ...
Announcement: updating to the (pending) latest version of Bastille
requires changes to the `bastille.conf`. These are breaking changes.
Existing installations should use something like `vimdiff` to merge latest
configuration changes after updating to the latest package or using make
install via git.
```
pkg upgrade bastille
cd /usr/local/etc/bastille
vimdiff bastille.conf bastille.conf.sample
[merge and save changes]
```
requires changes to the `bastille.conf`. These are breaking changes.
Existing installations should use something like `vimdiff` to merge latest
configuration changes after updating to the latest package or using make
install via git.
```
pkg upgrade bastille
cd /usr/local/etc/bastille
vimdiff bastille.conf bastille.conf.sample
[merge and save changes]
```