View | Details | Raw Unified | Return to bug 201641
Collapse All | Expand All

(-)rc.subr (-1 / +2 lines)
Lines 1333-1339 Link Here
1333
		_rc_conf_loaded=true
1333
		_rc_conf_loaded=true
1334
	fi
1334
	fi
1335
1335
1336
	for _d in /etc ${local_startup%*/rc.d}; do
1336
	for _d in /etc ${local_startup}; do
1337
		_d=${_d%*/rc.d}
1337
		if [ -f ${_d}/rc.conf.d/"$_name" ]; then
1338
		if [ -f ${_d}/rc.conf.d/"$_name" ]; then
1338
			debug "Sourcing ${_d}/rc.conf.d/$_name"
1339
			debug "Sourcing ${_d}/rc.conf.d/$_name"
1339
			. ${_d}/rc.conf.d/"$_name"
1340
			. ${_d}/rc.conf.d/"$_name"

Return to bug 201641