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.
23 lines
868 B
Plaintext
23 lines
868 B
Plaintext
$OpenBSD: patch-Makefile_am,v 1.1.1.1 2007/11/21 18:48:40 ajacoutot Exp $
|
|
--- Makefile.am.orig Sat Nov 17 14:50:00 2007
|
|
+++ Makefile.am Sat Nov 17 14:50:53 2007
|
|
@@ -96,18 +96,6 @@ deb: dist
|
|
rm -rf $(distdir)
|
|
|
|
install-exec-local:
|
|
- test -p $(DESTDIR)$(coredir) || mkdir -p $(DESTDIR)$(coredir)
|
|
- -chown root $(DESTDIR)$(coredir)
|
|
- chmod 755 $(DESTDIR)$(coredir)
|
|
- mkdir -p $(DESTDIR)$(coredir)/root
|
|
- -chown root $(DESTDIR)$(coredir)/root
|
|
- chmod 700 $(DESTDIR)$(coredir)/root
|
|
- mkdir -p $(DESTDIR)$(coredir)/nobody
|
|
- -chown nobody $(DESTDIR)$(coredir)/nobody
|
|
- chmod 700 $(DESTDIR)$(coredir)/nobody
|
|
- mkdir -p $(DESTDIR)$(coredir)/$(hauser)
|
|
- -chown $(hauser) $(DESTDIR)$(coredir)/$(hauser)
|
|
- chmod 700 $(DESTDIR)$(coredir)/$(hauser)
|
|
cd $(DESTDIR)@HA_LIBHBDIR@; \
|
|
for file in `ls $(DESTDIR)$(HBSHAREDIR)`; \
|
|
do if [ -d $$file ]; then continue; fi; \
|