Tue Dec 31 03:28:39 2013 UTC ()
Update 1.9.4

* Switch to 1.9.x branch
* Fix CVE-2013-7106 and CVE-2013-7108

Changelog:
1.9.4 - 13/12/2013

FIXES
* classic ui: fix status output in JSON format not including short and long plugin output properly #5217 - RB
* classic ui: fix possible buffer overflows #5250 - RB
* classic ui: fix Off-by-one memory access in process_cgivars() #5251 - RB

1.9.3 - 07/07/2013

FIXES
* core: fix init script status exit codes on not running daemon and present pid file #4243 - MF

* idoutils: fix workaround on libdbi fetch_next_row() bug applied for postgresql too, causing faulty queries #4367 - MF

1.9.2 - 30/06/2013

FIXES
* core: fix bug with non-ASCII (> 127) illegal macro output characters on char-to-int cast (Jason Young) #4211 - MF
* core: bail early if main config file cannot be read - MF

* classic ui: fixed searching hostgroup results in wrong 'all' view filter urls #4206 - RB
* classic ui: fix URL construction issue in icinga_reload_scroll_position() javascript (Karsten S端hring) #4233 - MF

* idoutils: fix mysql: output/perfdata limits cut escaped string leaving '\' at the end (Yannik Charton) #4196 - MF
* idoutils: bugfixes for socket queue, transactions and libdbi handling #4049 - GB
* idoutils: fix ido2db gradually consumes more and more CPU time with time #4210 - CF
* idoutils: fix wrong clob freeing in eventhandlers #4357 - TD

1.9.1 - 22/05/2013

FIXES
* core: fix objects.cache does not get updated on (re)start, but config verify (Christian Ruppert) #4155 - MF

* classic ui: fixed UNICODE characters in JSON output from getting discarded #4193 - RB

* idoutils: fix segfaults on reload with multiple neb modules of the same binary #4033 - MF

1.9.0 - 07/05/2013

NOTES
* idoutils uses a socket queue and transactions for large object dumps! #3527 #3533
* ido2db.cfg enable_sla is now deprecated! #3450
* icinga.cfg event_profiling_enabled is now deprecated! #4054

ENHANCEMENTS
* core: increase performance with hash comparing hosts/services on config read #3722 - GB
* core: introduce warning level -vv on config verification #3510 - MF
* core: refuse to start if neb modules fail to load (Andreas Ericsson, op5 Team) #3812 - MF
* core: keep logfile open, reducing open/close performance decreases (Andreas Ericsson, op5 Team) #3390 - MF
* core: enhance illegal macro character processing performance (Andreas Ericsson, op5 Team) #3389 - MF
* core: add the notification type by string to debug logs; set CUSTOM=8, STALKING=9 (Andreas Ericsson, op5 Team) #3818 - MF
* core: skip writing status.dat if explicitely set to /dev/null (e.g. when using alternate data retrieval methods like IDOUtils) (Andreas Ericsson, op5 Team) #3819 - MF
* core: avoid writing objects.cache if set to /dev/null (Andreas Ericsson, op5 Team) #3819 - MF
* core: increase performance on host->service relation counter (config reading, flapping) #3820 - MF
* core: fix unable to exclude hostgroups when using nested hostgroups (Alexander Sulfrian) #2619 - MF

* classic ui: increase performance with hash comparing hosts/services to show/filter #3722 - GB
* classic ui: Add "set_expire_ack_by_default" to cgi configuration #3476 - CF
* classic ui: Add "send_ack_notifications" to cgi configuration (TheCry) #3467 - CF
* classic ui: Changed field size for hours to 4 when setting flexible downtime #3484 - RB
* classic ui: Added process status to JSON response #3172 - RB
* classic ui: Added date/time selection to 'log file navigation' #3168 - RB
* classic ui: Added setting focus to main frame on first site load #3202 - RB
* classic ui: Made sort buttons larger #3814 - RB
* classic ui: Made classic ui work standalone #3869 - RB
* classic ui: add 'executed command' to extinfo.cgi linking to command expander #3901 - MF

* idoutils: use transactions for large object dumps #3527 - GB
* idoutils: add socket queue proxy addressing core reload problems #3533 - GB
* idoutils: add more indexes for sla reporting #3649 - MF
* idoutils: Oracle - change output fields to clob #3412 - TD

* install: set --enable-idoutils/event-broker to true as default configure flags #3813 - MF
* install: add lighttp config samples to contrib/lighttp #2253 - RB
* install: add --with-httpd-conf-file to allow specific apache config to be installed #3962 - MF
* install: make install-webconf-auth installs htpasswd.users automatically, allowing default icingaadmin login out-of-the-box #3963 - MF
* install: add 'make classicui-standalone' and 'make install-classicui-standalone' #3963 - MF

* docs: Temporary files should mention temp_file option in icinga.cfg #3748 - WN
* docs: add upgrade/troubleshooting notes about invisible icinga web cronks/modules after upgrade #3939 - WN
* docs: make install-webconf-auth installs htpasswd.user with icingaadmin credentials #3964 - WN
* docs: icinga web 1.9: new menu style (smaller icons) #3944 - MF
* docs: icinga web 1.9: new filtering methods #3947 - MF
* docs: add userpreferences.xml to icinga web configs #3991 - WN
* docs: add web gui comparison to beginners #3907 - WN

FIXES
* core: fix faulty macro cleaning, replacing spaces with pluses where they shouldn't be cleaned #3397 - MF
* core: fix macro escaping logs incorrect warning for $$escapes #3404 - MF
* core: fix wrong escalation notification due to state based escalation range behaviour changes #3441 - MF
* core: change ownership of (debug) log file before dropping privileges (Andreas Ericsson, op5 Team) #3521 - MF
* core: fix keep_unknown_macros still exposes wrong warnings to logs #3725 - MF
* core: fix host_check, last_check == next_check wrong in scheduling queue #2195 - MF
* core: fix triggered downtimes for child hosts are missing after icinga restart (thx Michael Lucka) #3390 - MF
* core: fix services with empty hostgroups aren't processed even if it has host_name specified (allow_empty_hostgroups=1) (thx Viranch Metha) #3736 - MF
* core: revamp USE_LTDL definitions in nebmods (Andreas Ericsson, op5 Team) #3817 - MF
* core: fix checkresult reaper cleanup fails due to relative file path #3937 - MaF
* core: do not export host/servicegroupmembers as environment macros in large installations #3859 - MF
* core: set default permissions to icinga/ido2db binaries to 755 #3902 - GB

* classic ui: fix cmd.cgi does not honor commandpipe location; overwrites from empty environment variable #3418 - MF
* classic ui: fixed Double-listed host dependencies in host extinfo.cgi #3295 - RB
* classic ui: fixed sort_icinga_logfiles_by_name() in readlogs.c fails to take NULL pointers into consideration #3398 - CF
* classic ui: fixed committing acknowledgement cmd negates flags for send_notification and sticky_ack #3329 - RB
* classic ui: fixed backtrack_archives only getting calculated on a daily log rotation basis #3416 - RB
* classic ui: fixed invalid freeing of last_check in 'scheduling queue' for first time checks #3444 - RB
* classic ui: fixed Warning and Unknown States are mixed up in Alert Summary Report #3488 - RB
* classic ui: fixed extinfo.cgi shows localtime(0) instead of "NOT SET" when global notifications are not set to expire #3482 - RB
* classic ui: fixed CGIs generating invalid html code/ json when throwing error #3507 - RB
* classic ui: fixed JSON output is insufficiently escaped #3541 - RB
* classic ui: fixed segfault when reading malformed log entries #3528 - RB
* classic ui: "fixed" Incorrect positioning status popup in statusmap #3861 - RB
* classic ui: fixed possible NULL dereference-bug in summary.c #3740 - RB
* classic ui: fixed Command expansion problem with percentage signs #3929 - RB
* classic ui: cleaned up the jquery-ui includes to allow debian pkg dependencies #3808 - RB
* classic ui: fixed Trigger Time in Scheduled Downtime displaying 01-01-1970 01:00:00 when not triggered #3980 - RB
* classic-ui: fixed host and service names are not allowed to have a '+' included #1843 - RB

* idoutils: fix many memory leaks in ido2db on dbi_result_free and others (thx Klaus Wagner) #3406 - MF
* idoutils: fix ido2db crashes when Oracle queries fail #3324 - GB
* idoutils: fix ORA-1461 writing data to varchar2 exceeding field size limit output, command_arg and commandline data written to Oracle #3324 #3325 - TD
* idoutils: fix unsafe handling of dbi_conn_sequence_last, rewrite last_insert_id/sequence fetching #3408 - MF
* idoutils: fix ido2db does not cleanly exit the client on wrong schema version check in db_hello #3419 - MF
* idoutils: fix FROM_UNIXTIME(NULL) does not work with MySQL 5.0.x #3399 #3466 - CF
* idoutils: fix unknown column contactaddress_id (thx fmbiete) #3483 - MF
* idoutils: fix empty output/perfdata segfaults for mysql string truncate #3516 - MF
* idoutils: unlink leftover socket on startup, if using unix sockets - MF
* idoutils: fix long output data causes wrong data in database #2342 - MF
* idoutils: fix idomod leaks memory on core reload #3749 - GB
* idoutils: add workaround fix for num_rows_affected broken in libdbi/mariadb, returned ids are 0 #3728 - MF

* install: drop unused daemon-init-readhat script (spec uses daemon-init) #3402 - MF
* install: fix broken configure ssl detection for idoutils on ubuntu/debian (Oliver Skibbe) #3413 - MF
* install: fix ido2db initscript uses same chkconfig line as icinga (Dirk G旦tz) #3490 - MF
* install: fix configure does not detect AIX6/7 properly #3895 - MF
* install: fix STATEDIR creation during make install #3869 - MF

* docs: add missing cmd_mod description in cgi params #3438 - MF
* docs: search_string as cgi GET param works also for status.cgi #3451 - MF
* docs: fix typo pqsql -> pgsql #3461 - WN
* docs: recurring downtimes: should tell about dev/experimental state living in contrib/ better #3647 - WN
* docs: middle-clicking on TOC links doesn't open pages in new tab #3561 - WN

* icinga.spec: add idoutils as transitional package (thx Stefan Marx, Michael Gr端ner) #3640 - MF
* icinga.spec: fix double %{logdir}/gui/ definitions in icinga and icinga-gui (thx Ren辿 Koch) #3802 - MF

CHANGES

* ido2db.cfg: enable_sla is now deprecated! #3450
* icinga.cfg: event_profiling_enabled is now deprecated! #4054

* icinga.cfg: enable_state_based_escalation_ranges=0 (disabled if not set) fix for #3441
* icinga.cfg: set status_file=/dev/null to disable its creation #3819
* icinga.cfg: set object_cache_file=/dev/null to disable its creation #3819

* idoutils: use transactions for large object dumps #3527
* idoutils: add socket queue proxy addressing core reload problems #3533

* core: -v param can be used more than once #3510
* core: 'Warning: Host ... has no service associated with it!' now happens only in icinga -vv icinga.cfg #3510
* core: refuse to start if neb modules fail to load #3812
* core: notification type nr CUSTOM=8 and STALKING=9 (reflected in idoutils tables) #3818
* core: using nested hostgroups you can exclude (!) hostgroup_members #2619
* core: host/servicegroupmembers are not exported as environment macros #3859
	** if enable_environment_macros=1
	** and use_large_installation_tweaks=1

* icinga.spec: add idoutils as transitional package #3640

* install: set --enable-idoutils/event-broker to true as default configure flags #3813
* install: add --with-httpd-conf-file to allow specific apache config to be installed #3962
	** this is important when installing standalone classic ui for e.g. Icinga2
* install: make install-webconf-auth installs htpasswd.users, allowing default icingaadmin login out-of-the-box #3963
* install: add --enable-classicui-standalone #3869
	** sets cgi.cfg standalone_installation=1
* install: add 'make classicui-standalone' and 'make install-classicui-standalone' #3963
	** this will install classic ui standalone, if enabled
* install: default permissions for icinga/ido2db binaries are now 755 #3902


(ryoon)
diff -r1.6 -r1.7 pkgsrc/net/icinga-base/Makefile
diff -r1.1 -r1.2 pkgsrc/net/icinga-base/PLIST
diff -r1.1 -r1.2 pkgsrc/net/icinga-base/distinfo
diff -r1.1 -r1.2 pkgsrc/net/icinga-base/patches/patch-Makefile.in
diff -r1.1 -r1.2 pkgsrc/net/icinga-base/patches/patch-base_Makefile.in
diff -r1.1 -r1.2 pkgsrc/net/icinga-base/patches/patch-html_Makefile.in

cvs diff -r1.6 -r1.7 pkgsrc/net/icinga-base/Makefile (switch to unified diff)

