70a035e920
The basic goal of the High Availability Linux project is to provide a high availability (clustering) solution for Linux (and Unix-like) which promotes reliability, availability, and serviceability (RAS) through a community development effort. Inspired from an original submission by Sebastian Reitenbach (maintainer) whom I want to thank for his work and patience.
13 lines
431 B
Plaintext
13 lines
431 B
Plaintext
$OpenBSD: patch-heartbeat_init_d_heartbeat_in,v 1.1.1.1 2007/11/21 18:48:40 ajacoutot Exp $
|
|
--- heartbeat/init.d/heartbeat.in.orig Sat Nov 17 13:20:03 2007
|
|
+++ heartbeat/init.d/heartbeat.in Sat Nov 17 13:20:22 2007
|
|
@@ -48,7 +48,7 @@ HA_DIR=@sysconfdir@/ha.d; export HA_DIR
|
|
CONFIG=$HA_DIR/ha.cf
|
|
. $HA_DIR/shellfuncs
|
|
|
|
-LOCKDIR=@localstatedir@/lock/subsys
|
|
+LOCKDIR=@localstatedir@/spool/lock/subsys
|
|
RUNDIR=@localstatedir@/run
|
|
|
|
|