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

Collapse All | Expand All

(-)/etc/init.d/alsasound (-1 / +1 lines)
Lines 100-106 Link Here
100
	done
100
	done
101
101
102
	vebegin "Unloading: $1"
102
	vebegin "Unloading: $1"
103
	rmmod --force "$1"
103
	rmmod --wait "$1"
104
	veend $?
104
	veend $?
105
}
105
}
106
106

Return to bug 232875