=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.68 retrieving revision 1.69 diff -c -r1.68 -r1.69 *** src/etc/rc.conf 2001/08/22 16:13:14 1.68 --- src/etc/rc.conf 2001/09/11 19:03:55 1.69 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.68 2001/08/22 16:13:14 deraadt 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.69 2001/09/11 19:03:55 millert Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 11,17 **** bootparamd_flags=NO # for normal use: "" rbootd_flags=NO # for normal use: "" sshd_flags="" # for normal use: "" - sendmail_flags="-q30m" # for normal use: "-bd -q30m" smtpfwdd_flags=NO # for normal use: "", and no "-bd" above. named_flags=NO # for normal use: "" rdate_flags=NO # for normal use: name of RFC868 timeserver --- 11,16 ---- *************** *** 31,36 **** --- 30,38 ---- # be sure to set net.inet6.ip6.forwarding=0 # be sure to set net.inet6.ip6.accept_rtadv=1 lpd_flags=NO # for normal use: "" (or "-l" for debugging) + + # For normal use: "-L sm-mta -bd -q30m" + sendmail_flags="-L sm-mta -C/etc/mail/localhost.cf -bd -q30m" # Set to NO if ftpd is running out of inetd ftpd_flags=NO # for non-inetd use: "-D"