View | Details | Raw Unified | Return to bug 255207 | Differences between
and this patch

Collapse All | Expand All

(-)libexec/rc/rc.d/netif (-1 / +1 lines)
Lines 247-253 netif_common() Link Here
247
			_str='Reclaiming'
247
			_str='Reclaiming'
248
		;;
248
		;;
249
		esac
249
		esac
250
		echo "${_str} Network:${_ok}."
250
		check_startmsgs && echo "${_str} Network:${_ok}."
251
		case ${_func} in
251
		case ${_func} in
252
		ifn_vnetup)
252
		ifn_vnetup)
253
			# Clear _ok not to do "ifconfig $ifn"
253
			# Clear _ok not to do "ifconfig $ifn"

Return to bug 255207