--- pkgsrc/net/icinga-base/Makefile 2013/09/04 12:31:26 1.6
+++ pkgsrc/net/icinga-base/Makefile 2013/12/31 03:28:39 1.7
@@ -1,92 +1,92 @@ @@ -1,92 +1,92 @@
1# $NetBSD: Makefile,v 1.6 2013/09/04 12:31:26 obache Exp $ 1# $NetBSD: Makefile,v 1.7 2013/12/31 03:28:39 ryoon Exp $
2# 2#
3 3
4DISTNAME= icinga-1.8.4 4DISTNAME= icinga-1.9.4
5PKGNAME= ${DISTNAME:S/-/-base-/} 5PKGNAME= ${DISTNAME:S/-/-base-/}
6PKGREVISION= 5 
7CATEGORIES= net sysutils 6CATEGORIES= net sysutils
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icinga/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icinga/}
9 8
10MAINTAINER= ryoon@NetBSD.org 9MAINTAINER= ryoon@NetBSD.org
11HOMEPAGE= https://www.icinga.org/ 10HOMEPAGE= https://www.icinga.org/
12COMMENT= Enterprise grade open source monitoring system 11COMMENT= Enterprise grade open source monitoring system
13LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
14 13
15CONFLICTS= nagios-base-[0-9]* 14CONFLICTS= nagios-base-[0-9]*
16 15
17.include "../../mk/bsd.prefs.mk" 16.include "../../mk/bsd.prefs.mk"
18.include "../../net/icinga-base/Makefile.common" 17.include "../../net/icinga-base/Makefile.common"
19.include "options.mk" 18.include "options.mk"
20 19
21CONFIGURE_ARGS+= --with-gd-lib=${PREFIX}/lib 20CONFIGURE_ARGS+= --with-gd-lib=${PREFIX}/lib
22CONFIGURE_ARGS+= --with-gd-inc=${PREFIX}/include 21CONFIGURE_ARGS+= --with-gd-inc=${PREFIX}/include
23CONFIGURE_ARGS+= --enable-embedded-perl 22CONFIGURE_ARGS+= --enable-embedded-perl
24CONFIGURE_ARGS+= --with-perlcache 23CONFIGURE_ARGS+= --with-perlcache
25 24
26CONFIGURE_ARGS+= --with-icinga-user=${ICINGA_USER} 25CONFIGURE_ARGS+= --with-icinga-user=${ICINGA_USER}
27CONFIGURE_ARGS+= --with-icinga-group=${ICINGA_GROUP} 26CONFIGURE_ARGS+= --with-icinga-group=${ICINGA_GROUP}
28CONFIGURE_ARGS+= --with-command-user=${ICINGA_USER} 27CONFIGURE_ARGS+= --with-command-user=${ICINGA_USER}
29CONFIGURE_ARGS+= --with-command-group=${ICINGACMD_GROUP} 28CONFIGURE_ARGS+= --with-command-group=${ICINGACMD_GROUP}
30CONFIGURE_ARGS+= --with-init-dir=${PREFIX}/share/examples/rc.d 29CONFIGURE_ARGS+= --with-init-dir=${PREFIX}/share/examples/rc.d
31CONFIGURE_ARGS+= --with-lockfile=/var/run/icinga/icinga.lock 30CONFIGURE_ARGS+= --with-lockfile=/var/run/icinga/icinga.lock
32 31
33USE_TOOLS+= mail:run perl 32USE_TOOLS+= mail:run perl
34CONFIGURE_ARGS+= --with-mail=${TOOLS_PLATFORM.mail:Q} 33CONFIGURE_ARGS+= --with-mail=${TOOLS_PLATFORM.mail:Q}
35 34
36RCD_SCRIPTS+= icinga 35RCD_SCRIPTS+= icinga
37FILES_SUBST+= ICINGA_USER=${ICINGA_USER} 36FILES_SUBST+= ICINGA_USER=${ICINGA_USER}
38 37
39INSTALL_TARGET= install install-config 38INSTALL_TARGET= install install-config
40 39
41BUILD_DEFS+= VARBASE ICINGA_USER ICINGA_GROUP ICINGACMD_GROUP 40BUILD_DEFS+= VARBASE ICINGA_USER ICINGA_GROUP ICINGACMD_GROUP
42BUILD_DEFS+= ICINGADIR 41BUILD_DEFS+= ICINGADIR
43 42
44PKG_GROUPS+= ${ICINGA_GROUP} 43PKG_GROUPS+= ${ICINGA_GROUP}
45PKG_GROUPS+= ${ICINGACMD_GROUP} 44PKG_GROUPS+= ${ICINGACMD_GROUP}
46 45
47PKG_USERS+= ${ICINGA_USER}:${ICINGA_GROUP} 46PKG_USERS+= ${ICINGA_USER}:${ICINGA_GROUP}
48 47
49PKG_GECOS.${ICINGA_USER}= Icinga Runtime User 48PKG_GECOS.${ICINGA_USER}= Icinga Runtime User
50 49
51MESSAGE_SUBST+= ICINGA_USER=${ICINGA_USER} 50MESSAGE_SUBST+= ICINGA_USER=${ICINGA_USER}
52MESSAGE_SUBST+= ICINGACMD_GROUP=${ICINGACMD_GROUP} 51MESSAGE_SUBST+= ICINGACMD_GROUP=${ICINGACMD_GROUP}
53 52
54EGDIR= ${PREFIX}/share/examples/icinga 53EGDIR= ${PREFIX}/share/examples/icinga
55EGFILES= cgi.cfg cgiauth.cfg icinga.cfg icinga.conf 54EGFILES= cgi.cfg cgiauth.cfg icinga.cfg icinga.conf
56EGFILES+= objects/commands.cfg objects/contacts.cfg 55EGFILES+= objects/commands.cfg objects/contacts.cfg
57EGFILES+= objects/localhost.cfg objects/notifications.cfg 56EGFILES+= objects/localhost.cfg objects/notifications.cfg
58EGFILES+= objects/printer.cfg objects/switch.cfg 57EGFILES+= objects/printer.cfg objects/switch.cfg
59EGFILES+= objects/templates.cfg objects/timeperiods.cfg 58EGFILES+= objects/templates.cfg objects/timeperiods.cfg
60EGFILES+= objects/windows.cfg resource.cfg 59EGFILES+= objects/windows.cfg resource.cfg
61 60
62INSTALLATION_DIRS+= ${PKG_SYSCONFDIR}/objects 61INSTALLATION_DIRS+= ${PKG_SYSCONFDIR}/objects
63INSTALLATION_DIRS+= ${PKG_SYSCONFDIR}/modules 62INSTALLATION_DIRS+= ${PKG_SYSCONFDIR}/modules
64INSTALLATION_DIRS+= ${PKG_SYSCONFDIR}/conf.d 63INSTALLATION_DIRS+= ${PKG_SYSCONFDIR}/conf.d
65 64
66.for files in ${EGFILES} 65.for files in ${EGFILES}
67CONF_FILES+= ${EGDIR}/${files} ${PKG_SYSCONFDIR}/${files} 66CONF_FILES+= ${EGDIR}/${files} ${PKG_SYSCONFDIR}/${files}
68.endfor 67.endfor
69CONF_FILES+= ${EGDIR}/icinga.conf ${PKG_SYSCONFDIR}/icinga.conf 68CONF_FILES+= ${EGDIR}/icinga.conf ${PKG_SYSCONFDIR}/icinga.conf
70 69
71OWN_DIRS_PERMS+=${ICINGADIR} ${ICINGA_USER} ${ICINGA_GROUP} 0775 70OWN_DIRS_PERMS+=${ICINGADIR} ${ICINGA_USER} ${ICINGA_GROUP} 0775
72OWN_DIRS_PERMS+=${ICINGADIR}/archives ${ICINGA_USER} ${ICINGA_GROUP} 0775 71OWN_DIRS_PERMS+=${ICINGADIR}/archives ${ICINGA_USER} ${ICINGA_GROUP} 0775
73OWN_DIRS_PERMS+=${ICINGADIR}/rw ${ICINGA_USER} ${ICINGACMD_GROUP} 0775 72OWN_DIRS_PERMS+=${ICINGADIR}/rw ${ICINGA_USER} ${ICINGACMD_GROUP} 0775
74OWN_DIRS_PERMS+=${ICINGADIR}/checkresults ${ICINGA_USER} ${ICINGACMD_GROUP} 0775 73OWN_DIRS_PERMS+=${ICINGADIR}/checkresults ${ICINGA_USER} ${ICINGACMD_GROUP} 0775
75 74
76SUBST_CLASSES+= files 75SUBST_CLASSES+= files
77SUBST_STAGE.files= post-build 76SUBST_STAGE.files= post-build
78SUBST_FILES.files= icinga.conf.dist 77SUBST_FILES.files= icinga.conf.dist
79SUBST_SED.files= -e "s|@PREFIX@|${PREFIX}|g" 78SUBST_SED.files= -e "s|@PREFIX@|${PREFIX}|g"
80SUBST_MESSAGE.files= Fixing configuration files. 79SUBST_MESSAGE.files= Fixing configuration files.
81 80
82pre-build: 81pre-build:
83 ${CP} ${FILESDIR}/icinga.conf.dist ${WRKSRC}/icinga.conf.dist 82 ${CP} ${FILESDIR}/icinga.conf.dist ${WRKSRC}/icinga.conf.dist
84 83
85post-install: 84post-install:
86 ${INSTALL_DATA} ${WRKSRC}/icinga.conf.dist ${DESTDIR}/${EGDIR}/icinga.conf 85 ${INSTALL_DATA} ${WRKSRC}/icinga.conf.dist ${DESTDIR}/${EGDIR}/icinga.conf
87 86
 87.include "../../databases/libdbi/buildlink3.mk"
88.include "../../graphics/gd/buildlink3.mk" 88.include "../../graphics/gd/buildlink3.mk"
89.include "../../lang/php/phpversion.mk" 89.include "../../lang/php/phpversion.mk"
90.include "${PHPPKGSRCDIR}/buildlink3.mk" 90.include "${PHPPKGSRCDIR}/buildlink3.mk"
91.include "../../lang/perl5/buildlink3.mk" 91.include "../../lang/perl5/buildlink3.mk"
92.include "../../mk/bsd.pkg.mk" 92.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/net/icinga-base/PLIST (switch to unified diff)

