Update bastille config, use current extension path
This commit is contained in:
@@ -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
@@ -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.
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user