=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.134 retrieving revision 1.135 diff -c -r1.134 -r1.135 *** src/etc/rc.conf 2009/10/17 20:40:17 1.134 --- src/etc/rc.conf 2010/04/23 06:29:36 1.135 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.134 2009/10/17 20:40:17 nicm Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ripd_flags=NO # for normal use: "" --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.135 2010/04/23 06:29:36 ratchov Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ripd_flags=NO # for normal use: "" *************** *** 42,47 **** --- 42,48 ---- relayd_flags=NO # for normal use: "" snmpd_flags=NO # for normal use: "" smtpd_flags=NO # for normal use: "" + aucat_flags=NO # for normal use: "" # use -u to disable chroot, see httpd(8) httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8))