=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.167 retrieving revision 1.168 diff -c -r1.167 -r1.168 *** src/etc/rc.conf 2012/04/01 18:32:51 1.167 --- src/etc/rc.conf 2012/08/20 12:37:52 1.168 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.167 2012/04/01 18:32:51 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.168 2012/08/20 12:37:52 dlg Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ldpd_flags=NO # for normal use: "" *************** *** 56,61 **** --- 56,62 ---- btd_flags=NO # for normal use: "" amd_flags=NO # for normal use: "" tftpd_flags=NO # for normal use: "[chroot dir]" + tftpproxy_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))