Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 155106
Collapse All | Expand All

(-)heartbeat.orig (-2 / +2 lines)
Lines 30-36 Link Here
30
	. $HA_DIR/shellfuncs
30
	. $HA_DIR/shellfuncs
31
31
32
	# start the log subsystem
32
	# start the log subsystem
33
	/usr/lib/heartbeat/ha_logd -s &>/dev/null && \
33
	/usr/lib/heartbeat/ha_logd -s &>/dev/null || \
34
		/usr/lib/heartbeat/ha_logd -d
34
		/usr/lib/heartbeat/ha_logd -d
35
35
36
	RunStartStop pre-start
36
	RunStartStop pre-start
Lines 57-63 Link Here
57
	RunStartStop post-stop ${ret}
57
	RunStartStop post-stop ${ret}
58
58
59
	# stop log subsystem
59
	# stop log subsystem
60
	/usr/lib/heartbeat/ha_logd -s &>/dev/null || \
60
	/usr/lib/heartbeat/ha_logd -s &>/dev/null && \
61
		/usr/lib/heartbeat/ha_logd -k &>/dev/null
61
		/usr/lib/heartbeat/ha_logd -k &>/dev/null
62
62
63
	eend ${ret}
63
	eend ${ret}

Return to bug 155106