Update config, remove unused variable

This commit is contained in:
Jose
2020-03-08 17:53:44 -04:00
parent d7e6d27088
commit 317682c6c4
3 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
======================
Version Description
1.0.39......Update config, remove unused variable.
1.0.38......Always pre-configure bastille.conf on new installs.
1.0.37......Add initial support for IPv6 and VNET.
1.0.36......Remove obsolete code, update config.

View File

@@ -1,4 +1,5 @@
bastille_prefix="/usr/local/bastille"
bastille_backupsdir=${bastille_prefix}/backups
bastille_cachedir="${bastille_prefix}/cache"
bastille_jailsdir="${bastille_prefix}/jails"
bastille_logsdir="${bastille_prefix}/logs"
@@ -13,7 +14,6 @@ bastille_url_hardenedbsd="http://installer.hardenedbsd.org/pub/hardenedbsd/"
bastille_zfs_enable=""
bastille_zfs_zpool=""
bastille_zfs_prefix="bastille"
bastille_zfs_mountpoint="${bastille_prefix}"
bastille_zfs_options="-o compress=lz4 -o atime=off"
bastille_compress_xz_options="-0 -v"
bastille_decompress_xz_options="-c -d -v"

View File

@@ -1 +1 @@
1.0.38
1.0.39