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
433 B
Plaintext
12 lines
433 B
Plaintext
$OpenBSD: patch-tools_Makefile_am,v 1.1.1.1 2007/11/21 18:48:40 ajacoutot Exp $
|
|
--- tools/Makefile.am.orig Mon Nov 12 17:30:41 2007
|
|
+++ tools/Makefile.am Mon Nov 12 17:31:26 2007
|
|
@@ -85,7 +85,5 @@ attrd_updater_LDADD = \
|
|
$(LIBRT)
|
|
|
|
install-data-hook: # install-exec-hook doesn't work (!)
|
|
- -chgrp $(apigid) $(DESTDIR)/$(habindir)/cl_status
|
|
- -chmod g+s,a-w $(DESTDIR)/$(habindir)/cl_status
|
|
|
|
.PHONY: install-exec-hook
|