You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Michael Prokop 81e8a09e68
Bump Standards-Version to 3.9.3
14 years ago
cim Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
config Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
contrib Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
crm Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
cts Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
debian Bump Standards-Version to 3.9.3 14 years ago
doc Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
fencing Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
heartbeat Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
include Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
ldirectord Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
lib Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
libltdl Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
logd Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
lrm Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
membership Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
mgmt Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
pkg Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
port Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
replace Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
resources Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
snmp_subagent Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
telecom Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
tools Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
tsa_plugin Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
ConfigureMe Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
Makefile.am Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
Makefile.in Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
README.in Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
acinclude.m4 Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
aclocal.m4 Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
bootstrap Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
compile Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
config.guess Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
config.sub Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
configure Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
configure.in Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
depcomp Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
heartbeat.spec Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
heartbeat.spec.in Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
install-sh Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
libltdl.tar Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
ltmain.sh Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
missing Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
mkinstalldirs Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
py-compile Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
rc.config.heartbeat Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
version.Debian Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago
ylwrap Import upstream sources (heartbeat_2.1.3-6lenny4) 15 years ago

README.in

Hi,

Welcome to the linux-ha project source tree.

There is a little documentation on setting things up for a HA failover
system in the doc directory.  The following things are among the more
interesting docs:
	GettingStarted.html		HardwareGuide.html
	Requirements.html		faqntips.html
	nice_failback.txt		rsync.html

For building the system:

If you have no idea what to do, then you should probably use the ConfigureMe
to configure (and make, install, package, etc.) the software.  ConfigureMe
makes some educated guesses on how linux-ha ought to be installed by
default on the current system type.

If you have played with autoconf/automake packages before, then you can use
the bootstrap script, or configure, etc. like normal.

Due to the way that init directories are handled by heartbeat,
make distcheck can be problematic. The following should allow
this to run successfully, noting that gmake is often available
as make:

gmake DESTDIR="$PWD/heartbeat-@VERSION@/=inst" distcheck

For more information on the project, see the web site at linux-ha.org.
Information on joining mailing lists can be found at
	http://linux-ha.org/contact/


	Enjoy!


	-- The Linux-Ha development team