Index: courier-mta/trunk/courier-mta.rc.d =================================================================== --- courier-mta/trunk/courier-mta.rc.d (revision 68966) +++ courier-mta/trunk/courier-mta.rc.d (working copy) @@ -9,7 +9,7 @@ case "$1" in start) - if [ ${AUTO_AUTHDAEMON="true"} ]; then + if [ $AUTO_AUTHDAEMON="true" ]; then /etc/rc.d/authdaemond start sleep ${AUTO_AUTHDAEMON_LAG} fi @@ -40,7 +40,7 @@ stat_done fi done - if [ ${AUTO_AUTHDAEMON="true"} ]; then + if [ $AUTO_AUTHDAEMON="true" ]; then /etc/rc.d/authdaemond stop fi ;;