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

Collapse All | Expand All

(-)/usr/portage/media-sound/pulseaudio/files/pulseaudio.init.d-5 (+1 lines)
Lines 68-73 Link Here
68
		eerror "when used for standard desktop configurations."
68
		eerror "when used for standard desktop configurations."
69
		return 1
69
		return 1
70
	fi
70
	fi
71
	checkpath -q -d -m 0755 -o pulse:pulse /var/run/pulse
71
	ebegin "Starting pulseaudio"
72
	ebegin "Starting pulseaudio"
72
	PA_ALL_OPTS="${PA_OPTS} --fail=1 --daemonize=1 --system"
73
	PA_ALL_OPTS="${PA_OPTS} --fail=1 --daemonize=1 --system"
73
	start-stop-daemon --start --exec /usr/bin/pulseaudio -- ${PA_ALL_OPTS}
74
	start-stop-daemon --start --exec /usr/bin/pulseaudio -- ${PA_ALL_OPTS}

Return to bug 442852