Releases: BastilleBSD/bastille
Bug Fix
Bug Fix Release.
fixes: #12, #14 plus a few other things I found.
PRE
, and CMD
template hooks should work more reliably now. These are both executed as /bin/sh
.
SYSRC
template hook requires either NO quotes (even on strings with spaces) or escaped quotes!
Added a default cron_flags="-J 60"
to the create sub-command. Defaults now include:
syslogd_flags="-ss"
, sendmail_enable="NONE"
and cron_flags="-J 60"
.
Fixed the color output in the update sub-command from RED (error) to GREEN.
Thanks to bmac2 for finding these bugs with me!
Fix all the things!
This release fixes the nasty TERM issue as well as the rc script.
Also some minor cosmetic fixes.
Working Templates
This release supports basic templates in Bastille. See README for details.
Templates
This release supports basic templates as described in the README.
THIS RELEASE CONTAINS BUGS. AVOID.
Good 'nuf
This release should be "good 'nuf" for other people to use.
Startup Script
Fixed the startup script path.
Initial Release (alpha)
alpha quality. no guarantees. basic proof of concept.