--- pkgsrc/net/icinga-base/PLIST 2013/03/02 04:08:27 1.1
+++ pkgsrc/net/icinga-base/PLIST 2013/12/31 03:28:39 1.2
@@ -1,670 +1,731 @@ @@ -1,670 +1,731 @@
1@comment $NetBSD: PLIST,v 1.1 2013/03/02 04:08:27 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.2 2013/12/31 03:28:39 ryoon Exp $
2bin/icinga 2bin/icinga
3bin/icingastats 3bin/icingastats
4lib/p1.pl 4lib/p1.pl
5libexec/nagios/cgi-bin/avail.cgi 5libexec/nagios/cgi-bin/avail.cgi
6libexec/nagios/cgi-bin/cmd.cgi 6libexec/nagios/cgi-bin/cmd.cgi
7libexec/nagios/cgi-bin/config.cgi 7libexec/nagios/cgi-bin/config.cgi
8libexec/nagios/cgi-bin/extinfo.cgi 8libexec/nagios/cgi-bin/extinfo.cgi
9libexec/nagios/cgi-bin/histogram.cgi 9libexec/nagios/cgi-bin/histogram.cgi
10libexec/nagios/cgi-bin/history.cgi 10libexec/nagios/cgi-bin/history.cgi
11libexec/nagios/cgi-bin/notifications.cgi 11libexec/nagios/cgi-bin/notifications.cgi
12libexec/nagios/cgi-bin/outages.cgi 12libexec/nagios/cgi-bin/outages.cgi
13libexec/nagios/cgi-bin/showlog.cgi 13libexec/nagios/cgi-bin/showlog.cgi
14libexec/nagios/cgi-bin/status.cgi 14libexec/nagios/cgi-bin/status.cgi
15libexec/nagios/cgi-bin/statusmap.cgi 15libexec/nagios/cgi-bin/statusmap.cgi
16libexec/nagios/cgi-bin/summary.cgi 16libexec/nagios/cgi-bin/summary.cgi
17libexec/nagios/cgi-bin/tac.cgi 17libexec/nagios/cgi-bin/tac.cgi
18libexec/nagios/cgi-bin/trends.cgi 18libexec/nagios/cgi-bin/trends.cgi
19share/examples/icinga/cgi.cfg 19share/examples/icinga/cgi.cfg
20share/examples/icinga/cgiauth.cfg 20share/examples/icinga/cgiauth.cfg
21share/examples/icinga/icinga.cfg 21share/examples/icinga/icinga.cfg
22share/examples/icinga/icinga.conf 22share/examples/icinga/icinga.conf
23share/examples/icinga/objects/commands.cfg 23share/examples/icinga/objects/commands.cfg
24share/examples/icinga/objects/contacts.cfg 24share/examples/icinga/objects/contacts.cfg
25share/examples/icinga/objects/localhost.cfg 25share/examples/icinga/objects/localhost.cfg
26share/examples/icinga/objects/notifications.cfg 26share/examples/icinga/objects/notifications.cfg
27share/examples/icinga/objects/printer.cfg 27share/examples/icinga/objects/printer.cfg
28share/examples/icinga/objects/switch.cfg 28share/examples/icinga/objects/switch.cfg
29share/examples/icinga/objects/templates.cfg 29share/examples/icinga/objects/templates.cfg
30share/examples/icinga/objects/timeperiods.cfg 30share/examples/icinga/objects/timeperiods.cfg
31share/examples/icinga/objects/windows.cfg 31share/examples/icinga/objects/windows.cfg
32share/examples/icinga/resource.cfg 32share/examples/icinga/resource.cfg
33share/examples/rc.d/icinga 33share/examples/rc.d/icinga
34share/icinga/docs/de/about.html 34share/icinga/docs/de/about.html
35share/icinga/docs/de/activechecks.html 35share/icinga/docs/de/activechecks.html
36share/icinga/docs/de/adaptive.html 36share/icinga/docs/de/adaptive.html
37share/icinga/docs/de/addons.html 37share/icinga/docs/de/addons.html
38share/icinga/docs/de/beginners.html 38share/icinga/docs/de/beginners.html
39share/icinga/docs/de/cachedchecks.html 39share/icinga/docs/de/cachedchecks.html
40share/icinga/docs/de/cgiauth.html 40share/icinga/docs/de/cgiauth.html
41share/icinga/docs/de/cgicmd.html 41share/icinga/docs/de/cgicmd.html
42share/icinga/docs/de/cgiincludes.html 42share/icinga/docs/de/cgiincludes.html
43share/icinga/docs/de/cgiparams.html 43share/icinga/docs/de/cgiparams.html
44share/icinga/docs/de/cgis.html 44share/icinga/docs/de/cgis.html
45share/icinga/docs/de/cgisecurity.html 45share/icinga/docs/de/cgisecurity.html
46share/icinga/docs/de/ch01.html 46share/icinga/docs/de/ch01.html
47share/icinga/docs/de/ch02.html 47share/icinga/docs/de/ch02.html
48share/icinga/docs/de/ch03.html 48share/icinga/docs/de/ch03.html
49share/icinga/docs/de/ch04.html 49share/icinga/docs/de/ch04.html
50share/icinga/docs/de/ch05.html 50share/icinga/docs/de/ch05.html
51share/icinga/docs/de/ch06.html 51share/icinga/docs/de/ch06.html
52share/icinga/docs/de/ch07.html 52share/icinga/docs/de/ch07.html
53share/icinga/docs/de/ch08.html 53share/icinga/docs/de/ch08.html
54share/icinga/docs/de/ch09.html 54share/icinga/docs/de/ch09.html
55share/icinga/docs/de/ch10.html 55share/icinga/docs/de/ch10.html
56share/icinga/docs/de/ch11.html 56share/icinga/docs/de/ch11.html
57share/icinga/docs/de/ch12.html 57share/icinga/docs/de/ch12.html
58share/icinga/docs/de/checkscheduling.html 58share/icinga/docs/de/checkscheduling.html
59share/icinga/docs/de/clusters.html 59share/icinga/docs/de/clusters.html
60share/icinga/docs/de/components.html 60share/icinga/docs/de/components.html
61share/icinga/docs/de/config.html 61share/icinga/docs/de/config.html
62share/icinga/docs/de/configcgi.html 62share/icinga/docs/de/configcgi.html
63share/icinga/docs/de/configido.html 63share/icinga/docs/de/configido.html
64share/icinga/docs/de/configmain.html 64share/icinga/docs/de/configmain.html
65share/icinga/docs/de/configobject.html 65share/icinga/docs/de/configobject.html
66share/icinga/docs/de/customobjectvars.html 66share/icinga/docs/de/customobjectvars.html
67share/icinga/docs/de/db_changes.html 67share/icinga/docs/de/db_changes.html
68share/icinga/docs/de/db_intro.html 68share/icinga/docs/de/db_intro.html
69share/icinga/docs/de/db_model.html 69share/icinga/docs/de/db_model.html
70share/icinga/docs/de/dependencies.html 70share/icinga/docs/de/dependencies.html
71share/icinga/docs/de/dependencychecks.html 71share/icinga/docs/de/dependencychecks.html
72share/icinga/docs/de/distributed.html 72share/icinga/docs/de/distributed.html
73share/icinga/docs/de/downtime.html 73share/icinga/docs/de/downtime.html
74share/icinga/docs/de/embeddedperl.html 74share/icinga/docs/de/embeddedperl.html
75share/icinga/docs/de/epnplugins.html 75share/icinga/docs/de/epnplugins.html
76share/icinga/docs/de/escalation_condition.html 76share/icinga/docs/de/escalation_condition.html
77share/icinga/docs/de/escalations.html 77share/icinga/docs/de/escalations.html
78share/icinga/docs/de/eventhandlers.html 78share/icinga/docs/de/eventhandlers.html
79share/icinga/docs/de/example-configs.html 79share/icinga/docs/de/example-configs.html
80share/icinga/docs/de/extcommands.html 80share/icinga/docs/de/extcommands.html
81share/icinga/docs/de/extcommands2.html 81share/icinga/docs/de/extcommands2.html
82share/icinga/docs/de/faststartup.html 82share/icinga/docs/de/faststartup.html
83share/icinga/docs/de/flapping.html 83share/icinga/docs/de/flapping.html
84share/icinga/docs/de/freshness.html 84share/icinga/docs/de/freshness.html
85share/icinga/docs/de/hostchecks.html 85share/icinga/docs/de/hostchecks.html
86share/icinga/docs/de/howtos.html 86share/icinga/docs/de/howtos.html
87share/icinga/docs/de/icinga-api.html 87share/icinga/docs/de/icinga-api.html
88share/icinga/docs/de/icinga-web-api.html 88share/icinga/docs/de/icinga-web-api.html
89share/icinga/docs/de/icinga-web-config.html 89share/icinga/docs/de/icinga-web-config.html
90share/icinga/docs/de/icinga-web-intro.html 90share/icinga/docs/de/icinga-web-intro.html
91share/icinga/docs/de/icinga-web-introduction.html 91share/icinga/docs/de/icinga-web-introduction.html
92share/icinga/docs/de/icinga-web-pnp.html 92share/icinga/docs/de/icinga-web-pnp.html
93share/icinga/docs/de/icinga-web-scratch.html 93share/icinga/docs/de/icinga-web-scratch.html
94share/icinga/docs/de/icinga-web.html 94share/icinga/docs/de/icinga-web.html
95share/icinga/docs/de/icinga_packages.html 95share/icinga/docs/de/icinga_packages.html
96share/icinga/docs/de/icingastats.html 96share/icinga/docs/de/icingastats.html
97share/icinga/docs/de/index.html 97share/icinga/docs/de/index.html
98share/icinga/docs/de/int-mklivestatus.html 98share/icinga/docs/de/int-mklivestatus.html
99share/icinga/docs/de/int-snmptrap.html 99share/icinga/docs/de/int-snmptrap.html
100share/icinga/docs/de/int-tcpwrappers.html 100share/icinga/docs/de/int-tcpwrappers.html
101share/icinga/docs/de/integration.html 101share/icinga/docs/de/integration.html
102share/icinga/docs/de/ix01.html 102share/icinga/docs/de/ix01.html
103share/icinga/docs/de/largeinstalltweaks.html 103share/icinga/docs/de/largeinstalltweaks.html
104share/icinga/docs/de/macrolist.html 104share/icinga/docs/de/macrolist.html
105share/icinga/docs/de/macros.html 105share/icinga/docs/de/macros.html
106share/icinga/docs/de/modified_attr.html 106share/icinga/docs/de/modified_attr.html
107share/icinga/docs/de/monitoring-linux.html 107share/icinga/docs/de/monitoring-linux.html
108share/icinga/docs/de/monitoring-netware.html 108share/icinga/docs/de/monitoring-netware.html
109share/icinga/docs/de/monitoring-overview.html 109share/icinga/docs/de/monitoring-overview.html
110share/icinga/docs/de/monitoring-printers.html 110share/icinga/docs/de/monitoring-printers.html
111share/icinga/docs/de/monitoring-publicservices.html 111share/icinga/docs/de/monitoring-publicservices.html
112share/icinga/docs/de/monitoring-routers.html 112share/icinga/docs/de/monitoring-routers.html
113share/icinga/docs/de/monitoring-windows.html 113share/icinga/docs/de/monitoring-windows.html
114share/icinga/docs/de/mrtggraphs.html 114share/icinga/docs/de/mrtggraphs.html
115share/icinga/docs/de/networkreachability.html 115share/icinga/docs/de/networkreachability.html
116share/icinga/docs/de/notifications.html 116share/icinga/docs/de/notifications.html
117share/icinga/docs/de/notifications2.html 117share/icinga/docs/de/notifications2.html
118share/icinga/docs/de/nrpe.html 118share/icinga/docs/de/nrpe.html
119share/icinga/docs/de/nsca.html 119share/icinga/docs/de/nsca.html
120share/icinga/docs/de/objectdefinitions.html 120share/icinga/docs/de/objectdefinitions.html
121share/icinga/docs/de/objectinheritance.html 121share/icinga/docs/de/objectinheritance.html
122share/icinga/docs/de/objecttricks.html 122share/icinga/docs/de/objecttricks.html
123share/icinga/docs/de/oncallrotation.html 123share/icinga/docs/de/oncallrotation.html
124share/icinga/docs/de/passivechecks.html 124share/icinga/docs/de/passivechecks.html
125share/icinga/docs/de/passivestatetranslation.html 125share/icinga/docs/de/passivestatetranslation.html
126share/icinga/docs/de/perfdata.html 126share/icinga/docs/de/perfdata.html
127share/icinga/docs/de/perfgraphs.html 127share/icinga/docs/de/perfgraphs.html
128share/icinga/docs/de/pluginapi.html 128share/icinga/docs/de/pluginapi.html
129share/icinga/docs/de/plugins.html 129share/icinga/docs/de/plugins.html
130share/icinga/docs/de/quickstart-icinga-freebsd.html 130share/icinga/docs/de/quickstart-icinga-freebsd.html
131share/icinga/docs/de/quickstart-icinga.html 131share/icinga/docs/de/quickstart-icinga.html
132share/icinga/docs/de/quickstart-idoutils-freebsd.html 132share/icinga/docs/de/quickstart-idoutils-freebsd.html
133share/icinga/docs/de/quickstart-idoutils.html 133share/icinga/docs/de/quickstart-idoutils.html
134share/icinga/docs/de/quickstart.html 134share/icinga/docs/de/quickstart.html
135share/icinga/docs/de/recurring_downtimes.html 135share/icinga/docs/de/recurring_downtimes.html
136share/icinga/docs/de/redundancy.html 136share/icinga/docs/de/redundancy.html
137share/icinga/docs/de/reporting.html 137share/icinga/docs/de/reporting.html
138share/icinga/docs/de/reporting_1.6.html 
139share/icinga/docs/de/reporting_1.8.html 
140share/icinga/docs/de/security.html 138share/icinga/docs/de/security.html
141share/icinga/docs/de/servicechecks.html 139share/icinga/docs/de/servicechecks.html
142share/icinga/docs/de/stalking.html 140share/icinga/docs/de/stalking.html
143share/icinga/docs/de/startstop.html 141share/icinga/docs/de/startstop.html
144share/icinga/docs/de/statetypes.html 142share/icinga/docs/de/statetypes.html
145share/icinga/docs/de/temp_data.html 143share/icinga/docs/de/temp_data.html
146share/icinga/docs/de/timeperiods.html 144share/icinga/docs/de/timeperiods.html
147share/icinga/docs/de/tuning.html 145share/icinga/docs/de/tuning.html
148share/icinga/docs/de/upgrading.html 146share/icinga/docs/de/upgrading.html
149share/icinga/docs/de/upgrading_icingaweb.html 147share/icinga/docs/de/upgrading_icingaweb.html
150share/icinga/docs/de/upgrading_idoutils.html 148share/icinga/docs/de/upgrading_idoutils.html
151share/icinga/docs/de/verifyconfig.html 149share/icinga/docs/de/verifyconfig.html
152share/icinga/docs/de/volatileservices.html 150share/icinga/docs/de/volatileservices.html
153share/icinga/docs/de/whatsnew.html 151share/icinga/docs/de/whatsnew.html
154share/icinga/docs/en/about.html 152share/icinga/docs/en/about.html
155share/icinga/docs/en/activechecks.html 153share/icinga/docs/en/activechecks.html
156share/icinga/docs/en/adaptive.html 154share/icinga/docs/en/adaptive.html
157share/icinga/docs/en/addons.html 155share/icinga/docs/en/addons.html
158share/icinga/docs/en/beginners.html 156share/icinga/docs/en/beginners.html
159share/icinga/docs/en/cachedchecks.html 157share/icinga/docs/en/cachedchecks.html
160share/icinga/docs/en/cgiauth.html 158share/icinga/docs/en/cgiauth.html
161share/icinga/docs/en/cgicmd.html 159share/icinga/docs/en/cgicmd.html
162share/icinga/docs/en/cgiincludes.html 160share/icinga/docs/en/cgiincludes.html
163share/icinga/docs/en/cgiparams.html 161share/icinga/docs/en/cgiparams.html
164share/icinga/docs/en/cgis.html 162share/icinga/docs/en/cgis.html
165share/icinga/docs/en/cgisecurity.html 163share/icinga/docs/en/cgisecurity.html
166share/icinga/docs/en/ch01.html 164share/icinga/docs/en/ch01.html
167share/icinga/docs/en/ch010.html 165share/icinga/docs/en/ch010.html
168share/icinga/docs/en/ch02.html 166share/icinga/docs/en/ch02.html
169share/icinga/docs/en/ch03.html 167share/icinga/docs/en/ch03.html
170share/icinga/docs/en/ch04.html 168share/icinga/docs/en/ch04.html
171share/icinga/docs/en/ch05.html 169share/icinga/docs/en/ch05.html
172share/icinga/docs/en/ch06.html 170share/icinga/docs/en/ch06.html
173share/icinga/docs/en/ch07.html 171share/icinga/docs/en/ch07.html
174share/icinga/docs/en/ch08.html 172share/icinga/docs/en/ch08.html
175share/icinga/docs/en/ch09.html 173share/icinga/docs/en/ch09.html
176share/icinga/docs/en/ch10.html 174share/icinga/docs/en/ch10.html
177share/icinga/docs/en/ch11.html 175share/icinga/docs/en/ch11.html
178share/icinga/docs/en/ch12.html 176share/icinga/docs/en/ch12.html
179share/icinga/docs/en/checkscheduling.html 177share/icinga/docs/en/checkscheduling.html
180share/icinga/docs/en/clusters.html 178share/icinga/docs/en/clusters.html
181share/icinga/docs/en/config.html 179share/icinga/docs/en/config.html
182share/icinga/docs/en/configcgi.html 180share/icinga/docs/en/configcgi.html
183share/icinga/docs/en/configido.html 181share/icinga/docs/en/configido.html
184share/icinga/docs/en/configmain.html 182share/icinga/docs/en/configmain.html
185share/icinga/docs/en/configobject.html 183share/icinga/docs/en/configobject.html
186share/icinga/docs/en/customobjectvars.html 184share/icinga/docs/en/customobjectvars.html
187share/icinga/docs/en/db_changes.html 185share/icinga/docs/en/db_changes.html
188share/icinga/docs/en/db_components.html 186share/icinga/docs/en/db_components.html
189share/icinga/docs/en/db_example-configs.html 187share/icinga/docs/en/db_example-configs.html
190share/icinga/docs/en/db_intro.html 188share/icinga/docs/en/db_intro.html
191share/icinga/docs/en/db_model.html 189share/icinga/docs/en/db_model.html
192share/icinga/docs/en/dependencies.html 190share/icinga/docs/en/dependencies.html
193share/icinga/docs/en/dependencychecks.html 191share/icinga/docs/en/dependencychecks.html
194share/icinga/docs/en/distributed.html 192share/icinga/docs/en/distributed.html
195share/icinga/docs/en/downtime.html 193share/icinga/docs/en/downtime.html
196share/icinga/docs/en/embeddedperl.html 194share/icinga/docs/en/embeddedperl.html
197share/icinga/docs/en/epnplugins.html 195share/icinga/docs/en/epnplugins.html
198share/icinga/docs/en/escalation_condition.html 196share/icinga/docs/en/escalation_condition.html
199share/icinga/docs/en/escalations.html 197share/icinga/docs/en/escalations.html
200share/icinga/docs/en/eventhandlers.html 198share/icinga/docs/en/eventhandlers.html
201share/icinga/docs/en/extcommands.html 199share/icinga/docs/en/extcommands.html
202share/icinga/docs/en/extcommands2.html 200share/icinga/docs/en/extcommands2.html
203share/icinga/docs/en/faststartup.html 201share/icinga/docs/en/faststartup.html
204share/icinga/docs/en/flapping.html 202share/icinga/docs/en/flapping.html
205share/icinga/docs/en/freshness.html 203share/icinga/docs/en/freshness.html
206share/icinga/docs/en/hostchecks.html 204share/icinga/docs/en/hostchecks.html
207share/icinga/docs/en/howtos.html 205share/icinga/docs/en/howtos.html
208share/icinga/docs/en/icinga-api.html 206share/icinga/docs/en/icinga-api.html
209share/icinga/docs/en/icinga-web-api.html 207share/icinga/docs/en/icinga-web-api.html
210share/icinga/docs/en/icinga-web-config.html 208share/icinga/docs/en/icinga-web-config.html
211share/icinga/docs/en/icinga-web-intro.html 209share/icinga/docs/en/icinga-web-intro.html
212share/icinga/docs/en/icinga-web-introduction.html 210share/icinga/docs/en/icinga-web-introduction.html
213share/icinga/docs/en/icinga-web-pnp.html 211share/icinga/docs/en/icinga-web-pnp.html
214share/icinga/docs/en/icinga-web-scratch.html 212share/icinga/docs/en/icinga-web-scratch.html
215share/icinga/docs/en/icinga-web.html 213share/icinga/docs/en/icinga-web.html
216share/icinga/docs/en/icinga_packages.html 214share/icinga/docs/en/icinga_packages.html
217share/icinga/docs/en/icingastats.html 215share/icinga/docs/en/icingastats.html
218share/icinga/docs/en/index.html 216share/icinga/docs/en/index.html
219share/icinga/docs/en/int-mklivestatus.html 217share/icinga/docs/en/int-mklivestatus.html
220share/icinga/docs/en/int-snmptrap.html 218share/icinga/docs/en/int-snmptrap.html
221share/icinga/docs/en/int-tcpwrappers.html 219share/icinga/docs/en/int-tcpwrappers.html
222share/icinga/docs/en/integration.html 220share/icinga/docs/en/integration.html
223share/icinga/docs/en/ix01.html 221share/icinga/docs/en/ix01.html
224share/icinga/docs/en/largeinstalltweaks.html 222share/icinga/docs/en/largeinstalltweaks.html
225share/icinga/docs/en/macrolist.html 223share/icinga/docs/en/macrolist.html
226share/icinga/docs/en/macros.html 224share/icinga/docs/en/macros.html
227share/icinga/docs/en/modified_attr.html 225share/icinga/docs/en/modified_attr.html
228share/icinga/docs/en/monitoring-linux.html 226share/icinga/docs/en/monitoring-linux.html
229share/icinga/docs/en/monitoring-netware.html 227share/icinga/docs/en/monitoring-netware.html
230share/icinga/docs/en/monitoring-overview.html 228share/icinga/docs/en/monitoring-overview.html
231share/icinga/docs/en/monitoring-printers.html 229share/icinga/docs/en/monitoring-printers.html
232share/icinga/docs/en/monitoring-publicservices.html 230share/icinga/docs/en/monitoring-publicservices.html
233share/icinga/docs/en/monitoring-routers.html 231share/icinga/docs/en/monitoring-routers.html
234share/icinga/docs/en/monitoring-windows.html 232share/icinga/docs/en/monitoring-windows.html
235share/icinga/docs/en/mrtggraphs.html 233share/icinga/docs/en/mrtggraphs.html
236share/icinga/docs/en/networkreachability.html 234share/icinga/docs/en/networkreachability.html
237share/icinga/docs/en/notifications.html 235share/icinga/docs/en/notifications.html
238share/icinga/docs/en/notifications2.html 236share/icinga/docs/en/notifications2.html
239share/icinga/docs/en/nrpe.html 237share/icinga/docs/en/nrpe.html
240share/icinga/docs/en/nsca.html 238share/icinga/docs/en/nsca.html
241share/icinga/docs/en/objectdefinitions.html 239share/icinga/docs/en/objectdefinitions.html
242share/icinga/docs/en/objectinheritance.html 240share/icinga/docs/en/objectinheritance.html
243share/icinga/docs/en/objecttricks.html 241share/icinga/docs/en/objecttricks.html
244share/icinga/docs/en/oncallrotation.html 242share/icinga/docs/en/oncallrotation.html
245share/icinga/docs/en/passivechecks.html 243share/icinga/docs/en/passivechecks.html
246share/icinga/docs/en/passivestatetranslation.html 244share/icinga/docs/en/passivestatetranslation.html
247share/icinga/docs/en/perfdata.html 245share/icinga/docs/en/perfdata.html
248share/icinga/docs/en/perfgraphs.html 246share/icinga/docs/en/perfgraphs.html
249share/icinga/docs/en/pluginapi.html 247share/icinga/docs/en/pluginapi.html
250share/icinga/docs/en/plugins.html 248share/icinga/docs/en/plugins.html
251share/icinga/docs/en/quickstart-icinga-freebsd.html 249share/icinga/docs/en/quickstart-icinga-freebsd.html
252share/icinga/docs/en/quickstart-icinga.html 250share/icinga/docs/en/quickstart-icinga.html
253share/icinga/docs/en/quickstart-idoutils-freebsd.html 251share/icinga/docs/en/quickstart-idoutils-freebsd.html
254share/icinga/docs/en/quickstart-idoutils.html 252share/icinga/docs/en/quickstart-idoutils.html
255share/icinga/docs/en/quickstart.html 253share/icinga/docs/en/quickstart.html
256share/icinga/docs/en/recurring_downtimes.html 254share/icinga/docs/en/recurring_downtimes.html
257share/icinga/docs/en/redundancy.html 255share/icinga/docs/en/redundancy.html
258share/icinga/docs/en/reporting.html 256share/icinga/docs/en/reporting.html
259share/icinga/docs/en/reporting_1.6.html 
260share/icinga/docs/en/reporting_1.8.html 
261share/icinga/docs/en/security.html 257share/icinga/docs/en/security.html
262share/icinga/docs/en/servicechecks.html 258share/icinga/docs/en/servicechecks.html
263share/icinga/docs/en/stalking.html 259share/icinga/docs/en/stalking.html
264share/icinga/docs/en/startstop.html 260share/icinga/docs/en/startstop.html
265share/icinga/docs/en/statetypes.html 261share/icinga/docs/en/statetypes.html
266share/icinga/docs/en/temp_data.html 262share/icinga/docs/en/temp_data.html
267share/icinga/docs/en/timeperiods.html 263share/icinga/docs/en/timeperiods.html
268share/icinga/docs/en/tuning.html 264share/icinga/docs/en/tuning.html
269share/icinga/docs/en/upgrading.html 265share/icinga/docs/en/upgrading.html
270share/icinga/docs/en/upgrading_icingaweb.html 266share/icinga/docs/en/upgrading_icingaweb.html
271share/icinga/docs/en/upgrading_idoutils.html 267share/icinga/docs/en/upgrading_idoutils.html
272share/icinga/docs/en/verifyconfig.html 268share/icinga/docs/en/verifyconfig.html
273share/icinga/docs/en/volatileservices.html 269share/icinga/docs/en/volatileservices.html
274share/icinga/docs/en/whatsnew.html 270share/icinga/docs/en/whatsnew.html
275share/icinga/docs/images/Architecture_1.5_800px.png 271share/icinga/docs/images/Architecture_1.5_800px.png
 272share/icinga/docs/images/IcingaWeb_BusinessProcess-150x150.png
 273share/icinga/docs/images/IcingaWeb_BusinessProcess.png
 274share/icinga/docs/images/IcingaWeb_Commands-150x150.png
 275share/icinga/docs/images/IcingaWeb_Commands.png
 276share/icinga/docs/images/IcingaWeb_CronkBuilder-150x150.png
 277share/icinga/docs/images/IcingaWeb_CronkBuilder.png
 278share/icinga/docs/images/IcingaWeb_Cronk_Configuration-150x150.png
 279share/icinga/docs/images/IcingaWeb_Cronk_Configuration.png
 280share/icinga/docs/images/IcingaWeb_Cronk_HostFiltered-150x150.png
 281share/icinga/docs/images/IcingaWeb_Downtimes-150x150.png
 282share/icinga/docs/images/IcingaWeb_Downtimes.png
 283share/icinga/docs/images/IcingaWeb_HostStatus_Events-150x150.png
 284share/icinga/docs/images/IcingaWeb_HostStatus_Events.png
 285share/icinga/docs/images/IcingaWeb_Host_filtered-150x150.png
 286share/icinga/docs/images/IcingaWeb_Host_filtered.png
 287share/icinga/docs/images/IcingaWeb_LogViewer-150x150.png
 288share/icinga/docs/images/IcingaWeb_LogViewer.png
 289share/icinga/docs/images/IcingaWeb_OpenProblems-150x150.png
 290share/icinga/docs/images/IcingaWeb_OpenProblems.png
 291share/icinga/docs/images/IcingaWeb_Portal2-150x150.png
 292share/icinga/docs/images/IcingaWeb_Portal2.png
 293share/icinga/docs/images/IcingaWeb_Reporting-150x150.png
 294share/icinga/docs/images/IcingaWeb_Reporting.png
 295share/icinga/docs/images/IcingaWeb_Search-150x150.png
 296share/icinga/docs/images/IcingaWeb_Search.png
 297share/icinga/docs/images/IcingaWeb_StatusMap-150x150.png
 298share/icinga/docs/images/IcingaWeb_StatusMap.png
 299share/icinga/docs/images/IcingaWeb_TacticalOverview-150x150.png
 300share/icinga/docs/images/IcingaWeb_TacticalOverview.png
 301share/icinga/docs/images/IcingaWeb_UserAdmin-150x150.png
 302share/icinga/docs/images/IcingaWeb_UserAdmin.png
 303share/icinga/docs/images/Icinga_Classic_CGIConfig-150x150.png
 304share/icinga/docs/images/Icinga_Classic_CGIConfig.png
 305share/icinga/docs/images/Icinga_Classic_Commands-150x150.png
 306share/icinga/docs/images/Icinga_Classic_Commands.png
 307share/icinga/docs/images/Icinga_Classic_DatePicker-150x150.png
 308share/icinga/docs/images/Icinga_Classic_DatePicker.png
 309share/icinga/docs/images/Icinga_Classic_Downtimes-150x150.png
 310share/icinga/docs/images/Icinga_Classic_Downtimes.png
 311share/icinga/docs/images/Icinga_Classic_HostGroup-150x150.png
 312share/icinga/docs/images/Icinga_Classic_HostGroup.png
 313share/icinga/docs/images/Icinga_Classic_PaginationLogs-150x150.png
 314share/icinga/docs/images/Icinga_Classic_PaginationLogs.png
 315share/icinga/docs/images/Icinga_Classic_ServiceStatus-150x150.png
 316share/icinga/docs/images/Icinga_Classic_ServiceStatus.png
 317share/icinga/docs/images/Icinga_Classic_TacticalOverview-150x150.png
 318share/icinga/docs/images/Icinga_Classic_TacticalOverview.png
 319share/icinga/docs/images/Icinga_Classic_Trending-150x150.png
 320share/icinga/docs/images/Icinga_Classic_Trending.png
