21 lines
658 B
Plaintext
21 lines
658 B
Plaintext
|
diff -ru nagios/Makefile.in nagios-om/Makefile.in
|
||
|
--- nagios/Makefile.in 2012-06-21 13:16:10.000000000 +0200
|
||
|
+++ nagios-om/Makefile.in 2012-11-16 17:37:07.000000000 +0100
|
||
|
@@ -290,6 +290,7 @@
|
||
|
@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 ""
|
||
|
@@ -334,7 +335,7 @@
|
||
|
@echo ""
|
||
|
|
||
|
|
||
|
-fullinstall: install install-init install-commandmode install-webconf
|
||
|
+fullinstall: install install-init install-commandmode install-webconf install-config
|
||
|
|
||
|
# Uninstall is too destructive if base install directory is /usr, etc.
|
||
|
#uninstall:
|