[Pkg-nagios-changes] [SCM] debian packaging of icinga(-core) branch, master, updated. 1.0.1-3-22-gb645a4e

Alexander Wirt formorer at grml.org
Wed Jun 30 14:57:28 UTC 2010


The following commit has been merged in the master branch:
commit b645a4e2c18af95c620cecb5f380b767501c1919
Author: Alexander Wirt <formorer at grml.org>
Date:   Wed Jun 30 16:56:45 2010 +0200

    Add 80_remove_daemoncheck_cgi.dpatch

diff --git a/debian/patches/80_remove_daemoncheck_cgi.dpatch b/debian/patches/80_remove_daemoncheck_cgi.dpatch
new file mode 100755
index 0000000..8d31795
--- /dev/null
+++ b/debian/patches/80_remove_daemoncheck_cgi.dpatch
@@ -0,0 +1,22 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 80_remove_daemoncheck_cgi.dpatch by Alexander Wirt <formorer at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' icinga-1.0.2~/cgi/cgiutils.c icinga-1.0.2/cgi/cgiutils.c
+--- icinga-1.0.2~/cgi/cgiutils.c	2010-06-30 11:13:42.000000000 +0200
++++ icinga-1.0.2/cgi/cgiutils.c	2010-06-30 16:56:24.000000000 +0200
+@@ -585,11 +585,6 @@
+ 	if(options & READ_SERVICE_STATUS)
+ 		service_status_has_been_read=TRUE;
+ 
+-        /* return error if daemon is not running */
+-        if(check_daemon_running()==ERROR) {
+-                return ERROR;
+-        }
+-
+ 	return result;
+         }
+ 

-- 
debian packaging of icinga(-core)



More information about the Pkg-nagios-changes mailing list