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

Collapse All | Expand All

(-)siproxd.rc6.old (-2 / +2 lines)
Lines 20-31 Link Here
20
20
21
	ebegin "Starting siproxd"
21
	ebegin "Starting siproxd"
22
	start-stop-daemon --start --exec /usr/sbin/siproxd -- \
22
	start-stop-daemon --start --exec /usr/sbin/siproxd -- \
23
		-p /var/run/siproxd.pid -c /etc/siproxd.conf
23
		-p /var/run/siproxd/siproxd.pid -c /etc/siproxd.conf
24
	eend $?
24
	eend $?
25
}
25
}
26
26
27
stop() {
27
stop() {
28
	ebegin "Stopping siproxd"
28
	ebegin "Stopping siproxd"
29
	start-stop-daemon --stop --pidfile /var/run/siproxd.pid
29
	start-stop-daemon --stop --pidfile /var/run/siproxd/siproxd.pid
30
	eend $?
30
	eend $?
31
}
31
}

Return to bug 97309