=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.76 retrieving revision 1.77 diff -c -r1.76 -r1.77 *** src/etc/rc.conf 2002/07/11 08:14:54 1.76 --- src/etc/rc.conf 2002/07/11 10:59:26 1.77 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.76 2002/07/11 08:14:54 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.77 2002/07/11 10:59:26 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 34,40 **** # use -u to disable chroot, see httpd(8) httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8)) ! # 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 --- 34,40 ---- # use -u to disable chroot, see httpd(8) 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" # Set to NO if ftpd is running out of inetd