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

Collapse All | Expand All

(-)/usr/portage/media-sound/pulseaudio/files/pulseaudio.init.d-5 (-7 lines)
Lines 34-46 Link Here
34
	fi
34
	fi
35
#endif
35
#endif
36
36
37
#ifdef DBUS
38
	if egrep -q '^[[:space:]]*load-module[[:space:]]+module-dbus-protocol' "$script" ||
39
	    egrep -q '^[[:space:]]*load-module[[:space:]]+module-bt-proximity' "$script"; then
40
	    needs="${needs} dbus"
41
	fi
42
#endif
43
44
#ifdef AVAHI
37
#ifdef AVAHI
45
	if egrep -q '^[[:space:]]*load-module[[:space:]]+module-zeroconf-publish' "$script"; then
38
	if egrep -q '^[[:space:]]*load-module[[:space:]]+module-zeroconf-publish' "$script"; then
46
	    needs="${needs} avahi-daemon"
39
	    needs="${needs} avahi-daemon"

Return to bug 396209