From 04b94f82bbb8ebcda9a071ac6622aded9776c9ee Mon Sep 17 00:00:00 2001 From: jmc <> Date: Tue, 20 Nov 2007 06:13:17 +0000 Subject: [PATCH] comment for spamd_flags should refer to spamd(8); pointed out by Daniel Wade and previously by Frank Bax; this time ok beck --- src/etc/rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc.conf b/src/etc/rc.conf index 958315a1..1dabbb10 100644 --- a/src/etc/rc.conf +++ b/src/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.125 2007/10/08 11:29:58 norby Exp $ +# $OpenBSD: rc.conf,v 1.126 2007/11/20 06:13:17 jmc Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -47,7 +47,7 @@ httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8)) # For normal use: "-L sm-mta -bd -q30m", and note there is a cron job sendmail_flags="-L sm-mta -C/etc/mail/localhost.cf -bd -q30m" -spamd_flags=NO # for normal use: "" and see spamd-setup(8) +spamd_flags=NO # for normal use: "" and see spamd(8) spamd_black=NO # set to YES to run spamd without greylisting spamlogd_flags="" # use eg. "-i interface" and see spamlogd(8)