Update bastille config, use current extension path

This commit is contained in:
JRGTH
2024-09-06 03:53:11 -04:00
parent 2222468a36
commit 74d929c4a3
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -3,6 +3,7 @@
====================== ======================
Version Description Version Description
1.1.36......Update bastille config, use current extension path.
1.1.35......Update bastille config. 1.1.35......Update bastille config.
1.1.34......Add option to create externally bridged vnet jails thought the webgui. 1.1.34......Add option to create externally bridged vnet jails thought the webgui.
1.1.33......Update: Add support for 14.0 and 14.1 releases. 1.1.33......Update: Add support for 14.0 and 14.1 releases.
+1 -1
View File
@@ -1176,7 +1176,7 @@ rc_params()
sysrc -f ${BASTILLECONF} bastille_decompress_gz_options="-k -d -c -v" >/dev/null 2>&1 sysrc -f ${BASTILLECONF} bastille_decompress_gz_options="-k -d -c -v" >/dev/null 2>&1
fi fi
if ! sysrc -f ${BASTILLECONF} -qc bastille_pf_conf; then if ! sysrc -f ${BASTILLECONF} -qc bastille_pf_conf; then
sysrc -f ${BASTILLECONF} bastille_pf_conf="/etc/pf.conf" >/dev/null 2>&1 sysrc -f ${BASTILLECONF} bastille_pf_conf="${CWDIR}/pf.conf" >/dev/null 2>&1
fi fi
# Set bastille.conf location. # Set bastille.conf location.
+1 -1
View File
@@ -5,7 +5,7 @@ bastille_jailsdir="${bastille_prefix}/jails"
bastille_releasesdir="${bastille_prefix}/releases" bastille_releasesdir="${bastille_prefix}/releases"
bastille_templatesdir="${bastille_prefix}/templates" bastille_templatesdir="${bastille_prefix}/templates"
bastille_logsdir="${bastille_prefix}/logs" bastille_logsdir="${bastille_prefix}/logs"
bastille_pf_conf="/etc/pf.conf" bastille_pf_conf="${bastille_prefix}/pf.conf"
bastille_sharedir="/usr/local/share/bastille" bastille_sharedir="/usr/local/share/bastille"
bastille_bootstrap_archives="base" bastille_bootstrap_archives="base"
bastille_tzdata="etc/UTC" bastille_tzdata="etc/UTC"
+1 -1
View File
@@ -1 +1 @@
1.1.35 1.1.36