From 2b6eb3c9f46814e776ced02ac81021e1f7a962cf Mon Sep 17 00:00:00 2001 From: Brendan Date: Mon, 13 Nov 2023 20:00:41 +1100 Subject: [PATCH] Added note on updating bastille.conf when upgrading --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index f22bc815..41e1e61b 100644 --- a/README.md +++ b/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) ``` +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 ----------- ```shell