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

Collapse All | Expand All

(-)consolekit.orig (-2 / +3 lines)
Lines 11-22 Link Here
11
start() {
11
start() {
12
	ebegin "Starting ConsoleKit daemon"
12
	ebegin "Starting ConsoleKit daemon"
13
13
14
	start-stop-daemon --start -q --exec /usr/sbin/console-kit-daemon --
14
	start-stop-daemon --start -q --pidfile /var/run/ConsoleKit/pid \
15
		--exec /usr/sbin/console-kit-daemon --
15
	eend $?
16
	eend $?
16
}
17
}
17
18
18
stop() {
19
stop() {
19
	ebegin "Stopping ConsoleKit daemon"
20
	ebegin "Stopping ConsoleKit daemon"
20
	start-stop-daemon --stop -q --pidfile /var/run/consolekit.pid 
21
	start-stop-daemon --stop -q --pidfile /var/run/ConsoleKit/pid 
21
	eend $?
22
	eend $?
22
}
23
}

Return to bug 279636