=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.142 retrieving revision 1.143 diff -c -r1.142 -r1.143 *** src/etc/rc.conf 2011/07/06 18:55:36 1.142 --- src/etc/rc.conf 2011/07/07 04:44:33 1.143 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.142 2011/07/06 18:55:36 robert 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.143 2011/07/07 04:44:33 robert Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ldpd_flags=NO # for normal use: "" *************** *** 49,54 **** --- 49,55 ---- ldapd_flags=NO # for normal use: "" inetd_flags="" # for normal use: "" rwhod_flags=NO # for normal use: "" + portmap_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)) *************** *** 113,122 **** local_rcconf="/etc/rc.conf.local" ! unset inetd_flags rwhod_flags [ -f ${local_rcconf} ] && . ${local_rcconf} # Do not edit this line # backward compatibility for inetd and rwhod : ${inetd_flags=$([ X"${inetd-YES}" = XYES ] || echo NO)} : ${rwhod_flags=$([ X"${rwhod-NO}" = XYES ] || echo NO)} --- 114,124 ---- local_rcconf="/etc/rc.conf.local" ! unset inetd_flags rwhod_flags portmap_flags [ -f ${local_rcconf} ] && . ${local_rcconf} # Do not edit this line # backward compatibility for inetd and rwhod : ${inetd_flags=$([ X"${inetd-YES}" = XYES ] || echo NO)} : ${rwhod_flags=$([ X"${rwhod-NO}" = XYES ] || echo NO)} + : ${portmap_flags=$([ X"${portmap-NO}" = XYES ] || echo NO)}