276share/icinga/docs/images/MyServiceStatus.png 321share/icinga/docs/images/MyServiceStatus.png
277share/icinga/docs/images/activechecks.png 322share/icinga/docs/images/activechecks.png
278share/icinga/docs/images/cachedcheckgraphs.png 323share/icinga/docs/images/cachedcheckgraphs.png
279share/icinga/docs/images/cachedchecks.png 324share/icinga/docs/images/cachedchecks.png
280share/icinga/docs/images/cachedchecks1.png 325share/icinga/docs/images/cachedchecks1.png
281share/icinga/docs/images/caution.gif 326share/icinga/docs/images/caution.gif
282share/icinga/docs/images/caution.png 327share/icinga/docs/images/caution.png
283share/icinga/docs/images/cgi-avail-a.png 328share/icinga/docs/images/cgi-avail-a.png
284share/icinga/docs/images/cgi-avail-b.png 329share/icinga/docs/images/cgi-avail-b.png
285share/icinga/docs/images/cgi-cmd.png 330share/icinga/docs/images/cgi-cmd.png
286share/icinga/docs/images/cgi-commands.png 331share/icinga/docs/images/cgi-commands.png
287share/icinga/docs/images/cgi-config.png 332share/icinga/docs/images/cgi-config.png
288share/icinga/docs/images/cgi-continue.png 333share/icinga/docs/images/cgi-continue.png
289share/icinga/docs/images/cgi-extinfo-a.png 334share/icinga/docs/images/cgi-extinfo-a.png
290share/icinga/docs/images/cgi-extinfo-b.png 335share/icinga/docs/images/cgi-extinfo-b.png
291share/icinga/docs/images/cgi-extinfo-c.png 336share/icinga/docs/images/cgi-extinfo-c.png
292share/icinga/docs/images/cgi-extinfo-d.png 337share/icinga/docs/images/cgi-extinfo-d.png
293share/icinga/docs/images/cgi-general.png 338share/icinga/docs/images/cgi-general.png
294share/icinga/docs/images/cgi-histogram.png 339share/icinga/docs/images/cgi-histogram.png
295share/icinga/docs/images/cgi-history.png 340share/icinga/docs/images/cgi-history.png
296share/icinga/docs/images/cgi-notifications.png 341share/icinga/docs/images/cgi-notifications.png
297share/icinga/docs/images/cgi-outages.png 342share/icinga/docs/images/cgi-outages.png
298share/icinga/docs/images/cgi-pause.png 343share/icinga/docs/images/cgi-pause.png
299share/icinga/docs/images/cgi-showlog.png 344share/icinga/docs/images/cgi-showlog.png
300share/icinga/docs/images/cgi-status-a.png 345share/icinga/docs/images/cgi-status-a.png
301share/icinga/docs/images/cgi-status-b.png 346share/icinga/docs/images/cgi-status-b.png
302share/icinga/docs/images/cgi-status-c.png 347share/icinga/docs/images/cgi-status-c.png
303share/icinga/docs/images/cgi-status-d.png 348share/icinga/docs/images/cgi-status-d.png
304share/icinga/docs/images/cgi-statusinfo.png 349share/icinga/docs/images/cgi-statusinfo.png
305share/icinga/docs/images/cgi-statusmap.png 350share/icinga/docs/images/cgi-statusmap.png
306share/icinga/docs/images/cgi-statuswml.png 351share/icinga/docs/images/cgi-statuswml.png
307share/icinga/docs/images/cgi-statuswrl.png 352share/icinga/docs/images/cgi-statuswrl.png
308share/icinga/docs/images/cgi-summary.png 353share/icinga/docs/images/cgi-summary.png
309share/icinga/docs/images/cgi-tac.png 354share/icinga/docs/images/cgi-tac.png
310share/icinga/docs/images/cgi-trends.png 355share/icinga/docs/images/cgi-trends.png
311share/icinga/docs/images/checkmark.png 356share/icinga/docs/images/checkmark.png
312share/icinga/docs/images/checktiming.png 357share/icinga/docs/images/checktiming.png
313share/icinga/docs/images/configoverview.png 358share/icinga/docs/images/configoverview.png
314share/icinga/docs/images/db_model_cf.png 359share/icinga/docs/images/db_model_cf.png
315share/icinga/docs/images/db_model_ct.png 360share/icinga/docs/images/db_model_ct.png
316share/icinga/docs/images/db_model_cu.png 361share/icinga/docs/images/db_model_cu.png
317share/icinga/docs/images/db_model_dt.png 362share/icinga/docs/images/db_model_dt.png
318share/icinga/docs/images/db_model_ht.png 363share/icinga/docs/images/db_model_ht.png
319share/icinga/docs/images/distributed.png 364share/icinga/docs/images/distributed.png
320share/icinga/docs/images/downtime.png 365share/icinga/docs/images/downtime.png
321share/icinga/docs/images/epn.png 366share/icinga/docs/images/epn.png
322share/icinga/docs/images/eventhandlers.png 367share/icinga/docs/images/eventhandlers.png
323share/icinga/docs/images/externalcommands.png 368share/icinga/docs/images/externalcommands.png
324share/icinga/docs/images/fast-startup.png 369share/icinga/docs/images/fast-startup.png
325share/icinga/docs/images/fast-startup1.png 370share/icinga/docs/images/fast-startup1.png
326share/icinga/docs/images/fast-startup2.png 371share/icinga/docs/images/fast-startup2.png
327share/icinga/docs/images/fig1.png 372share/icinga/docs/images/fig1.png
328share/icinga/docs/images/fig10.png 373share/icinga/docs/images/fig10.png
329share/icinga/docs/images/fig11.png 374share/icinga/docs/images/fig11.png
330share/icinga/docs/images/fig12.png 375share/icinga/docs/images/fig12.png
331share/icinga/docs/images/fig13.png 376share/icinga/docs/images/fig13.png
332share/icinga/docs/images/fig2.png 377share/icinga/docs/images/fig2.png
333share/icinga/docs/images/fig3.png 378share/icinga/docs/images/fig3.png
334share/icinga/docs/images/fig4.png 379share/icinga/docs/images/fig4.png
335share/icinga/docs/images/fig5.png 380share/icinga/docs/images/fig5.png
336share/icinga/docs/images/fig6.png 381share/icinga/docs/images/fig6.png
337share/icinga/docs/images/fig7.png 382share/icinga/docs/images/fig7.png
338share/icinga/docs/images/fig8.png 383share/icinga/docs/images/fig8.png
339share/icinga/docs/images/fig9.png 384share/icinga/docs/images/fig9.png
340share/icinga/docs/images/flags/de.png 385share/icinga/docs/images/flags/de.png
341share/icinga/docs/images/flags/um_gb.png 386share/icinga/docs/images/flags/um_gb.png
342share/icinga/docs/images/freshness.png 387share/icinga/docs/images/freshness.png
343share/icinga/docs/images/host-dependencies.png 388share/icinga/docs/images/host-dependencies.png
344share/icinga/docs/images/icinga-reporting-datasource-ido-mysql_1.8.png 389share/icinga/docs/images/icinga-reporting-datasource-ido-mysql_1.8.png
345share/icinga/docs/images/icinga-reporting-datasource-ido_1.8.png 390share/icinga/docs/images/icinga-reporting-datasource-ido_1.8.png
346share/icinga/docs/images/icinga-reporting-overview_1.8.png 391share/icinga/docs/images/icinga-reporting-overview_1.8.png
347share/icinga/docs/images/icinga-reporting_1.6.png 392share/icinga/docs/images/icinga-reporting_1.6.png
348share/icinga/docs/images/icinga-web-admin_groups1.png 393share/icinga/docs/images/icinga-web-admin_groups1.png
349share/icinga/docs/images/icinga-web-admin_groups1_1.6.png 394share/icinga/docs/images/icinga-web-admin_groups1_1.6.png
 395share/icinga/docs/images/icinga-web-admin_groups1_1.9.png
350share/icinga/docs/images/icinga-web-admin_groups2.png 396share/icinga/docs/images/icinga-web-admin_groups2.png
351share/icinga/docs/images/icinga-web-admin_groups2_1.6.png 397share/icinga/docs/images/icinga-web-admin_groups2_1.6.png
352share/icinga/docs/images/icinga-web-admin_logs1.png 398share/icinga/docs/images/icinga-web-admin_logs1.png
353share/icinga/docs/images/icinga-web-admin_principals.png 399share/icinga/docs/images/icinga-web-admin_principals.png
354share/icinga/docs/images/icinga-web-admin_tasks.png 400share/icinga/docs/images/icinga-web-admin_tasks.png
355share/icinga/docs/images/icinga-web-admin_users1.png 401share/icinga/docs/images/icinga-web-admin_users1.png
356share/icinga/docs/images/icinga-web-admin_users1_1.6.png 402share/icinga/docs/images/icinga-web-admin_users1_1.6.png
 403share/icinga/docs/images/icinga-web-admin_users1_1.9.png
357share/icinga/docs/images/icinga-web-admin_users2.png 404share/icinga/docs/images/icinga-web-admin_users2.png
358share/icinga/docs/images/icinga-web-admin_users2_1.6.png 405share/icinga/docs/images/icinga-web-admin_users2_1.6.png
359share/icinga/docs/images/icinga-web-commands_hst.png 406share/icinga/docs/images/icinga-web-commands_hst.png
360share/icinga/docs/images/icinga-web-commands_hst_1.3.png 407share/icinga/docs/images/icinga-web-commands_hst_1.3.png
361share/icinga/docs/images/icinga-web-commands_hst_1.5.png 408share/icinga/docs/images/icinga-web-commands_hst_1.5.png
362share/icinga/docs/images/icinga-web-commands_hst_1.6.png 409share/icinga/docs/images/icinga-web-commands_hst_1.6.png
363share/icinga/docs/images/icinga-web-commands_svc.png 410share/icinga/docs/images/icinga-web-commands_svc.png
364share/icinga/docs/images/icinga-web-commands_svc_1.3.png 411share/icinga/docs/images/icinga-web-commands_svc_1.3.png
365share/icinga/docs/images/icinga-web-commands_svc_1.5.png 412share/icinga/docs/images/icinga-web-commands_svc_1.5.png
366share/icinga/docs/images/icinga-web-commands_svc_1.6.png 413share/icinga/docs/images/icinga-web-commands_svc_1.6.png
 414share/icinga/docs/images/icinga-web-cronks-settings_1.9.png
367share/icinga/docs/images/icinga-web-cronks1.png 415share/icinga/docs/images/icinga-web-cronks1.png
368share/icinga/docs/images/icinga-web-cronks1_1.3.png 416share/icinga/docs/images/icinga-web-cronks1_1.3.png
369share/icinga/docs/images/icinga-web-cronks1_1.5.png 417share/icinga/docs/images/icinga-web-cronks1_1.5.png
370share/icinga/docs/images/icinga-web-cronks1_1.6.png 418share/icinga/docs/images/icinga-web-cronks1_1.6.png
371share/icinga/docs/images/icinga-web-cronks1_1.7.png 419share/icinga/docs/images/icinga-web-cronks1_1.7.png
 420share/icinga/docs/images/icinga-web-cronks1_1.9.png
372share/icinga/docs/images/icinga-web-cronks2.png 421share/icinga/docs/images/icinga-web-cronks2.png
373share/icinga/docs/images/icinga-web-cronks2_1.3.png 422share/icinga/docs/images/icinga-web-cronks2_1.3.png
374share/icinga/docs/images/icinga-web-cronks2_1.5.png 423share/icinga/docs/images/icinga-web-cronks2_1.5.png
375share/icinga/docs/images/icinga-web-cronks2_1.6.png 424share/icinga/docs/images/icinga-web-cronks2_1.6.png
376share/icinga/docs/images/icinga-web-cronks2_1.7.png 425share/icinga/docs/images/icinga-web-cronks2_1.7.png
 426share/icinga/docs/images/icinga-web-cronks2_1.9.png
377share/icinga/docs/images/icinga-web-cronks2a.png 427share/icinga/docs/images/icinga-web-cronks2a.png
378share/icinga/docs/images/icinga-web-cronks2a_1.6.png 428share/icinga/docs/images/icinga-web-cronks2a_1.6.png
379share/icinga/docs/images/icinga-web-cronks2a_1.7.png 429share/icinga/docs/images/icinga-web-cronks2a_1.7.png
380share/icinga/docs/images/icinga-web-cronks3.png 430share/icinga/docs/images/icinga-web-cronks3.png
381share/icinga/docs/images/icinga-web-cronks3_1.3.png 431share/icinga/docs/images/icinga-web-cronks3_1.3.png
382share/icinga/docs/images/icinga-web-cronks3_1.5.png 432share/icinga/docs/images/icinga-web-cronks3_1.5.png
383share/icinga/docs/images/icinga-web-cronks3_1.6.png 433share/icinga/docs/images/icinga-web-cronks3_1.6.png
384share/icinga/docs/images/icinga-web-cronks3_1.7.png 434share/icinga/docs/images/icinga-web-cronks3_1.7.png
 435share/icinga/docs/images/icinga-web-cronks3_1.9.png
 436share/icinga/docs/images/icinga-web-cronks4_1.9.png
385share/icinga/docs/images/icinga-web-filter1.png 437share/icinga/docs/images/icinga-web-filter1.png
386share/icinga/docs/images/icinga-web-filter1_1.3.png 438share/icinga/docs/images/icinga-web-filter1_1.3.png
387share/icinga/docs/images/icinga-web-filter1_1.6.png 439share/icinga/docs/images/icinga-web-filter1_1.6.png
 440share/icinga/docs/images/icinga-web-filter1_1.9.png
388share/icinga/docs/images/icinga-web-filter2.png 441share/icinga/docs/images/icinga-web-filter2.png
389share/icinga/docs/images/icinga-web-filter2_1.3.png 442share/icinga/docs/images/icinga-web-filter2_1.3.png
 443share/icinga/docs/images/icinga-web-filter2_1.9.png
390share/icinga/docs/images/icinga-web-filter3.png 444share/icinga/docs/images/icinga-web-filter3.png
 445share/icinga/docs/images/icinga-web-filter3_1.9.png
 446share/icinga/docs/images/icinga-web-filter4_1.9.png
 447share/icinga/docs/images/icinga-web-filter5_1.9.png
 448share/icinga/docs/images/icinga-web-filter6_1.9.png
391share/icinga/docs/images/icinga-web-host-obj.png 449share/icinga/docs/images/icinga-web-host-obj.png
392share/icinga/docs/images/icinga-web-host-obj1.png 450share/icinga/docs/images/icinga-web-host-obj1.png
393share/icinga/docs/images/icinga-web-host_1.5.png 451share/icinga/docs/images/icinga-web-host_1.5.png
394share/icinga/docs/images/icinga-web-host_1.6.png 452share/icinga/docs/images/icinga-web-host_1.6.png
395share/icinga/docs/images/icinga-web-host_1.8.png 453share/icinga/docs/images/icinga-web-host_1.8.png
396share/icinga/docs/images/icinga-web-hostgroup_1.5.png 454share/icinga/docs/images/icinga-web-hostgroup_1.5.png
397share/icinga/docs/images/icinga-web-hostgroup_1.6.png 455share/icinga/docs/images/icinga-web-hostgroup_1.6.png
398share/icinga/docs/images/icinga-web-hostgroup_1.8.png 456share/icinga/docs/images/icinga-web-hostgroup_1.8.png
399share/icinga/docs/images/icinga-web-log.png 457share/icinga/docs/images/icinga-web-log.png
400share/icinga/docs/images/icinga-web-log_1.3.png 458share/icinga/docs/images/icinga-web-log_1.3.png
401share/icinga/docs/images/icinga-web-log_1.6.png 459share/icinga/docs/images/icinga-web-log_1.6.png
402share/icinga/docs/images/icinga-web-login.png 460share/icinga/docs/images/icinga-web-login.png
403share/icinga/docs/images/icinga-web-main_bar.png 461share/icinga/docs/images/icinga-web-main_bar.png
404share/icinga/docs/images/icinga-web-mainscreen1.png 462share/icinga/docs/images/icinga-web-mainscreen1.png
405share/icinga/docs/images/icinga-web-mainscreen1_1.3.png 463share/icinga/docs/images/icinga-web-mainscreen1_1.3.png
406share/icinga/docs/images/icinga-web-mainscreen1_1.5.png 464share/icinga/docs/images/icinga-web-mainscreen1_1.5.png
407share/icinga/docs/images/icinga-web-mainscreen1_1.6.png 465share/icinga/docs/images/icinga-web-mainscreen1_1.6.png
408share/icinga/docs/images/icinga-web-mainscreen_1.8.png 466share/icinga/docs/images/icinga-web-mainscreen_1.8.png
409share/icinga/docs/images/icinga-web-open_problems.png 467share/icinga/docs/images/icinga-web-open_problems.png
410share/icinga/docs/images/icinga-web-overview.png 468share/icinga/docs/images/icinga-web-overview.png
411share/icinga/docs/images/icinga-web-overview_1.3.png 469share/icinga/docs/images/icinga-web-overview_1.3.png
412share/icinga/docs/images/icinga-web-overview_1.5.png 470share/icinga/docs/images/icinga-web-overview_1.5.png
413share/icinga/docs/images/icinga-web-overview_1.6.png 471share/icinga/docs/images/icinga-web-overview_1.6.png
414share/icinga/docs/images/icinga-web-overview_1.7.png 472share/icinga/docs/images/icinga-web-overview_1.7.png
415share/icinga/docs/images/icinga-web-overview_1.8.png 473share/icinga/docs/images/icinga-web-overview_1.8.png
 474share/icinga/docs/images/icinga-web-overview_1.9.png
