=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.169 retrieving revision 1.170 diff -c -r1.169 -r1.170 *** src/etc/rc.conf 2012/08/23 06:18:50 1.169 --- src/etc/rc.conf 2012/08/26 19:25:19 1.170 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.169 2012/08/23 06:18:50 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ldpd_flags=NO # for normal use: "" --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.170 2012/08/26 19:25:19 ajacoutot Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ldpd_flags=NO # for normal use: "" *************** *** 60,65 **** --- 60,68 ---- # use -u to disable chroot, see httpd(8) httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8)) + + # use -u to disable chroot, see nginx(8) + nginx_flags=NO # for normal use: "" # 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"