diff --git a/CHANGELOG b/CHANGELOG index e9a18fc..12a26a1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. diff --git a/conf/bastille.conf.ext b/conf/bastille.conf.ext index c4130d9..a9eca90 100644 --- a/conf/bastille.conf.ext +++ b/conf/bastille.conf.ext @@ -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" diff --git a/version b/version index 9600efd..672e5f5 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.0.38 +1.0.39