diff options
author | 2004-09-17 21:06:26 +0000 | |
---|---|---|
committer | 2004-09-17 21:06:26 +0000 | |
commit | d52e6269b0abf8d1fdf8b3baff7827b1a725d57f (patch) | |
tree | 7aa0e8ec0cb6d84b52e7a1e88f73974d41c0e44d | |
parent | tweaks; ok mickey@ (diff) | |
download | wireguard-openbsd-d52e6269b0abf8d1fdf8b3baff7827b1a725d57f.tar.xz wireguard-openbsd-d52e6269b0abf8d1fdf8b3baff7827b1a725d57f.zip |
correct comment: spamd flags in spamd(8), not spamd-setup(8);
from frank bax on misc@;
ok deraadt@
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 771f2f46cab..47acd2fbda4 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.99 2004/07/15 11:29:12 henning Exp $ +# $OpenBSD: rc.conf,v 1.100 2004/09/17 21:06:26 jmc Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -35,7 +35,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_grey=NO # use spamd greylisting if YES # Set to NO if ftpd is running out of inetd |