mirror of
https://github.com/BastilleBSD/bastille.git
synced 2025-12-11 01:19:52 +01:00
Added note on updating bastille.conf when upgrading
This commit is contained in:
13
README.md
13
README.md
@@ -33,6 +33,19 @@ sysrc bastille_enable=YES
|
|||||||
sysrc bastille_list="azkaban alcatraz" # (optional whitelist of jails to start at boot; default: ALL)
|
sysrc bastille_list="azkaban alcatraz" # (optional whitelist of jails to start at boot; default: ALL)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Upgrading from a previous version
|
||||||
|
---------------------------------
|
||||||
|
When upgrading from a previous version of bastille (e.g. 0.10.20230714 to
|
||||||
|
0.10.20231013) you will need to update your bastille.conf
|
||||||
|
|
||||||
|
```shell
|
||||||
|
cd /usr/local/etc/bastille
|
||||||
|
vimdiff bastille.conf bastille.conf.sample
|
||||||
|
```
|
||||||
|
|
||||||
|
Merge the lines that are present in the new bastille.conf.sample into
|
||||||
|
your bastille.conf
|
||||||
|
|
||||||
Basic Usage
|
Basic Usage
|
||||||
-----------
|
-----------
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
Reference in New Issue
Block a user