Imported Debian patch 0.6.24+dfsg1-4~bpo80+1

This commit is contained in:
Micah Anderson
2015-12-08 13:39:31 -05:00
committed by Mario Fetka
parent 32a360eca6
commit 69f960eb4a
52 changed files with 2348 additions and 0 deletions

15
debian/patches/fix-nagios-url vendored Normal file
View File

@@ -0,0 +1,15 @@
Description: Fix cgi-bin path in config.php.
Author: Sven Velt <sven@velt.de>
Forwarded: not-needed
--- a/sample-config/pnp/config.php.in
+++ b/sample-config/pnp/config.php.in
@@ -89,7 +89,7 @@ $conf['temp'] = "/var/tmp";
#
# Link back to Nagios or Thruk ( www.thruk.org )
#
-$conf['nagios_base'] = "/nagios/cgi-bin";
+$conf['nagios_base'] = "/cgi-bin/nagios3";
#
# Link back to check_mk´s multisite ( http://mathias-kettner.de/checkmk_multisite.html )