if [ -n "$_name" ] ; then for _d in /etc ${local_startup}; do _d=3D${_d%/rc.d} if [ -f ${_d}/rc.conf.d/"$_name" ]; then debug "Sourcing ${_d}/rc.conf.d/$_name" . ${_d}/rc.conf.d/"$_name" elif [ -d ${_d}/rc.conf.d/"$_name" ] ; then local _rc for _rc in ${_d}/rc.conf.d/"$_name"/* ; do if [ -f "$_rc" ] ; then debug "Sourcing $_rc" . "$_rc" fi done fi done fi My proposal is that all files in /etc/rc.conf.d/* should in fact be sourced, just as we currently read in all of rc.conf, and don't limit it to $name_*. (I don't have a dog in tha particular way that this is done, so I'm not pus= hing a patch, but it seems fairly trivial. I mentioned this to cy@ in relation to kerberos and was asked to push a PR. --=20 You are receiving this mail because: You are the assignee for the bug.=