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.
12 lines
487 B
Plaintext
12 lines
487 B
Plaintext
$OpenBSD: patch-fencing_stonithd_Makefile_am,v 1.1.1.1 2007/11/21 18:48:40 ajacoutot Exp $
|
|
--- fencing/stonithd/Makefile.am.orig Sat Nov 17 13:50:26 2007
|
|
+++ fencing/stonithd/Makefile.am Sat Nov 17 13:50:44 2007
|
|
@@ -43,7 +43,4 @@ AM_CFLAGS = $(INCLUDES)
|
|
|
|
# need to make stonithd's owner as hacluster:haclient?
|
|
install-exec-local:
|
|
- $(mkinstalldirs) $(DESTDIR)/$(havarlibdir)/fencing
|
|
- -chgrp $(apigid) $(DESTDIR)/$(havarlibdir)/fencing
|
|
- chmod 750 $(DESTDIR)/$(havarlibdir)/fencing
|
|
|