=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.125 retrieving revision 1.126 diff -c -r1.125 -r1.126 *** src/etc/rc.conf 2007/10/08 11:29:58 1.125 --- src/etc/rc.conf 2007/11/20 06:13:17 1.126 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.125 2007/10/08 11:29:58 norby Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" --- 1,6 ---- #!/bin/sh - # ! # $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,53 **** # 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_black=NO # set to YES to run spamd without greylisting spamlogd_flags="" # use eg. "-i interface" and see spamlogd(8) --- 47,53 ---- # 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(8) spamd_black=NO # set to YES to run spamd without greylisting spamlogd_flags="" # use eg. "-i interface" and see spamlogd(8)