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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- /usr/portage/sys-cluster/pacemaker/files/pacemaker.initd    2015-08-09 20:34:55.000000000 +0000
0
++ pacemaker.initd        2016-07-04 15:31:01.238428136 +0000
Lines 4-9 Link Here
4
# $Id$
4
# $Id$
5
5
6
PIDFILE=/var/run/pacemaker.pid
6
PIDFILE=/var/run/pacemaker.pid
7
PACEMAKER_STOPTIMEOUT=${PACEMAKER_STOPTIMEOUT:-10}
7
8
8
depend() {
9
depend() {
9
	need net corosync
10
	need net corosync
Lines 37-42 Link Here
37
38
38
stop() {
39
stop() {
39
	ebegin "Stopping Pacemaker Cluster Manager"
40
	ebegin "Stopping Pacemaker Cluster Manager"
40
	start-stop-daemon --stop -q --pidfile "${PIDFILE}"
41
	start-stop-daemon --stop -q --pidfile "${PIDFILE}" --retry ${PACEMAKER_STOPTIMEOUT}
41
	eend $?
42
	eend $?
42
}
43
}

Return to bug 588208