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.
16 lines
661 B
Plaintext
16 lines
661 B
Plaintext
$OpenBSD: patch-crm_Makefile_am,v 1.1.1.1 2007/11/21 18:48:40 ajacoutot Exp $
|
|
--- crm/Makefile.am.orig Sat Nov 17 13:57:35 2007
|
|
+++ crm/Makefile.am Sat Nov 17 13:58:46 2007
|
|
@@ -32,11 +32,3 @@ crm.dtd: crm-1.0.dtd
|
|
cp $(top_srcdir)/crm/crm-1.0.dtd crm.dtd
|
|
|
|
install-exec-local:
|
|
- $(mkinstalldirs) $(DESTDIR)/$(crm_varlibdir)
|
|
- -chown $(HA_CCMUSER) $(DESTDIR)/$(crm_varlibdir)
|
|
- -chgrp $(HA_APIGROUP) $(DESTDIR)/$(crm_varlibdir)
|
|
- -chmod 750 $(DESTDIR)/$(crm_varlibdir)
|
|
- $(mkinstalldirs) $(DESTDIR)/$(crm_varrundir)
|
|
- -chown $(HA_CCMUSER) $(DESTDIR)/$(crm_varrundir)
|
|
- -chgrp $(HA_APIGROUP) $(DESTDIR)/$(crm_varrundir)
|
|
- -chmod 750 $(DESTDIR)/$(crm_varrundir)
|