diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2007-02-27 16:24:30 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2007-02-27 16:24:30 +0000 |
commit | 66dd4a25486869cb3d84dffd8903a2b08d762a6f (patch) | |
tree | 3997430e357f8dd7a44a2b0f0f351e00c084c20a /etc/rc | |
parent | 23405cf2ee833df2105e1f7c99c3b6850ba1cce5 (diff) |
catch second instance of spamd_grey - thanks millert and jmc
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.300 2007/02/27 16:21:29 beck Exp $ +# $OpenBSD: rc,v 1.301 2007/02/27 16:24:29 beck Exp $ # System startup script run by init on autoboot # or after single-user. @@ -673,7 +673,7 @@ if [ X"${spamd_flags}" != X"NO" ]; then fi echo -n ' spamd'; eval /usr/libexec/spamd ${spamd_flags} /usr/libexec/spamd-setup - if [ X"${spamd_grey}" != X"NO" ]; then + if [ X"${spamd_black}" = X"NO" ]; then echo -n ' spamlogd' /usr/libexec/spamlogd ${spamlogd_flags} fi |