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

(-)a/heartbeat-3.0.3.ebuild (+8 lines)
Lines 78-81 src_install() { Link Here
78
	if use doc ; then
78
	if use doc ; then
79
		dodoc README doc/*.txt doc/AUTHORS  || die
79
		dodoc README doc/*.txt doc/AUTHORS  || die
80
	fi
80
	fi
81
82
	dosym /etc/ha.d /var/ha.d
83
84
	dosym /usr/share/heartbeat/ResourceManager /usr/lib/heartbeat/ResourceManager
85
	# possible not required:
86
	dosym /usr/share/heartbeat/BasicSanityCheck /usr/lib/heartbeat/BasicSanityCheck
87
	dosym /usr/share/heartbeat/SNMPAgentSanityCheck /usr/lib/heartbeat/SNMPAgentSanityCheck
88
	dosym /usr/share/heartbeat/TestHeartbeatComm /usr/lib/heartbeat/TestHeartbeatComm
81
}
89
}

Return to bug 260936