=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.163 retrieving revision 1.164 diff -c -r1.163 -r1.164 *** src/etc/rc.conf 2011/10/07 05:54:48 1.163 --- src/etc/rc.conf 2011/12/09 14:52:26 1.164 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.163 2011/10/07 05:54:48 ajacoutot 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.164 2011/12/09 14:52:26 ratchov Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ldpd_flags=NO # for normal use: "" *************** *** 44,50 **** relayd_flags=NO # for normal use: "" snmpd_flags=NO # for normal use: "" smtpd_flags=NO # for normal use: "" ! aucat_flags=NO # for normal use: "" ldapd_flags=NO # for normal use: "" inetd_flags="" # for normal use: "" rwhod_flags=NO # for normal use: "" --- 44,50 ---- relayd_flags=NO # for normal use: "" snmpd_flags=NO # for normal use: "" smtpd_flags=NO # for normal use: "" ! sndiod_flags="" # for normal use: "" ldapd_flags=NO # for normal use: "" inetd_flags="" # for normal use: "" rwhod_flags=NO # for normal use: "" *************** *** 122,128 **** unset inetd_flags rwhod_flags portmap_flags kdc_flags kadmind_flags unset kpasswdd_flags btd_flags nfsd_flags mountd_flags lockd_flags ! unset statd_flags amd_flags ypbind_flags [ -f ${local_rcconf} ] && . ${local_rcconf} # Do not edit this line --- 122,128 ---- unset inetd_flags rwhod_flags portmap_flags kdc_flags kadmind_flags unset kpasswdd_flags btd_flags nfsd_flags mountd_flags lockd_flags ! unset statd_flags amd_flags ypbind_flags sndiod_flags [ -f ${local_rcconf} ] && . ${local_rcconf} # Do not edit this line *************** *** 152,154 **** --- 152,155 ---- : ${statd_flags=$([ X"${lockd-NO}" = XYES ] || echo NO)} : ${amd_flags=$([ X"${amd-NO}" = XYES ] || echo NO)} : ${ypbind_flags=$([ X"`domainname`" != X"" -a -d /var/yp/binding ] || echo NO)} + : ${sndiod_flags=${aucat_flags-}}