On 07/07/11 17:29, Robert Nagy wrote:
> CVSROOT:      /cvs
> Module name:  src
> Changes by:   rob...@cvs.openbsd.org  2011/07/07 17:29:45
> 
> Modified files:
>       etc            : Makefile rc 
> Added files:
>       etc/rc.d       : aucat spamd 
> 
> Log message:
> add scripts for aucat and spamd and switch rc to use them


+if [ X"${spamd_black}" = X"NO" ]; then
+       echo -n ' spamlogd'
+       /usr/libexec/spamlogd ${spamlogd_flags}
 fi


So now you _always_ start spamlogd if spamd_black == "NO",
whether running spamd or not.

Reply via email to