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

(-)sbin/modules-update.orig (+1 lines)
Lines 171-176 Link Here
171
	if /sbin/generate-modprobe.conf ${ASSUME_KV:+--assume-kernel=${KV}} \
171
	if /sbin/generate-modprobe.conf ${ASSUME_KV:+--assume-kernel=${KV}} \
172
		>> "${TMPFILE2}" 2> /dev/null
172
		>> "${TMPFILE2}" 2> /dev/null
173
	then
173
	then
174
		sed -i -e s:".*net-pf-31 bluez":: ${TMPFILE2}
174
		mv -f "${TMPFILE2}" "${CFGFILE2}"
175
		mv -f "${TMPFILE2}" "${CFGFILE2}"
175
	else
176
	else
176
		ewarn "Warning: could not generate ${CFGFILE2}!"
177
		ewarn "Warning: could not generate ${CFGFILE2}!"

Return to bug 35067