summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2007-02-27 02:10:59 +0000
committerBob Beck <beck@cvs.openbsd.org>2007-02-27 02:10:59 +0000
commitebfa9cef7525ccb49204bee876c35674ea213500 (patch)
tree0db283c01cf36858e4ae6957ce0dbc3172306094 /etc/rc
parentc9aeb59e583a562563b8d0dc1698be747c834bc8 (diff)
Flag day for spamd -
1) config files move to /etc/mail 2) -g option goes away in spamd-setup and spamd - greylisting is now the default 3) option change to spamd, -b addr becomes -l addr. 4) -b option in spamd-setup and spamd to turn on old blacklisting mode. Man page shortly to be flensed to make this easier to explain ok deraadt@ millert@
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index d4bda2a1fd5..033bc77d087 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.298 2007/02/02 14:51:19 ajacoutot Exp $
+# $OpenBSD: rc,v 1.299 2007/02/27 02:10:58 beck Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -668,8 +668,8 @@ if [ X"${sshd_flags}" != X"NO" ]; then
fi
if [ X"${spamd_flags}" != X"NO" ]; then
- if [ X"${spamd_grey}" != X"NO" ]; then
- spamd_flags="${spamd_flags} -g"
+ if [ X"${spamd_grey}" = X"NO" ]; then
+ spamd_flags="${spamd_flags} -b"
fi
echo -n ' spamd'; eval /usr/libexec/spamd ${spamd_flags}
/usr/libexec/spamd-setup