=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.146 retrieving revision 1.147 diff -c -r1.146 -r1.147 *** src/etc/rc.conf 2011/07/07 21:00:59 1.146 --- src/etc/rc.conf 2011/07/07 22:30:37 1.147 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.146 2011/07/07 21:00:59 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.147 2011/07/07 22:30:37 robert Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ldpd_flags=NO # for normal use: "" *************** *** 52,57 **** --- 52,58 ---- kdc_flags=NO # for normal use: "" see 'info heimdal' for help kadmind_flags=NO # for normal use: "" kpasswdd_flags=NO # for normal use: "" + btd_flags=NO # use -u to disable chroot, see httpd(8) httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8)) *************** *** 114,120 **** local_rcconf="/etc/rc.conf.local" ! unset inetd_flags rwhod_flags portmap_flags kdc_flags kadmind_flags kpasswdd_flags [ -f ${local_rcconf} ] && . ${local_rcconf} # Do not edit this line --- 115,121 ---- local_rcconf="/etc/rc.conf.local" ! unset inetd_flags rwhod_flags portmap_flags kdc_flags kadmind_flags kpasswdd_flags btd_flags [ -f ${local_rcconf} ] && . ${local_rcconf} # Do not edit this line *************** *** 125,127 **** --- 126,129 ---- : ${kdc_flags=$([ X"${krb5_master_kdc-NO}" = XYES -o X"${krb5_slave_kdc-NO}" = XYES ] || echo NO)} : ${kadmind_flags=$([ X"${krb5_master_kdc-NO}" = XYES ] || echo NO)} : ${kpasswdd_flags=$([ X"${krb5_master_kdc-NO}" = XYES ] || echo NO)} + : ${btd_flags=$([ X"${bt-NO}" = XYES ] || echo NO)}