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.
11 lines
504 B
Plaintext
11 lines
504 B
Plaintext
$OpenBSD: patch-lib_plugins_lrm_Makefile_am,v 1.1.1.1 2007/11/21 18:48:40 ajacoutot Exp $
|
|
--- lib/plugins/lrm/Makefile.am.orig Sat Nov 17 13:52:47 2007
|
|
+++ lib/plugins/lrm/Makefile.am Sat Nov 17 13:53:12 2007
|
|
@@ -47,6 +47,3 @@ heartbeat_la_SOURCES = raexechb.c racommon.c
|
|
heartbeat_la_LDFLAGS = -L$(top_builddir)/lib/pils -lpils -export-dynamic -module -avoid-version
|
|
|
|
install-exec-local:
|
|
- $(mkinstalldirs) $(DESTDIR)$(lrmdir)
|
|
- -chgrp $(apigid) $(DESTDIR)/$(lrmdir)
|
|
- chmod 770 $(DESTDIR)/$(lrmdir)
|