416share/icinga/docs/images/icinga-web-search1.png 475share/icinga/docs/images/icinga-web-search1.png
417share/icinga/docs/images/icinga-web-search1_1.3.png 476share/icinga/docs/images/icinga-web-search1_1.3.png
418share/icinga/docs/images/icinga-web-search1_1.6.png 477share/icinga/docs/images/icinga-web-search1_1.6.png
419share/icinga/docs/images/icinga-web-search1_1.7.png 478share/icinga/docs/images/icinga-web-search1_1.7.png
420share/icinga/docs/images/icinga-web-settings.png 479share/icinga/docs/images/icinga-web-settings.png
421share/icinga/docs/images/icinga-web-settings_1.5.png 480share/icinga/docs/images/icinga-web-settings_1.5.png
422share/icinga/docs/images/icinga-web-srv_1.5.png 481share/icinga/docs/images/icinga-web-srv_1.5.png
423share/icinga/docs/images/icinga-web-srv_1.6.png 482share/icinga/docs/images/icinga-web-srv_1.6.png
424share/icinga/docs/images/icinga-web-srv_1.8.png 483share/icinga/docs/images/icinga-web-srv_1.8.png
425share/icinga/docs/images/icinga-web-srv_obj.png 484share/icinga/docs/images/icinga-web-srv_obj.png
426share/icinga/docs/images/icinga-web-statuscronk.png 485share/icinga/docs/images/icinga-web-statuscronk.png
427share/icinga/docs/images/icinga-web-statuscronk_1.5.png 486share/icinga/docs/images/icinga-web-statuscronk_1.5.png
428share/icinga/docs/images/icinga-web-statuscronk_1.6.png 487share/icinga/docs/images/icinga-web-statuscronk_1.6.png
429share/icinga/docs/images/icinga-web-tackle1.png 488share/icinga/docs/images/icinga-web-tackle1.png
430share/icinga/docs/images/icinga-web-tackle2.png 489share/icinga/docs/images/icinga-web-tackle2.png
431share/icinga/docs/images/icinga-web-tackle3.png 490share/icinga/docs/images/icinga-web-tackle3.png
432share/icinga/docs/images/icinga-web-tackle4.png 491share/icinga/docs/images/icinga-web-tackle4.png
433share/icinga/docs/images/icinga-web-topmenu1.png 492share/icinga/docs/images/icinga-web-topmenu1.png
434share/icinga/docs/images/icinga-web-topmenu1_1.6.png 493share/icinga/docs/images/icinga-web-topmenu1_1.6.png
435share/icinga/docs/images/icinga-web-topmenu1_1.7.png 494share/icinga/docs/images/icinga-web-topmenu1_1.7.png
436share/icinga/docs/images/icinga-web-topmenu2.png 495share/icinga/docs/images/icinga-web-topmenu2.png
437share/icinga/docs/images/icinga-web-topmenu2_1.3.png 496share/icinga/docs/images/icinga-web-topmenu2_1.3.png
 497share/icinga/docs/images/icinga-web-topmenuadmin1_1.9.png
 498share/icinga/docs/images/icinga-web-user-prefs-logout.png
438share/icinga/docs/images/idoutils.png 499share/icinga/docs/images/idoutils.png
439share/icinga/docs/images/important.gif 500share/icinga/docs/images/important.gif
440share/icinga/docs/images/important.png 501share/icinga/docs/images/important.png
441share/icinga/docs/images/integrationoverview.png 502share/icinga/docs/images/integrationoverview.png
442share/icinga/docs/images/interleaved1.png 503share/icinga/docs/images/interleaved1.png
443share/icinga/docs/images/interleaved2.png 504share/icinga/docs/images/interleaved2.png
444share/icinga/docs/images/interleaved3.png 505share/icinga/docs/images/interleaved3.png
445share/icinga/docs/images/logofullsize.png 506share/icinga/docs/images/logofullsize.png
446share/icinga/docs/images/monitoring-printers.png 507share/icinga/docs/images/monitoring-printers.png
447share/icinga/docs/images/monitoring-routers.png 508share/icinga/docs/images/monitoring-routers.png
448share/icinga/docs/images/monitoring-windows.png 509share/icinga/docs/images/monitoring-windows.png
449share/icinga/docs/images/multiple-templates1.png 510share/icinga/docs/images/multiple-templates1.png
450share/icinga/docs/images/multiple-templates2.png 511share/icinga/docs/images/multiple-templates2.png
451share/icinga/docs/images/nagios.jpg 512share/icinga/docs/images/nagios.jpg
452share/icinga/docs/images/ndoutils.png 513share/icinga/docs/images/ndoutils.png
453share/icinga/docs/images/network-outage1.png 514share/icinga/docs/images/network-outage1.png
454share/icinga/docs/images/network-outage2.png 515share/icinga/docs/images/network-outage2.png
455share/icinga/docs/images/noninterleaved1.png 516share/icinga/docs/images/noninterleaved1.png
456share/icinga/docs/images/noninterleaved2.png 517share/icinga/docs/images/noninterleaved2.png
457share/icinga/docs/images/note.gif 518share/icinga/docs/images/note.gif
458share/icinga/docs/images/note.png 519share/icinga/docs/images/note.png
459share/icinga/docs/images/nrpe.png 520share/icinga/docs/images/nrpe.png
460share/icinga/docs/images/nrpe_remote.png 521share/icinga/docs/images/nrpe_remote.png
461share/icinga/docs/images/nsca.png 522share/icinga/docs/images/nsca.png
462share/icinga/docs/images/nscpp.png 523share/icinga/docs/images/nscpp.png
463share/icinga/docs/images/objects-commands.png 524share/icinga/docs/images/objects-commands.png
464share/icinga/docs/images/objects-contacts.png 525share/icinga/docs/images/objects-contacts.png
465share/icinga/docs/images/objects-hosts.png 526share/icinga/docs/images/objects-hosts.png
466share/icinga/docs/images/objects-services.png 527share/icinga/docs/images/objects-services.png
467share/icinga/docs/images/objects-timeperiods.png 528share/icinga/docs/images/objects-timeperiods.png
468share/icinga/docs/images/passivechecks.png 529share/icinga/docs/images/passivechecks.png
469share/icinga/docs/images/passivehosttranslation.png 530share/icinga/docs/images/passivehosttranslation.png
470share/icinga/docs/images/perfdata_cached.png 531share/icinga/docs/images/perfdata_cached.png
471share/icinga/docs/images/perfdata_cached2.png 532share/icinga/docs/images/perfdata_cached2.png
472share/icinga/docs/images/perfdata_cmdbuf.png 533share/icinga/docs/images/perfdata_cmdbuf.png
473share/icinga/docs/images/perfdata_exec.png 534share/icinga/docs/images/perfdata_exec.png
474share/icinga/docs/images/perfdata_extcmd.png 535share/icinga/docs/images/perfdata_extcmd.png
475share/icinga/docs/images/perfdata_host.png 536share/icinga/docs/images/perfdata_host.png
476share/icinga/docs/images/perfdata_lat.png 537share/icinga/docs/images/perfdata_lat.png
477share/icinga/docs/images/perfdata_state_chg.png 538share/icinga/docs/images/perfdata_state_chg.png
478share/icinga/docs/images/perfdata_svc.png 539share/icinga/docs/images/perfdata_svc.png
479share/icinga/docs/images/plugins.png 540share/icinga/docs/images/plugins.png
480share/icinga/docs/images/predictive-dependency-checks.png 541share/icinga/docs/images/predictive-dependency-checks.png
481share/icinga/docs/images/printer.png 542share/icinga/docs/images/printer.png
482share/icinga/docs/images/reachability1.png 543share/icinga/docs/images/reachability1.png
483share/icinga/docs/images/reachability2.png 544share/icinga/docs/images/reachability2.png
484share/icinga/docs/images/reachability3.png 545share/icinga/docs/images/reachability3.png
485share/icinga/docs/images/reachability4.png 546share/icinga/docs/images/reachability4.png
486share/icinga/docs/images/redundancy.png 547share/icinga/docs/images/redundancy.png
487share/icinga/docs/images/rep_avail.png 548share/icinga/docs/images/rep_avail.png
488share/icinga/docs/images/reptop10.png 549share/icinga/docs/images/reptop10.png
489share/icinga/docs/images/security.png 550share/icinga/docs/images/security.png
490share/icinga/docs/images/security1.png 551share/icinga/docs/images/security1.png
491share/icinga/docs/images/security2.png 552share/icinga/docs/images/security2.png
492share/icinga/docs/images/security3.png 553share/icinga/docs/images/security3.png
493share/icinga/docs/images/seealso.gif 554share/icinga/docs/images/seealso.gif
494share/icinga/docs/images/service-dependencies.png 555share/icinga/docs/images/service-dependencies.png
495share/icinga/docs/images/statetransitions.png 556share/icinga/docs/images/statetransitions.png
496share/icinga/docs/images/statetransitions2.png 557share/icinga/docs/images/statetransitions2.png
497share/icinga/docs/images/stoprestart.png 558share/icinga/docs/images/stoprestart.png
498share/icinga/docs/images/switch.png 559share/icinga/docs/images/switch.png
499share/icinga/docs/images/tac_header2.png 560share/icinga/docs/images/tac_header2.png
500share/icinga/docs/images/tcpwrappers.png 561share/icinga/docs/images/tcpwrappers.png
501share/icinga/docs/images/tip.gif 562share/icinga/docs/images/tip.gif
502share/icinga/docs/images/tip.png 563share/icinga/docs/images/tip.png
503share/icinga/docs/images/tuning.png 564share/icinga/docs/images/tuning.png
504share/icinga/docs/images/upto.gif 565share/icinga/docs/images/upto.gif
505share/icinga/docs/index.html 566share/icinga/docs/index.html
506share/icinga/docs/js/icinga-docs.js 567share/icinga/docs/js/icinga-docs.js
507share/icinga/docs/js/jquery-min.js 568share/icinga/docs/js/jquery-min.js
508share/icinga/docs/robots.txt 569share/icinga/docs/robots.txt
509share/icinga/docs/stylesheets/icinga-docs.css 570share/icinga/docs/stylesheets/icinga-docs.css
510share/icinga/images/Icinga_Header_Webinterface.jpg 571share/icinga/images/Icinga_Header_Webinterface.jpg
511share/icinga/images/Icinga_Header_Webinterface_Pixel.jpg 572share/icinga/images/Icinga_Header_Webinterface_Pixel.jpg
512share/icinga/images/Icinga_TAC_Header_Webinterface.jpg 573share/icinga/images/Icinga_TAC_Header_Webinterface.jpg
513share/icinga/images/ack.gif 574share/icinga/images/ack.gif
514share/icinga/images/action.gif 575share/icinga/images/action.gif
515share/icinga/images/application-monitor.png 576share/icinga/images/application-monitor.png
516share/icinga/images/cmd_shadow.gif 577share/icinga/images/cmd_shadow.gif
517share/icinga/images/cmd_stop.png 578share/icinga/images/cmd_stop.png
518share/icinga/images/command.png 579share/icinga/images/command.png
519share/icinga/images/comment.gif 580share/icinga/images/comment.gif
520share/icinga/images/contexthelp.gif 581share/icinga/images/contexthelp.gif
521share/icinga/images/critical.png 582share/icinga/images/critical.png
522share/icinga/images/database.gif 583share/icinga/images/database.gif
523share/icinga/images/dd_arrow.gif 584share/icinga/images/dd_arrow.gif
524share/icinga/images/delay.gif 585share/icinga/images/delay.gif
525share/icinga/images/delete.gif 586share/icinga/images/delete.gif
526share/icinga/images/detail.gif 587share/icinga/images/detail.gif
527share/icinga/images/disabled.gif 588share/icinga/images/disabled.gif
528share/icinga/images/down.gif 589share/icinga/images/down.gif
529share/icinga/images/downtime.gif 590share/icinga/images/downtime.gif
530share/icinga/images/empty.gif 591share/icinga/images/empty.gif
531share/icinga/images/enabled.gif 592share/icinga/images/enabled.gif
532share/icinga/images/export_csv.png 593share/icinga/images/export_csv.png
533share/icinga/images/export_json.png 594share/icinga/images/export_json.png
534share/icinga/images/export_link.png 595share/icinga/images/export_link.png
535share/icinga/images/export_xml.png 596share/icinga/images/export_xml.png
536share/icinga/images/favicon.ico 597share/icinga/images/favicon.ico
537share/icinga/images/flapping.gif 598share/icinga/images/flapping.gif
538share/icinga/images/histogram.png 599share/icinga/images/histogram.png
539share/icinga/images/history.gif 600share/icinga/images/history.gif
540share/icinga/images/hostevent.gif 601share/icinga/images/hostevent.gif
541share/icinga/images/hourglass-arrow.png 602share/icinga/images/hourglass-arrow.png
542share/icinga/images/hourglass-exclamation.png 603share/icinga/images/hourglass-exclamation.png
543share/icinga/images/icon_collapse.gif 604share/icinga/images/icon_collapse.gif
544share/icinga/images/icon_expand.gif 605share/icinga/images/icon_expand.gif
545share/icinga/images/icon_first_active.gif 606share/icinga/images/icon_first_active.gif
546share/icinga/images/icon_first_inactive.gif 607share/icinga/images/icon_first_inactive.gif
547share/icinga/images/icon_last_active.gif 608share/icinga/images/icon_last_active.gif
548share/icinga/images/icon_last_inactive.gif 609share/icinga/images/icon_last_inactive.gif
549share/icinga/images/icon_next_active.gif 610share/icinga/images/icon_next_active.gif
550share/icinga/images/icon_next_inactive.gif 611share/icinga/images/icon_next_inactive.gif
551share/icinga/images/icon_previous_active.gif 612share/icinga/images/icon_previous_active.gif
552share/icinga/images/icon_previous_inactive.gif 613share/icinga/images/icon_previous_inactive.gif
553share/icinga/images/icon_reload.png 614share/icinga/images/icon_reload.png
554share/icinga/images/info.png 615share/icinga/images/info.png
555share/icinga/images/left.gif 616share/icinga/images/left.gif
556share/icinga/images/logofullsize.png 617share/icinga/images/logofullsize.png
557share/icinga/images/logos/Stats1.gif 618share/icinga/images/logos/Stats1.gif
558share/icinga/images/logos/Stats2.png 619share/icinga/images/logos/Stats2.png
559share/icinga/images/logos/icinga.gd2 620share/icinga/images/logos/icinga.gd2
560share/icinga/images/logos/icinga.gif 621share/icinga/images/logos/icinga.gif
561share/icinga/images/logos/icingavrml.png 622share/icinga/images/logos/icingavrml.png
562share/icinga/images/logos/s.gif 623share/icinga/images/logos/s.gif
563share/icinga/images/logos/unknown.gd2 624share/icinga/images/logos/unknown.gd2
564share/icinga/images/logos/unknown.gif 625share/icinga/images/logos/unknown.gif
565share/icinga/images/logrotate.png 626share/icinga/images/logrotate.png
566share/icinga/images/menu_bar.gif 627share/icinga/images/menu_bar.gif
567share/icinga/images/menu_blank.gif 628share/icinga/images/menu_blank.gif
568share/icinga/images/menu_body.gif 629share/icinga/images/menu_body.gif
569share/icinga/images/menu_less.gif 630share/icinga/images/menu_less.gif
570share/icinga/images/menu_li1.gif 631share/icinga/images/menu_li1.gif
571share/icinga/images/menu_li2.gif 632share/icinga/images/menu_li2.gif
572share/icinga/images/menu_more.gif 633share/icinga/images/menu_more.gif
573share/icinga/images/ndisabled.gif 634share/icinga/images/ndisabled.gif
574share/icinga/images/noack.gif 635share/icinga/images/noack.gif
575share/icinga/images/notes.gif 636share/icinga/images/notes.gif
576share/icinga/images/notify.gif 637share/icinga/images/notify.gif
577share/icinga/images/passiveonly.gif 638share/icinga/images/passiveonly.gif
578share/icinga/images/recovery.png 639share/icinga/images/recovery.png
579share/icinga/images/restart.gif 640share/icinga/images/restart.gif
580share/icinga/images/right.gif 641share/icinga/images/right.gif
581share/icinga/images/save.gif 642share/icinga/images/save.gif
582share/icinga/images/server.png 643share/icinga/images/server.png
583share/icinga/images/serviceevent.gif 644share/icinga/images/serviceevent.gif
584share/icinga/images/splunk1.gif 645share/icinga/images/splunk1.gif
585share/icinga/images/splunk2.gif 646share/icinga/images/splunk2.gif
586share/icinga/images/start.gif 647share/icinga/images/start.gif
587share/icinga/images/stats.gif 648share/icinga/images/stats.gif
588share/icinga/images/stats2.png 649share/icinga/images/stats2.png
589share/icinga/images/status_detail.gif 650share/icinga/images/status_detail.gif
590share/icinga/images/status_map.gif 651share/icinga/images/status_map.gif
591share/icinga/images/stop.gif 652share/icinga/images/stop.gif
592share/icinga/images/tacdisabled.png 653share/icinga/images/tacdisabled.png
593share/icinga/images/tacenabled.png 654share/icinga/images/tacenabled.png
594share/icinga/images/thermcrit.png 655share/icinga/images/thermcrit.png
595share/icinga/images/thermok.png 656share/icinga/images/thermok.png
596share/icinga/images/thermwarn.png 657share/icinga/images/thermwarn.png
597share/icinga/images/trends.gif 658share/icinga/images/trends.gif
598share/icinga/images/trendshost.png 659share/icinga/images/trendshost.png
599share/icinga/images/trendssvc.png 660share/icinga/images/trendssvc.png
600share/icinga/images/unknown.png 661share/icinga/images/unknown.png
601share/icinga/images/up.gif 662share/icinga/images/up.gif
602share/icinga/images/warning.png 663share/icinga/images/warning.png
603share/icinga/images/warning_triangle.gif 664share/icinga/images/warning_triangle.gif
604share/icinga/images/zoom1.gif 665share/icinga/images/zoom1.gif
605share/icinga/images/zoom2.gif 666share/icinga/images/zoom2.gif
606share/icinga/index.html 667share/icinga/index.html
607share/icinga/jquery-ui/jquery.ui.core.min.js 668share/icinga/jquery-ui-addon/jquery.ui.timepicker-addon.css
608share/icinga/jquery-ui/jquery.ui.datepicker.min.js 669share/icinga/jquery-ui-addon/jquery.ui.timepicker-addon.min.js
609share/icinga/jquery-ui/jquery.ui.mouse.min.js 670share/icinga/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
610share/icinga/jquery-ui/jquery.ui.slider.min.js 671share/icinga/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
611share/icinga/jquery-ui/jquery.ui.timepicker-addon.min.js 672share/icinga/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
612share/icinga/jquery-ui/jquery.ui.widget.min.js 673share/icinga/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
613share/icinga/jquery-ui/theme/images/ui-bg_flat_0_aaaaaa_40x100.png 674share/icinga/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png
614share/icinga/jquery-ui/theme/images/ui-bg_flat_75_ffffff_40x100.png 675share/icinga/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
615share/icinga/jquery-ui/theme/images/ui-bg_glass_55_fbf9ee_1x400.png 676share/icinga/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
616share/icinga/jquery-ui/theme/images/ui-bg_glass_65_ffffff_1x400.png 677share/icinga/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
617share/icinga/jquery-ui/theme/images/ui-bg_glass_75_dadada_1x400.png 678share/icinga/jquery-ui/themes/base/images/ui-icons_222222_256x240.png
618share/icinga/jquery-ui/theme/images/ui-bg_glass_75_e6e6e6_1x400.png 679share/icinga/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png
619share/icinga/jquery-ui/theme/images/ui-bg_glass_95_fef1ec_1x400.png 680share/icinga/jquery-ui/themes/base/images/ui-icons_454545_256x240.png
620share/icinga/jquery-ui/theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png 681share/icinga/jquery-ui/themes/base/images/ui-icons_888888_256x240.png
621share/icinga/jquery-ui/theme/images/ui-icons_222222_256x240.png 682share/icinga/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png
622share/icinga/jquery-ui/theme/images/ui-icons_2e83ff_256x240.png 683share/icinga/jquery-ui/themes/base/jquery.ui.all.css
623share/icinga/jquery-ui/theme/images/ui-icons_454545_256x240.png 684share/icinga/jquery-ui/themes/base/jquery.ui.base.css
624share/icinga/jquery-ui/theme/images/ui-icons_888888_256x240.png 685share/icinga/jquery-ui/themes/base/jquery.ui.core.css
625share/icinga/jquery-ui/theme/images/ui-icons_cd0a0a_256x240.png 686share/icinga/jquery-ui/themes/base/jquery.ui.datepicker.css
626share/icinga/jquery-ui/theme/jquery.ui.all.css 687share/icinga/jquery-ui/themes/base/jquery.ui.slider.css
627share/icinga/jquery-ui/theme/jquery.ui.base.css 688share/icinga/jquery-ui/themes/base/jquery.ui.theme.css
628share/icinga/jquery-ui/theme/jquery.ui.core.css 689share/icinga/jquery-ui/ui/jquery.ui.core.js
629share/icinga/jquery-ui/theme/jquery.ui.datepicker.css 690share/icinga/jquery-ui/ui/jquery.ui.datepicker.js
630share/icinga/jquery-ui/theme/jquery.ui.slider.css 691share/icinga/jquery-ui/ui/jquery.ui.mouse.js
631share/icinga/jquery-ui/theme/jquery.ui.theme.css 692share/icinga/jquery-ui/ui/jquery.ui.slider.js
632share/icinga/jquery-ui/theme/jquery.ui.timepicker-addon.css 693share/icinga/jquery-ui/ui/jquery.ui.widget.js
633share/icinga/js/checkbox_functions.js 694share/icinga/js/checkbox_functions.js
634share/icinga/js/jquery-1.8.0.min.js 695share/icinga/js/jquery-1.8.0.min.js
635share/icinga/js/jquery.dd.js 696share/icinga/js/jquery.dd.js
636share/icinga/js/menu.js 697share/icinga/js/menu.js
637share/icinga/js/page_refresh.js 698share/icinga/js/page_refresh.js
638share/icinga/js/skinnytip.js 699share/icinga/js/skinnytip.js
639share/icinga/log/.htaccess 700share/icinga/log/.htaccess
640share/icinga/log/index.htm 701share/icinga/log/index.htm
641share/icinga/main.html 702share/icinga/main.html
642share/icinga/menu.html 703share/icinga/menu.html
643share/icinga/robots.txt 704share/icinga/robots.txt
644share/icinga/stylesheets/avail.css 705share/icinga/stylesheets/avail.css
645share/icinga/stylesheets/checksanity.css 706share/icinga/stylesheets/checksanity.css
646share/icinga/stylesheets/cmd.css 707share/icinga/stylesheets/cmd.css
647share/icinga/stylesheets/common.css 708share/icinga/stylesheets/common.css
648share/icinga/stylesheets/config.css 709share/icinga/stylesheets/config.css
649share/icinga/stylesheets/dd.css 710share/icinga/stylesheets/dd.css
650share/icinga/stylesheets/extinfo.css 711share/icinga/stylesheets/extinfo.css
651share/icinga/stylesheets/histogram.css 712share/icinga/stylesheets/histogram.css
652share/icinga/stylesheets/history.css 713share/icinga/stylesheets/history.css
653share/icinga/stylesheets/menu.css 714share/icinga/stylesheets/menu.css
654share/icinga/stylesheets/ministatus.css 715share/icinga/stylesheets/ministatus.css
655share/icinga/stylesheets/notifications.css 716share/icinga/stylesheets/notifications.css
656share/icinga/stylesheets/outages.css 717share/icinga/stylesheets/outages.css
657share/icinga/stylesheets/showlog.css 718share/icinga/stylesheets/showlog.css
658share/icinga/stylesheets/status.css 719share/icinga/stylesheets/status.css
659share/icinga/stylesheets/statusmap.css 720share/icinga/stylesheets/statusmap.css
660share/icinga/stylesheets/summary.css 721share/icinga/stylesheets/summary.css
661share/icinga/stylesheets/tac.css 722share/icinga/stylesheets/tac.css
662share/icinga/stylesheets/tacheader.css 723share/icinga/stylesheets/tacheader.css
663share/icinga/stylesheets/trends.css 724share/icinga/stylesheets/trends.css
664@pkgdir share/icinga/ssi 725@pkgdir share/icinga/ssi
665@pkgdir share/icinga/media 726@pkgdir share/icinga/media
666@pkgdir share/examples/icinga/modules 727@pkgdir share/examples/icinga/modules
667@pkgdir share/examples/icinga/conf.d 728@pkgdir share/examples/icinga/conf.d
668@pkgdir etc/icinga/objects 729@pkgdir etc/icinga/objects
669@pkgdir etc/icinga/modules 730@pkgdir etc/icinga/modules
670@pkgdir etc/icinga/conf.d 731@pkgdir etc/icinga/conf.d

