Bug Fix
Pre-release
Pre-release
cedwards
released this
21 Nov 04:59
·
1076 commits
to master
since this release
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!