mirror of
https://github.com/JRGTH/xigmanas-bastille-extension.git
synced 2025-12-11 01:10:57 +01:00
Update bastille config, use current extension path
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
======================
|
||||
Version Description
|
||||
|
||||
1.1.36......Update bastille config, use current extension path.
|
||||
1.1.35......Update bastille config.
|
||||
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.
|
||||
|
||||
@@ -1176,7 +1176,7 @@ rc_params()
|
||||
sysrc -f ${BASTILLECONF} bastille_decompress_gz_options="-k -d -c -v" >/dev/null 2>&1
|
||||
fi
|
||||
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
|
||||
|
||||
# Set bastille.conf location.
|
||||
|
||||
@@ -5,7 +5,7 @@ bastille_jailsdir="${bastille_prefix}/jails"
|
||||
bastille_releasesdir="${bastille_prefix}/releases"
|
||||
bastille_templatesdir="${bastille_prefix}/templates"
|
||||
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_bootstrap_archives="base"
|
||||
bastille_tzdata="etc/UTC"
|
||||
|
||||
Reference in New Issue
Block a user