Skip to content

Commit 2e05d44

Browse files
committed
Merge branch 'master' into 873-fix-service-notification-bug
2 parents 4fec3d8 + 402fbc4 commit 2e05d44

23 files changed

+763
-458
lines changed

Changelog

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Nagios Core 4 Change Log
66
------------------
77
* Expand the custom variable macros to an empty string, if the custom variable does not exist (Andre Klärner)
88
* Fix notification logic to not send a notification if a host and services parents are down (#873) (Dylan Anderson)
9+
* Update Exfoliation theme (Dylan Anderson)
910

1011
4.5.6 - 2024-10-08
1112
------------------

Makefile.in

+4
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,10 @@ install-exfoliation:
367367
for file in $$(find ./images -type f); do \
368368
$(INSTALL) -m 644 $(INSTALL_OPTS) $${file} $(DESTDIR)$(HTMLDIR)/$${file}; \
369369
done; \
370+
$(INSTALL) $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/fonts; \
371+
for file in $$(find ./fonts -type f); do \
372+
$(INSTALL) -m 644 $(INSTALL_OPTS) $${file} $(DESTDIR)$(HTMLDIR)/$${file}; \
373+
done; \
370374
)
371375

372376
@echo ""
41.1 KB
Binary file not shown.
41.4 KB
Binary file not shown.
41.5 KB
Binary file not shown.
40.5 KB
Binary file not shown.
40.6 KB
Binary file not shown.
41 KB
Binary file not shown.
40.2 KB
Binary file not shown.
41.1 KB
Binary file not shown.
39.9 KB
Binary file not shown.
62.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)