diff options
author | 2007-11-20 06:13:17 +0000 | |
---|---|---|
committer | 2007-11-20 06:13:17 +0000 | |
commit | 8afce5a42d1cabb38e43abac3b3326dd3bed6ccc (patch) | |
tree | bf033c07b212d7a46c9a62363346c1e0a15837c1 | |
parent | armish and zaurus too (diff) | |
download | wireguard-openbsd-8afce5a42d1cabb38e43abac3b3326dd3bed6ccc.tar.xz wireguard-openbsd-8afce5a42d1cabb38e43abac3b3326dd3bed6ccc.zip |
comment for spamd_flags should refer to spamd(8);
pointed out by Daniel Wade and previously by Frank Bax;
this time ok beck
-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 958315a1a9c..1dabbb1041f 100644 --- a/etc/rc.conf +++ b/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) |