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

Collapse All | Expand All

(-)aiccu (-2 / +2 lines)
Lines 23-36 Link Here
23
start() {
23
start() {
24
	checkconfig || return 1
24
	checkconfig || return 1
25
	ebegin "Starting aiccu"
25
	ebegin "Starting aiccu"
26
	start-stop-daemon --start --oknodo --quiet --exec /usr/sbin/aiccu -- start
26
	start-stop-daemon --start --quiet --exec /usr/sbin/aiccu -- start
27
	eend $?
27
	eend $?
28
}
28
}
29
29
30
30
31
stop() {
31
stop() {
32
	ebegin "Stopping aiccu"
32
	ebegin "Stopping aiccu"
33
	start-stop-daemon --stop --oknodo --quiet --exec /usr/sbin/aiccu -- stop
33
	start-stop-daemon --stop --pidfile /var/run/aiccu.pid --quiet --exec /usr/sbin/aiccu -- stop
34
	eend $?
34
	eend $?
35
}
35
}
36
36

Return to bug 248669