Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 207337
Collapse All | Expand All

(-)net.lo (-4 / +2 lines)
Lines 571-580 Link Here
571
		x="modules_force_${iface}[@]"
571
		x="modules_force_${iface}[@]"
572
		[[ -n ${!x} ]] && modules_force=( "${!x}" )
572
		[[ -n ${!x} ]] && modules_force=( "${!x}" )
573
		if [[ -n ${modules_force} ]] ; then
573
		if [[ -n ${modules_force} ]] ; then
574
			if [[ -z "$i_promise_i_wont_file_any_bugs" ]] ; then
574
			ewarn "WARNING: You are forcing modules!"
575
				ewarn "WARNING: You are forcing modules!"
575
			ewarn "Do not complain or file bugs if things start breaking"
576
				ewarn "Do not complain or file bugs if things start breaking"
577
			fi
578
			report=true
576
			report=true
579
		fi
577
		fi
580
	fi
578
	fi

Return to bug 207337