Add required files from FreeBSD 13.0 base release, update config

This commit is contained in:
JRGTH
2021-07-09 03:57:48 -04:00
parent fb87e16d15
commit 9cf9ca4e88
11 changed files with 3917 additions and 1 deletions

View File

@@ -919,6 +919,16 @@ reset_install()
if [ -f "${CWDIR}/version" ]; then
rm -f ${CWDIR}/version
fi
# Set default config.
sysrc -f ${CWDIR}${EXTCONF} GUI_ENABLE=YES INSTALL_DIR=${CWDIR} >/dev/null 2>&1
echo ""
echo "*************************************************************************************************************"
echo "* The configuration was reset, please go to [Extensions > Bastille > Configuration] to configure bastille. *"
echo "* Alternatively you can edit the '/usr/local/etc/bastille/bastille.conf' file manually. *"
echo "*************************************************************************************************************"
echo ""
}
remove_addon()