summaryrefslogtreecommitdiff
path: root/net-mgmt/icinga-classicweb/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/icinga-classicweb/files')
-rw-r--r--net-mgmt/icinga-classicweb/files/patch-Makefile.in13
-rw-r--r--net-mgmt/icinga-classicweb/files/patch-include_config.h.in16
-rw-r--r--net-mgmt/icinga-classicweb/files/pkg-message.in11
3 files changed, 40 insertions, 0 deletions
diff --git a/net-mgmt/icinga-classicweb/files/patch-Makefile.in b/net-mgmt/icinga-classicweb/files/patch-Makefile.in
new file mode 100644
index 000000000000..5b5536e762b6
--- /dev/null
+++ b/net-mgmt/icinga-classicweb/files/patch-Makefile.in
@@ -0,0 +1,13 @@
+--- Makefile.in.orig 2015-07-26 15:18:51 UTC
++++ Makefile.in
+@@ -425,8 +425,8 @@ install-basic:
+
+ install-cgiconf:
+ $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)
+- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgi.cfg $(DESTDIR)$(CFGDIR)/cgi.cfg
+- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgiauth.cfg $(DESTDIR)$(CFGDIR)/cgiauth.cfg
++ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgi.cfg $(DESTDIR)$(CFGDIR)/cgi.cfg.sample
++ $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgiauth.cfg $(DESTDIR)$(CFGDIR)/cgiauth.cfg.sample
+
+
+ install-config: install-cgiconf
diff --git a/net-mgmt/icinga-classicweb/files/patch-include_config.h.in b/net-mgmt/icinga-classicweb/files/patch-include_config.h.in
new file mode 100644
index 000000000000..e98a7c130c9a
--- /dev/null
+++ b/net-mgmt/icinga-classicweb/files/patch-include_config.h.in
@@ -0,0 +1,16 @@
+--- include/config.h.in.orig 2015-07-15 13:04:09.000000000 +0200
++++ include/config.h.in 2015-07-25 16:05:16.168060000 +0200
+@@ -217,10 +217,13 @@
+ #include <errno.h>
+ #endif
+
++/* remove inclusion of sys/timeb.h to suppress a lot of warnings during build */
++#if 0
+ #undef HAVE_SYS_TIMEB_H
+ #if HAVE_SYS_TIMEB_H
+ #include <sys/timeb.h>
+ #endif
++#endif
+
+ #undef HAVE_SYS_IPC_H
+ #ifdef HAVE_SYS_IPC_H
diff --git a/net-mgmt/icinga-classicweb/files/pkg-message.in b/net-mgmt/icinga-classicweb/files/pkg-message.in
new file mode 100644
index 000000000000..6068c0114a9f
--- /dev/null
+++ b/net-mgmt/icinga-classicweb/files/pkg-message.in
@@ -0,0 +1,11 @@
+*************************************************************************
+ Documentation is available in HTML form in
+ %%PREFIX%%/%%ICINGAWWWDIR%%/docs/.
+
+ If you don't already have a web server running, you will need to
+ install and configure one to finish off your Icinga installation.
+
+ A sample Apache 2.x configuration is installed as
+ %%PREFIX%%/%%EXAMPLESDIR%%/apache2/icinga.conf-sample
+
+*************************************************************************