=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.85 retrieving revision 1.86 diff -c -r1.85 -r1.86 *** src/etc/rc.conf 2003/03/04 22:45:53 1.85 --- src/etc/rc.conf 2003/03/10 01:05:28 1.86 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.85 2003/03/04 22:45:53 jakob 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.86 2003/03/10 01:05:28 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 33,39 **** # 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_setup= # for normal use: -1 or other such options # Set to NO if ftpd is running out of inetd ftpd_flags=NO # for non-inetd use: "-D" --- 33,38 ----