[PATCH 1/3] Fix installation of httpd/conf.d config-file
Peter Lemenkov
lemenkov at gmail.com
Mon Nov 15 14:45:17 CET 2010
The directory HTTPD_CONF must be created before trying to
install into it.
Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
---
Makefile.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index 879ec4d..9f6ac51 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -264,6 +264,7 @@ install-config:
@echo ""
install-webconf:
+ $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTTPD_CONF)
$(INSTALL) -m 644 sample-config/httpd.conf $(DESTDIR)$(HTTPD_CONF)/nagios.conf
@echo ""
--
1.7.3.2
------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
More information about the Developers
mailing list