From dbbc7698007c33c4cd25cbdab13fc738ce65b43e Mon Sep 17 00:00:00 2001 From: beck <> Date: Tue, 27 Feb 2007 16:24:29 +0000 Subject: [PATCH] catch second instance of spamd_grey - thanks millert and jmc --- src/etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index 9cf2b3cc..4f37a9f9 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -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