cvs diff -r1.1 -r1.2 pkgsrc/net/icinga-base/distinfo (switch to unified diff)

--- pkgsrc/net/icinga-base/distinfo 2013/03/02 04:08:27 1.1
+++ pkgsrc/net/icinga-base/distinfo 2013/12/31 03:28:39 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: distinfo,v 1.1 2013/03/02 04:08:27 ryoon Exp $ 1$NetBSD: distinfo,v 1.2 2013/12/31 03:28:39 ryoon Exp $
2 2
3SHA1 (icinga-1.8.4.tar.gz) = 19ab6e28b99ce15cbb9e12085cbe6aa404bf1ef1 3SHA1 (icinga-1.9.4.tar.gz) = 4bcfb717d4fac94d16205f976ad54b92a1cf0c52
4RMD160 (icinga-1.8.4.tar.gz) = 3b5b204501d1617e6133c9e123bf6c2a3cd7f0be 4RMD160 (icinga-1.9.4.tar.gz) = f118ef6e3f56764e47fc24304dff03c1a5d766e4
5Size (icinga-1.8.4.tar.gz) = 7459130 bytes 5Size (icinga-1.9.4.tar.gz) = 17082569 bytes
6SHA1 (patch-Makefile.in) = 0d7e50b0f37fea847e652725af0b5d65ec7aa7b2 6SHA1 (patch-Makefile.in) = 0c3ed01f1e8b807710304f6b92011a44d3da0fda
7SHA1 (patch-base_Makefile.in) = f79705b2d5ccf938868cc502cdbe293bb7cf1579 7SHA1 (patch-base_Makefile.in) = 4aa962b3963c084074273255fa6107e2e1a28a7d
8SHA1 (patch-cgi_Makefile.in) = 44ca2f4129c594540ed06a7b3a16f1652591b30f 8SHA1 (patch-cgi_Makefile.in) = 44ca2f4129c594540ed06a7b3a16f1652591b30f
9SHA1 (patch-configure.in) = dec21d0e8d76f681b8839b547bd62c7377d25357 9SHA1 (patch-configure.in) = dec21d0e8d76f681b8839b547bd62c7377d25357
10SHA1 (patch-html_Makefile.in) = 5ad556b42a11c15b947e5901d1429862011d7de7 10SHA1 (patch-html_Makefile.in) = df715a3471ac44e9fcc24ee1a4375cd8a6c5ad05
11SHA1 (patch-module_idoutils_db_scripts_create__mysqldb.sh) = 789b05d620c3e4477fdb54efd649e409c98970a1 11SHA1 (patch-module_idoutils_db_scripts_create__mysqldb.sh) = 789b05d620c3e4477fdb54efd649e409c98970a1
12SHA1 (patch-module_idoutils_db_scripts_create__oracledb.sh) = 92c2958aea1d407b7c9426c1a95b328947526264 12SHA1 (patch-module_idoutils_db_scripts_create__oracledb.sh) = 92c2958aea1d407b7c9426c1a95b328947526264
13SHA1 (patch-module_idoutils_db_scripts_create__pgsqldb.sh) = 7bbbbcec4e3670c99297df8df1b6d795afad64db 13SHA1 (patch-module_idoutils_db_scripts_create__pgsqldb.sh) = 7bbbbcec4e3670c99297df8df1b6d795afad64db
14SHA1 (patch-rc.ido2db.in) = 8d0e751787ed17edd1fcfbfca977ddf90f2eccd9 14SHA1 (patch-rc.ido2db.in) = 8d0e751787ed17edd1fcfbfca977ddf90f2eccd9

cvs diff -r1.1 -r1.2 pkgsrc/net/icinga-base/patches/patch-Makefile.in (switch to unified diff)

--- pkgsrc/net/icinga-base/patches/patch-Makefile.in 2013/03/02 04:08:27 1.1
+++ pkgsrc/net/icinga-base/patches/patch-Makefile.in 2013/12/31 03:28:39 1.2
@@ -1,173 +1,204 @@ @@ -1,173 +1,204 @@
1$NetBSD: patch-Makefile.in,v 1.1 2013/03/02 04:08:27 ryoon Exp $ 1$NetBSD: patch-Makefile.in,v 1.2 2013/12/31 03:28:39 ryoon Exp $
2 2
3--- Makefile.in.orig 2013-01-13 22:18:37.000000000 +0000 3--- Makefile.in.orig 2013-12-13 12:54:34.000000000 +0000
4+++ Makefile.in 4+++ Makefile.in
5@@ -38,7 +38,7 @@ CHECKRESULTDIR=@CHECKRESULTDIR@ 5@@ -38,7 +38,7 @@ CHECKRESULTDIR=@CHECKRESULTDIR@
6 EXTCMDFILEDIR=@EXTCMDFILEDIR@ 6 EXTCMDFILEDIR=@EXTCMDFILEDIR@
7 EVENTHANDLERDIR=@EVENTHANDLERDIR@ 7 EVENTHANDLERDIR=@EVENTHANDLERDIR@
8 P1FILELOC=@P1FILELOC@ 8 P1FILELOC=@P1FILELOC@
9-CFGDIR=@sysconfdir@ 9-CFGDIR=@sysconfdir@
10+CFGDIR=@prefix@/share/examples/icinga 10+CFGDIR=@prefix@/share/examples/icinga
11 BINDIR=@bindir@ 11 BINDIR=@bindir@
12 LIBDIR=@libdir@ 12 LIBDIR=@libdir@
13 CGIDIR=@sbindir@ 13 CGIDIR=@sbindir@
14@@ -368,13 +368,13 @@ install-unstripped: 14@@ -380,14 +380,14 @@ install-unstripped:
15 $(MAKE) install-basic 15 $(MAKE) install-basic
16  16
17 install-basic: 17 install-basic:
 18- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(STATEDIR)
18- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBEXECDIR) 19- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBEXECDIR)
19- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LOGDIR) 20- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LOGDIR)
20- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LOGDIR)/archives 21- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LOGDIR)/archives
21- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CHECKRESULTDIR) 22- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CHECKRESULTDIR)
 23+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(STATEDIR)
22+ ${BSD_INSTALL_LIB_DIR} $(DESTDIR)$(LIBEXECDIR) 24+ ${BSD_INSTALL_LIB_DIR} $(DESTDIR)$(LIBEXECDIR)
23+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(LOGDIR) 25+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(LOGDIR)
24+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(LOGDIR)/archives 26+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(LOGDIR)/archives
25+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(CHECKRESULTDIR) 27+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(CHECKRESULTDIR)
26 if [ $(INSTALLPERLSTUFF) = yes ]; then \ 28 if [ $(INSTALLPERLSTUFF) = yes ]; then \
27- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(P1FILELOC); \ 29- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(P1FILELOC); \
28- $(INSTALL) -m 664 $(INSTALL_OPTS) p1.pl $(DESTDIR)$(P1FILELOC); \ 30- $(INSTALL) -m 664 $(INSTALL_OPTS) p1.pl $(DESTDIR)$(P1FILELOC); \
29+ ${BSD_INSTALL_SCRIPT_DIR} $(DESTDIR)$(P1FILELOC); \ 31+ ${BSD_INSTALL_SCRIPT_DIR} $(DESTDIR)$(P1FILELOC); \
30+ ${BSD_INSTALL_SCRIPT} p1.pl $(DESTDIR)$(P1FILELOC); \ 32+ ${BSD_INSTALL_SCRIPT} p1.pl $(DESTDIR)$(P1FILELOC); \
31 fi; 33 fi;
32  34
33 @echo "" 35 @echo ""
34@@ -411,23 +411,23 @@ install-basic: 36@@ -426,27 +426,27 @@ install-basic:
 37 @echo ""
35  38
 39 install-cgiconf:
 40- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)
 41- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgi.cfg $(DESTDIR)$(CFGDIR)/cgi.cfg
 42- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgiauth.cfg $(DESTDIR)$(CFGDIR)/cgiauth.cfg
 43+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(CFGDIR)
 44+ ${BSD_INSTALL_DATA} sample-config/cgi.cfg $(DESTDIR)$(CFGDIR)/cgi.cfg
 45+ ${BSD_INSTALL_DATA} sample-config/cgiauth.cfg $(DESTDIR)$(CFGDIR)/cgiauth.cfg
36  46
37 install-config: 47
 48 install-config: install-cgiconf
38- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR) 49- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)
39- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/objects 50- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/objects
40- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/conf.d 51- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/conf.d
41- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/modules 52- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/modules
42- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/icinga.cfg $(DESTDIR)$(CFGDIR)/icinga.cfg 53- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/icinga.cfg $(DESTDIR)$(CFGDIR)/icinga.cfg
43- $(INSTALL) -b -m 660 $(INSTALL_OPTS) sample-config/resource.cfg $(DESTDIR)$(CFGDIR)/resource.cfg 54- $(INSTALL) -b -m 660 $(INSTALL_OPTS) sample-config/resource.cfg $(DESTDIR)$(CFGDIR)/resource.cfg
44- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgi.cfg $(DESTDIR)$(CFGDIR)/cgi.cfg 
45- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgiauth.cfg $(DESTDIR)$(CFGDIR)/cgiauth.cfg 
46- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/templates.cfg $(DESTDIR)$(CFGDIR)/objects/templates.cfg 55- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/templates.cfg $(DESTDIR)$(CFGDIR)/objects/templates.cfg
47- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/commands.cfg $(DESTDIR)$(CFGDIR)/objects/commands.cfg 56- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/commands.cfg $(DESTDIR)$(CFGDIR)/objects/commands.cfg
48- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/contacts.cfg $(DESTDIR)$(CFGDIR)/objects/contacts.cfg 57- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/contacts.cfg $(DESTDIR)$(CFGDIR)/objects/contacts.cfg
49- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/notifications.cfg $(DESTDIR)$(CFGDIR)/objects/notifications.cfg 58- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/notifications.cfg $(DESTDIR)$(CFGDIR)/objects/notifications.cfg
50- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/timeperiods.cfg $(DESTDIR)$(CFGDIR)/objects/timeperiods.cfg 59- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/timeperiods.cfg $(DESTDIR)$(CFGDIR)/objects/timeperiods.cfg
51- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/localhost.cfg $(DESTDIR)$(CFGDIR)/objects/localhost.cfg 60- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/localhost.cfg $(DESTDIR)$(CFGDIR)/objects/localhost.cfg
52- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/windows.cfg $(DESTDIR)$(CFGDIR)/objects/windows.cfg 61- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/windows.cfg $(DESTDIR)$(CFGDIR)/objects/windows.cfg
53- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/printer.cfg $(DESTDIR)$(CFGDIR)/objects/printer.cfg 62- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/printer.cfg $(DESTDIR)$(CFGDIR)/objects/printer.cfg
54- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/switch.cfg $(DESTDIR)$(CFGDIR)/objects/switch.cfg 63- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/switch.cfg $(DESTDIR)$(CFGDIR)/objects/switch.cfg
55+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(CFGDIR) 64+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(CFGDIR)
56+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(CFGDIR)/objects 65+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(CFGDIR)/objects
57+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(CFGDIR)/conf.d 66+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(CFGDIR)/conf.d
58+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(CFGDIR)/modules 67+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(CFGDIR)/modules
59+ ${BSD_INSTALL_DATA} sample-config/icinga.cfg $(DESTDIR)$(CFGDIR)/icinga.cfg 68+ ${BSD_INSTALL_DATA} sample-config/icinga.cfg $(DESTDIR)$(CFGDIR)/icinga.cfg
60+ ${BSD_INSTALL_DATA} sample-config/resource.cfg $(DESTDIR)$(CFGDIR)/resource.cfg 69+ ${BSD_INSTALL_DATA} sample-config/resource.cfg $(DESTDIR)$(CFGDIR)/resource.cfg
61+ ${BSD_INSTALL_DATA} sample-config/cgi.cfg $(DESTDIR)$(CFGDIR)/cgi.cfg 
62+ ${BSD_INSTALL_DATA} sample-config/cgiauth.cfg $(DESTDIR)$(CFGDIR)/cgiauth.cfg 
63+ ${BSD_INSTALL_DATA} sample-config/template-object/templates.cfg $(DESTDIR)$(CFGDIR)/objects/templates.cfg 70+ ${BSD_INSTALL_DATA} sample-config/template-object/templates.cfg $(DESTDIR)$(CFGDIR)/objects/templates.cfg
64+ ${BSD_INSTALL_DATA} sample-config/template-object/commands.cfg $(DESTDIR)$(CFGDIR)/objects/commands.cfg 71+ ${BSD_INSTALL_DATA} sample-config/template-object/commands.cfg $(DESTDIR)$(CFGDIR)/objects/commands.cfg
65+ ${BSD_INSTALL_DATA} sample-config/template-object/contacts.cfg $(DESTDIR)$(CFGDIR)/objects/contacts.cfg 72+ ${BSD_INSTALL_DATA} sample-config/template-object/contacts.cfg $(DESTDIR)$(CFGDIR)/objects/contacts.cfg
66+ ${BSD_INSTALL_DATA} sample-config/template-object/notifications.cfg $(DESTDIR)$(CFGDIR)/objects/notifications.cfg 73+ ${BSD_INSTALL_DATA} sample-config/template-object/notifications.cfg $(DESTDIR)$(CFGDIR)/objects/notifications.cfg
67+ ${BSD_INSTALL_DATA} sample-config/template-object/timeperiods.cfg $(DESTDIR)$(CFGDIR)/objects/timeperiods.cfg 74+ ${BSD_INSTALL_DATA} sample-config/template-object/timeperiods.cfg $(DESTDIR)$(CFGDIR)/objects/timeperiods.cfg
68+ ${BSD_INSTALL_DATA} sample-config/template-object/localhost.cfg $(DESTDIR)$(CFGDIR)/objects/localhost.cfg 75+ ${BSD_INSTALL_DATA} sample-config/template-object/localhost.cfg $(DESTDIR)$(CFGDIR)/objects/localhost.cfg
69+ ${BSD_INSTALL_DATA} sample-config/template-object/windows.cfg $(DESTDIR)$(CFGDIR)/objects/windows.cfg 76+ ${BSD_INSTALL_DATA} sample-config/template-object/windows.cfg $(DESTDIR)$(CFGDIR)/objects/windows.cfg
70+ ${BSD_INSTALL_DATA} sample-config/template-object/printer.cfg $(DESTDIR)$(CFGDIR)/objects/printer.cfg 77+ ${BSD_INSTALL_DATA} sample-config/template-object/printer.cfg $(DESTDIR)$(CFGDIR)/objects/printer.cfg
71+ ${BSD_INSTALL_DATA} sample-config/template-object/switch.cfg $(DESTDIR)$(CFGDIR)/objects/switch.cfg 78+ ${BSD_INSTALL_DATA} sample-config/template-object/switch.cfg $(DESTDIR)$(CFGDIR)/objects/switch.cfg
72  79
73 @echo "" 80 @echo ""
74 @echo "*** Config files installed ***" 81 @echo "*** Config files installed ***"
75@@ -438,14 +438,14 @@ install-config: 82@@ -457,14 +457,14 @@ install-config: install-cgiconf
76 @echo "" 83 @echo ""
77  84
78 install-testconfig: 85 install-testconfig:
79- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/tests 86- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/tests
80+ ${BSD_INSTALL_DATA} $(DESTDIR)$(CFGDIR)/tests 87+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(CFGDIR)/tests
81 for file in tests/etc/*.cfg; \ 88 for file in tests/etc/*.cfg; \
82- do $(INSTALL) -b -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(CFGDIR)/tests; done 89- do $(INSTALL) -b -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(CFGDIR)/tests; done
83+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(CFGDIR)/tests; done 90+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(CFGDIR)/tests; done
84  91
85  92
86 install-webconf: 93 install-webconf:
87- $(MKDIR) -p -m 775 $(DESTDIR)$(HTTPD_CONF) 94- $(MKDIR) -p -m 775 $(DESTDIR)$(HTTPD_CONF)
88- $(INSTALL) -m 644 sample-config/httpd.conf $(DESTDIR)$(HTTPD_CONF)/icinga.conf 95- $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/httpd.conf $(DESTDIR)$(HTTPDCONFFILE)
89+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTTPD_CONF) 96+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTTPD_CONF)
90+ ${BSD_INSTALL_DATA} sample-config/httpd.conf $(DESTDIR)$(HTTPD_CONF)/icinga.conf 97+ ${BSD_INSTALL_DATA} sample-config/httpd.conf $(DESTDIR)$(HTTPDCONFFILE)
91  98
92 @echo "" 99 @echo ""
93 @echo "*** Icinga/Apache conf file installed ***" 100 @echo "*** Icinga/Apache conf file installed ***"
94@@ -480,11 +480,11 @@ install-idoutils: 101@@ -472,7 +472,7 @@ install-webconf:
 102
 103 install-webconf-auth:
 104
 105- $(INSTALL) -b -m 644 $(INSTALL_OPTS) icinga.htpasswd $(DESTDIR)$(HTTPAUTHFILE)
 106+ ${BSD_INSTALL_DATA} icinga.htpasswd $(DESTDIR)$(HTTPAUTHFILE)
 107
 108 @echo ""
 109 @echo "*** Icinga http auth file installed ***"
 110@@ -508,11 +508,11 @@ install-idoutils:
95 install-init: install-daemoninit 111 install-init: install-daemoninit
96  112
97 install-daemoninit: 113 install-daemoninit:
98- $(INSTALL) -m 755 -d $(INIT_OPTS) $(DESTDIR)$(INIT_DIR) 114- $(INSTALL) -m 755 -d $(INIT_OPTS) $(DESTDIR)$(INIT_DIR)
99- $(INSTALL) -m 755 $(INIT_OPTS) daemon-init $(DESTDIR)$(INIT_DIR)/icinga 115- $(INSTALL) -m 755 $(INIT_OPTS) daemon-init $(DESTDIR)$(INIT_DIR)/icinga
100+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(INIT_DIR) 116+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(INIT_DIR)
101+ ${BSD_INSTALL_DATA} daemon-init $(DESTDIR)$(INIT_DIR)/icinga 117+ ${BSD_INSTALL_DATA} daemon-init $(DESTDIR)$(INIT_DIR)/icinga
102  118
103 @if [ x$(USE_IDOUTILS) = xyes ]; then \ 119 @if [ x$(USE_IDOUTILS) = xyes ]; then \
104- $(INSTALL) -m 755 $(INIT_OPTS) rc.ido2db $(DESTDIR)$(INIT_DIR)/ido2db ;\ 120- $(INSTALL) -m 755 $(INIT_OPTS) rc.ido2db $(DESTDIR)$(INIT_DIR)/ido2db ;\
105+ ${BSD_INSTALL_SCRIPT} rc.ido2db $(DESTDIR)$(INIT_DIR)/ido2db ;\ 121+ ${BSD_INSTALL_SCRIPT} rc.ido2db $(DESTDIR)$(INIT_DIR)/ido2db ;\
106 fi 122 fi
107  123
108 @echo "" 124 @echo ""
109@@ -493,26 +493,26 @@ install-daemoninit: 125@@ -521,26 +521,26 @@ install-daemoninit:
110  126
111  127
112 install-commandmode: 128 install-commandmode:
113- $(INSTALL) -m 775 $(COMMAND_OPTS) -d $(DESTDIR)$(EXTCMDFILEDIR) 129- $(INSTALL) -m 775 $(COMMAND_OPTS) -d $(DESTDIR)$(EXTCMDFILEDIR)
114- chmod g+s $(DESTDIR)$(EXTCMDFILEDIR) 130- chmod g+s $(DESTDIR)$(EXTCMDFILEDIR)
115+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(EXTCMDFILEDIR) 131+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(EXTCMDFILEDIR)
116+ #chmod g+s $(DESTDIR)$(EXTCMDFILEDIR) 132+ #chmod g+s $(DESTDIR)$(EXTCMDFILEDIR)
117  133
118 @echo "" 134 @echo ""
119 @echo "*** External command directory configured ***" 135 @echo "*** External command directory configured ***"
120 @echo "" 136 @echo ""
121  137
122 install-eventhandlers: 138 install-eventhandlers:
123- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(EVENTHANDLERDIR) 139- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(EVENTHANDLERDIR)
124- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring 140- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring
125- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1 141- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1
126- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/submit_check_result $(DESTDIR)$(EVENTHANDLERDIR)/submit_check_result 142- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/submit_check_result $(DESTDIR)$(EVENTHANDLERDIR)/submit_check_result
127- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/disable_active_service_checks $(DESTDIR)$(EVENTHANDLERDIR)/disable_active_service_checks 143- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/disable_active_service_checks $(DESTDIR)$(EVENTHANDLERDIR)/disable_active_service_checks
128- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/enable_active_service_checks $(DESTDIR)$(EVENTHANDLERDIR)/enable_active_service_checks 144- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/enable_active_service_checks $(DESTDIR)$(EVENTHANDLERDIR)/enable_active_service_checks
129- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/disable_notifications $(DESTDIR)$(EVENTHANDLERDIR)/disable_notifications 145- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/disable_notifications $(DESTDIR)$(EVENTHANDLERDIR)/disable_notifications
130- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/enable_notifications $(DESTDIR)$(EVENTHANDLERDIR)/enable_notifications 146- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/enable_notifications $(DESTDIR)$(EVENTHANDLERDIR)/enable_notifications
131- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/distributed-monitoring/obsessive_svc_handler $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring/obsessive_svc_handler 147- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/distributed-monitoring/obsessive_svc_handler $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring/obsessive_svc_handler
132- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring/submit_check_result_via_nsca 148- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring/submit_check_result_via_nsca
133- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/redundancy-scenario1/handle-master-host-event $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1/handle-master-host-event 149- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/redundancy-scenario1/handle-master-host-event $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1/handle-master-host-event
134- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/redundancy-scenario1/handle-master-proc-event $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1/handle-master-proc-event 150- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/redundancy-scenario1/handle-master-proc-event $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1/handle-master-proc-event
135+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(EVENTHANDLERDIR) 151+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(EVENTHANDLERDIR)
136+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring 152+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring
137+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1 153+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1
138+ ${BSD_INSTALL_DATA} contrib/eventhandlers/submit_check_result $(DESTDIR)$(EVENTHANDLERDIR)/submit_check_result 154+ ${BSD_INSTALL_DATA} contrib/eventhandlers/submit_check_result $(DESTDIR)$(EVENTHANDLERDIR)/submit_check_result
139+ ${BSD_INSTALL_DATA} contrib/eventhandlers/disable_active_service_checks $(DESTDIR)$(EVENTHANDLERDIR)/disable_active_service_checks 155+ ${BSD_INSTALL_DATA} contrib/eventhandlers/disable_active_service_checks $(DESTDIR)$(EVENTHANDLERDIR)/disable_active_service_checks
140+ ${BSD_INSTALL_DATA} contrib/eventhandlers/enable_active_service_checks $(DESTDIR)$(EVENTHANDLERDIR)/enable_active_service_checks 156+ ${BSD_INSTALL_DATA} contrib/eventhandlers/enable_active_service_checks $(DESTDIR)$(EVENTHANDLERDIR)/enable_active_service_checks
141+ ${BSD_INSTALL_DATA} contrib/eventhandlers/disable_notifications $(DESTDIR)$(EVENTHANDLERDIR)/disable_notifications 157+ ${BSD_INSTALL_DATA} contrib/eventhandlers/disable_notifications $(DESTDIR)$(EVENTHANDLERDIR)/disable_notifications
142+ ${BSD_INSTALL_DATA} contrib/eventhandlers/enable_notifications $(DESTDIR)$(EVENTHANDLERDIR)/enable_notifications 158+ ${BSD_INSTALL_DATA} contrib/eventhandlers/enable_notifications $(DESTDIR)$(EVENTHANDLERDIR)/enable_notifications
143+ ${BSD_INSTALL_DATA} contrib/eventhandlers/distributed-monitoring/obsessive_svc_handler $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring/obsessive_svc_handler 159+ ${BSD_INSTALL_DATA} contrib/eventhandlers/distributed-monitoring/obsessive_svc_handler $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring/obsessive_svc_handler
144+ ${BSD_INSTALL_DATA} contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring/submit_check_result_via_nsca 160+ ${BSD_INSTALL_DATA} contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring/submit_check_result_via_nsca
145+ ${BSD_INSTALL_DATA} contrib/eventhandlers/redundancy-scenario1/handle-master-host-event $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1/handle-master-host-event 161+ ${BSD_INSTALL_DATA} contrib/eventhandlers/redundancy-scenario1/handle-master-host-event $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1/handle-master-host-event
146+ ${BSD_INSTALL_DATA} contrib/eventhandlers/redundancy-scenario1/handle-master-proc-event $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1/handle-master-proc-event 162+ ${BSD_INSTALL_DATA} contrib/eventhandlers/redundancy-scenario1/handle-master-proc-event $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1/handle-master-proc-event
147  163
148 @echo "" 164 @echo ""
149 @echo "*** Sample Eventhandlers installed ***" 165 @echo "*** Sample Eventhandlers installed ***"
150@@ -553,19 +553,19 @@ Prototype: 166@@ -550,10 +550,10 @@ install-eventhandlers:
 167 install-classicui-standalone: install-cgis install-html install-cgiconf install-webconf
 168
 169 # make sure we keep all the needed dirs for data
 170- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(STATEDIR)
 171- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LOGDIR)
 172- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LOGDIR)/archives
 173- $(INSTALL) -m 775 $(COMMAND_OPTS) -d $(DESTDIR)$(EXTCMDFILEDIR)
 174+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(STATEDIR)
 175+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(LOGDIR)
 176+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(LOGDIR)/archives
 177+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(EXTCMDFILEDIR)
 178
 179 @echo ""
 180 @echo "*** Icinga Classic UI Standalone installed ***"
 181@@ -593,19 +593,19 @@ Prototype:
151 cd sample-config; \ 182 cd sample-config; \
152 for file in *.cfg; \ 183 for file in *.cfg; \
153 do \ 184 do \
154- $(INSTALL) -m 644 $$file $(PACKDIR)/$(CFGDIR)/$$file.$(VERSION); \ 185- $(INSTALL) -m 644 $$file $(PACKDIR)/$(CFGDIR)/$$file.$(VERSION); \
155+ ${BSD_INSTALL_DATA} $$file $(PACKDIR)/$(CFGDIR)/$$file.$(VERSION); \ 186+ ${BSD_INSTALL_DATA} $$file $(PACKDIR)/$(CFGDIR)/$$file.$(VERSION); \
156 done 187 done
157 chmod 640 $(PACKDIR)/$(CFGDIR)/resource.cfg.$(VERSION) 188 chmod 640 $(PACKDIR)/$(CFGDIR)/resource.cfg.$(VERSION)
158 cd sample-config/template-object; \ 189 cd sample-config/template-object; \
159 for file in *.cfg; \ 190 for file in *.cfg; \
160 do \ 191 do \
161- $(INSTALL) -m 644 $$file $(PACKDIR)/$(CFGDIR)/objects/$$file.$(VERSION); \ 192- $(INSTALL) -m 644 $$file $(PACKDIR)/$(CFGDIR)/objects/$$file.$(VERSION); \
162+ ${BSD_INSTALL_DATA} $$file $(PACKDIR)/$(CFGDIR)/objects/$$file.$(VERSION); \ 193+ ${BSD_INSTALL_DATA} $$file $(PACKDIR)/$(CFGDIR)/objects/$$file.$(VERSION); \
163 done 194 done
164 mkdir -p $(PACKDIR)/lib/svc/method/ 195 mkdir -p $(PACKDIR)/lib/svc/method/
165- $(INSTALL) -o root -g bin -m 555 daemon-init $(PACKDIR)/lib/svc/method/icinga 196- $(INSTALL) -o root -g bin -m 555 daemon-init $(PACKDIR)/lib/svc/method/icinga
166+ ${BSD_INSTALL_SCRIPT} daemon-init $(PACKDIR)/lib/svc/method/icinga 197+ ${BSD_INSTALL_SCRIPT} daemon-init $(PACKDIR)/lib/svc/method/icinga
167 mkdir -p $(PACKDIR)/var/svc/manifest/application/ 198 mkdir -p $(PACKDIR)/var/svc/manifest/application/
168 sed 's%!CFGPREFIX!%$(CFGDIR)%g' solaris/icinga.xml.tpl > solaris/icinga.xml 199 sed 's%!CFGPREFIX!%$(CFGDIR)%g' solaris/icinga.xml.tpl > solaris/icinga.xml
169- $(INSTALL) -m 444 -o root -g root solaris/icinga.xml $(PACKDIR)/var/svc/manifest/application/ 200- $(INSTALL) -m 444 -o root -g root solaris/icinga.xml $(PACKDIR)/var/svc/manifest/application/
170+ ${BSD_INSTALL_DATA} solaris/icinga.xml $(PACKDIR)/var/svc/manifest/application/ 201+ ${BSD_INSTALL_DATA} solaris/icinga.xml $(PACKDIR)/var/svc/manifest/application/
171 #cd contrib; $(MAKE) all; $(MAKE) DESTDIR=$(PACKDIR) INIT_OPTS='' INSTALL_OPTS='' COMMAND_OPTS='' icinga_grp='' icinga_usr='' install 202 #cd contrib; $(MAKE) all; $(MAKE) DESTDIR=$(PACKDIR) INIT_OPTS='' INSTALL_OPTS='' COMMAND_OPTS='' icinga_grp='' icinga_usr='' install
172 echo i pkginfo > solaris/Prototype 203 echo i pkginfo > solaris/Prototype
173 if [ -f solaris/checkinstall.in ] ; then cat solaris/checkinstall.in | sed 's/!SUN_PLATFORM!/$(SUN_PLATFORM)/g' > solaris/checkinstall; fi 204 if [ -f solaris/checkinstall.in ] ; then cat solaris/checkinstall.in | sed 's/!SUN_PLATFORM!/$(SUN_PLATFORM)/g' > solaris/checkinstall; fi

cvs diff -r1.1 -r1.2 pkgsrc/net/icinga-base/patches/patch-base_Makefile.in (switch to unified diff)

--- pkgsrc/net/icinga-base/patches/patch-base_Makefile.in 2013/03/02 04:08:27 1.1
+++ pkgsrc/net/icinga-base/patches/patch-base_Makefile.in 2013/12/31 03:28:39 1.2
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: patch-base_Makefile.in,v 1.1 2013/03/02 04:08:27 ryoon Exp $ 1$NetBSD: patch-base_Makefile.in,v 1.2 2013/12/31 03:28:39 ryoon Exp $
2 2
3--- base/Makefile.in.orig 2013-01-13 22:18:37.000000000 +0000 3--- base/Makefile.in.orig 2013-12-13 12:54:34.000000000 +0000
4+++ base/Makefile.in 4+++ base/Makefile.in
5@@ -207,10 +207,10 @@ install-unstripped: 5@@ -207,10 +207,10 @@ install-unstripped:
6 $(MAKE) install-basic 6 $(MAKE) install-basic
7  7
8 install-basic: 8 install-basic:
9- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR) 9- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR)
10- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBDIR) 10- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBDIR)
11- $(INSTALL) -m 774 $(INSTALL_OPTS) @icinga_name@ $(DESTDIR)$(BINDIR) 11- $(INSTALL) -m 755 $(INSTALL_OPTS) @icinga_name@ $(DESTDIR)$(BINDIR)
12- $(INSTALL) -m 774 $(INSTALL_OPTS) @icingastats_name@ $(DESTDIR)$(BINDIR) 12- $(INSTALL) -m 755 $(INSTALL_OPTS) @icingastats_name@ $(DESTDIR)$(BINDIR)
13+ ${BSD_INSTALL_PROGRAM_DIR} $(DESTDIR)$(BINDIR) 13+ ${BSD_INSTALL_PROGRAM_DIR} $(DESTDIR)$(BINDIR)
14+ ${BSD_INSTALL_LIB_DIR} $(DESTDIR)$(LIBDIR) 14+ ${BSD_INSTALL_LIB_DIR} $(DESTDIR)$(LIBDIR)
15+ ${BSD_INSTALL_PROGRAM} @icinga_name@ $(DESTDIR)$(BINDIR) 15+ ${BSD_INSTALL_PROGRAM} @icinga_name@ $(DESTDIR)$(BINDIR)
16+ ${BSD_INSTALL_PROGRAM} @icingastats_name@ $(DESTDIR)$(BINDIR) 16+ ${BSD_INSTALL_PROGRAM} @icingastats_name@ $(DESTDIR)$(BINDIR)
17  17
18 strip-post-install: 18 strip-post-install:
19 $(STRIP) $(DESTDIR)$(BINDIR)/@icinga_name@ 19 $(STRIP) $(DESTDIR)$(BINDIR)/@icinga_name@

cvs diff -r1.1 -r1.2 pkgsrc/net/icinga-base/patches/patch-html_Makefile.in (switch to unified diff)

--- pkgsrc/net/icinga-base/patches/patch-html_Makefile.in 2013/03/02 04:08:27 1.1
+++ pkgsrc/net/icinga-base/patches/patch-html_Makefile.in 2013/12/31 03:28:39 1.2
@@ -1,128 +1,136 @@ @@ -1,128 +1,136 @@
1$NetBSD: patch-html_Makefile.in,v 1.1 2013/03/02 04:08:27 ryoon Exp $ 1$NetBSD: patch-html_Makefile.in,v 1.2 2013/12/31 03:28:39 ryoon Exp $
2 2
3--- html/Makefile.in.orig 2013-01-13 22:18:37.000000000 +0000 3--- html/Makefile.in.orig 2013-12-13 12:54:34.000000000 +0000
4+++ html/Makefile.in 4+++ html/Makefile.in
5@@ -9,7 +9,7 @@ CFGDIR=@sysconfdir@ 5@@ -9,7 +9,7 @@ CFGDIR=@sysconfdir@
6 BINDIR=@bindir@ 6 BINDIR=@bindir@
7 LIBDIR=@libdir@ 7 LIBDIR=@libdir@
8 CGIDIR=@sbindir@ 8 CGIDIR=@sbindir@
9-HTMLDIR=@datarootdir@ 9-HTMLDIR=@datarootdir@
10+HTMLDIR=@datarootdir@/icinga 10+HTMLDIR=@datarootdir@/icinga
11 CGILOGDIR=@CGILOGDIR@ 11 CGILOGDIR=@CGILOGDIR@
12 INSTALL=@INSTALL@ 12 INSTALL=@INSTALL@
13 INSTALL_OPTS=@INSTALL_OPTS@ 13 INSTALL_OPTS=@INSTALL_OPTS@
14@@ -35,71 +35,71 @@ distclean: clean 14@@ -35,76 +35,76 @@ distclean: clean
15 devclean: distclean 15 devclean: distclean
16  16
17 install: 17 install:
18- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR) 18- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)
19- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/media 19- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/media
20- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/stylesheets 20- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/stylesheets
21- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/docs 21- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/docs
22- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/docs/stylesheets 22- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/docs/stylesheets
23- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/docs/js 23- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/docs/js
24- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/docs/en 24- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/docs/en
25- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/docs/de 25- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/docs/de
26- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/docs/images 26- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/docs/images
27- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/docs/images/flags 27- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/docs/images/flags
28- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/images 28- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/images
29- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/images/logos 29- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/images/logos
30- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/jquery-ui 30- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/jquery-ui
31- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/jquery-ui/theme 31- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/jquery-ui/themes
32- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/jquery-ui/theme/images 32- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/jquery-ui/themes/base
 33- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/jquery-ui/themes/base/images
 34- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/jquery-ui/ui
 35- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/jquery-ui-addon
33- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/js 36- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/js
34- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/ssi 37- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/ssi
35- $(INSTALL) -m 444 $(INSTALL_OPTS) log/.htaccess $(DESTDIR)$(CGILOGDIR) 38- $(INSTALL) -m 444 $(INSTALL_OPTS) log/.htaccess $(DESTDIR)$(CGILOGDIR)
36- $(INSTALL) -m 644 $(INSTALL_OPTS) log/index.htm $(DESTDIR)$(CGILOGDIR) 39- $(INSTALL) -m 644 $(INSTALL_OPTS) log/index.htm $(DESTDIR)$(CGILOGDIR)
37- $(INSTALL) -m 664 $(INSTALL_OPTS) robots.txt $(DESTDIR)$(HTMLDIR) 40- $(INSTALL) -m 664 $(INSTALL_OPTS) robots.txt $(DESTDIR)$(HTMLDIR)
38- $(INSTALL) -m 664 $(INSTALL_OPTS) docs/robots.txt $(DESTDIR)$(HTMLDIR)/docs 41- $(INSTALL) -m 664 $(INSTALL_OPTS) docs/robots.txt $(DESTDIR)$(HTMLDIR)/docs
39+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR) 42+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)
40+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/media 43+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/media
41+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/stylesheets 44+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/stylesheets
42+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/docs 45+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/docs
43+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/docs/stylesheets 46+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/docs/stylesheets
44+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/docs/js 47+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/docs/js
45+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/docs/en 48+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/docs/en
46+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/docs/de 49+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/docs/de
47+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/docs/images 50+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/docs/images
48+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/docs/images/flags 51+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/docs/images/flags
49+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/images 52+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/images
50+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/images/logos 53+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/images/logos
51+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/jquery-ui 54+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/jquery-ui
52+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/jquery-ui/theme 55+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/jquery-ui/themes
53+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/jquery-ui/theme/images 56+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/jquery-ui/themes/base
 57+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/jquery-ui/themes/base/images
 58+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/jquery-ui/ui
 59+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/jquery-ui-addon
54+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/js 60+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/js
55+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/ssi 61+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/ssi
56+ ${BSD_INSTALL_DATA} log/.htaccess $(DESTDIR)$(CGILOGDIR) 62+ ${BSD_INSTALL_DATA} log/.htaccess $(DESTDIR)$(CGILOGDIR)
57+ ${BSD_INSTALL_DATA} log/index.htm $(DESTDIR)$(CGILOGDIR) 63+ ${BSD_INSTALL_DATA} log/index.htm $(DESTDIR)$(CGILOGDIR)
58+ ${BSD_INSTALL_DATA} robots.txt $(DESTDIR)$(HTMLDIR) 64+ ${BSD_INSTALL_DATA} robots.txt $(DESTDIR)$(HTMLDIR)
59+ ${BSD_INSTALL_DATA} docs/robots.txt $(DESTDIR)$(HTMLDIR)/docs 65+ ${BSD_INSTALL_DATA} docs/robots.txt $(DESTDIR)$(HTMLDIR)/docs
60 for file in *.html; \ 66 for file in *.html; \
61- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR); done 67- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR); done
62+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR); done 68+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR); done
63 for file in stylesheets/*.css; \ 69 for file in stylesheets/*.css; \
64- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/stylesheets; done 70- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/stylesheets; done
65+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/stylesheets; done 71+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/stylesheets; done
66 for file in docs/*.html; \ 72 for file in docs/*.html; \
67- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/docs; done 73- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/docs; done
68+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/docs; done 74+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/docs; done
69 for file in docs/js/*.js; \ 75 for file in docs/js/*.js; \
70- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/docs/js; done 76- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/docs/js; done
71+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/docs/js; done 77+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/docs/js; done
72 for file in docs/stylesheets/*.css; \ 78 for file in docs/stylesheets/*.css; \
73- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/docs/stylesheets; done 79- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/docs/stylesheets; done
74+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/docs/stylesheets; done 80+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/docs/stylesheets; done
75 for file in docs/en/*.html; \ 81 for file in docs/en/*.html; \
76- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/docs/en; done 82- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/docs/en; done
77+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/docs/en; done 83+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/docs/en; done
78 for file in docs/de/*.html; \ 84 for file in docs/de/*.html; \
79- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/docs/de; done 85- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/docs/de; done
80+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/docs/de; done 86+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/docs/de; done
81 for file in docs/images/*.*; \ 87 for file in docs/images/*.*; \
82- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/docs/images; done 88- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/docs/images; done
83+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/docs/images; done 89+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/docs/images; done
84 for file in docs/images/flags/*.*; \ 90 for file in docs/images/flags/*.*; \
85- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/docs/images/flags; done 91- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/docs/images/flags; done
86+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/docs/images/flags; done 92+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/docs/images/flags; done
87 for file in images/*.png; \ 93 for file in images/*.png; \
88- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images; done 94- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images; done
89+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/images; done 95+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/images; done
90 for file in images/*.jpg; \ 96 for file in images/*.jpg; \
91- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images; done 97- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images; done
92+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/images; done 98+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/images; done
93 for file in images/*.gif; \ 99 for file in images/*.gif; \
94- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images; done 100- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images; done
95+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/images; done 101+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/images; done
96 for file in images/*.ico; \ 102 for file in images/*.ico; \
97- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images; done 103- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images; done
98+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/images; done 104+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/images; done
99 for file in images/logos/*.*; \ 105 for file in images/logos/*.*; \
100- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images/logos; done 106- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images/logos; done
101+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/images/logos; done 107+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/images/logos; done
102 for file in jquery-ui/*.js; \ 108 for file in jquery-ui/ui/*.js; \
103- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/jquery-ui; done 109- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/jquery-ui/ui; done
104+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/jquery-ui; done 110+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/jquery-ui/ui; done
105 for file in jquery-ui/theme/*.css; \ 111 for file in jquery-ui/themes/base/*.css; \
106- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/jquery-ui/theme; done 112- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/jquery-ui/themes/base; done
107+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/jquery-ui/theme; done 113+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/jquery-ui/themes/base; done
108 for file in jquery-ui/theme/images/*.png; \ 114 for file in jquery-ui/themes/base/images/*.png; \
109- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/jquery-ui/theme/images; done 115- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/jquery-ui/themes/base/images; done
110+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/jquery-ui/theme/images; done 116+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/jquery-ui/themes/base/images; done
 117 for file in jquery-ui-addon/*.*; \
 118- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/jquery-ui-addon; done
 119+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/jquery-ui-addon; done
111 for file in js/*.js; \ 120 for file in js/*.js; \
112- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/js; done 121- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/js; done
113+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/js; done 122+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/js; done
114  123
115 install-dev-docu: 124 install-dev-docu:
116- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/doxygen 125- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/doxygen
117- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/doxygen/html 126- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/doxygen/html
118+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/doxygen 127+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/doxygen
119+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/doxygen/html 128+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)$(HTMLDIR)/doxygen/html
120 #for file in doxygen/*.*; \ 129 #for file in doxygen/*.*; \
121- #do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/doxygen; done 130 #do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/doxygen; done
122+ #do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/doxygen; done 
123 for file in doxygen/html/*.*; \ 131 for file in doxygen/html/*.*; \
124- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/doxygen/html; done 132- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/doxygen/html; done
125+ do ${BSD_INSTALL_DATA} $$file $(DESTDIR)$(HTMLDIR)/doxygen/html; done 133+ do ${BSD_INSTALL_DATA_DIR} $$file $(DESTDIR)$(HTMLDIR)/doxygen/html; done
126  134
127 install-unstripped: 135 install-unstripped:
128 $(MAKE) install 136 $(MAKE) install