Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 259861 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- alsasound.initd-r3
0
++ alsasound.initd-r3
Lines 28-34 Link Here
28
	fi
28
	fi
29
29
30
	if [ "${ENABLE_OSS_EMUL}" = "yes" ] ; then
30
	if [ "${ENABLE_OSS_EMUL}" = "yes" ] ; then
31
		DRIVERS="${DRIVERS} $(modprobe -l | sed -n -e '/snd.*oss/ s:\/.*\/\(.*\).ko:\1:p')"
31
		DRIVERS="${DRIVERS} $(modprobe -l | sed -n -e '/snd.*oss/ s:.*\/\(.*\).ko:\1:p')"
32
	fi
32
	fi
33
33
34
	# We want to ensure snd-seq is loaded as it is needed for things like
34
	# We want to ensure snd-seq is loaded as it is needed for things like

Return to bug 259861