[Pkg-nagios-changes] [SCM] debian packaging of icinga(-core) branch, master, updated. debian/1.7.0-3-3-gfb82081

Alexander Wirt formorer at debian.org
Mon Jun 18 16:22:43 UTC 2012


The following commit has been merged in the master branch:
commit 6e250453bfa78ae9c239a396ad2f4fb021d09031
Author: Alexander Wirt <formorer at debian.org>
Date:   Sat Jun 9 07:50:14 2012 +0200

    Add patch to fix typo in handle-master-proc-event script
    
    Closes: #676586

diff --git a/debian/patches/00list b/debian/patches/00list
index 85a981e..98c43fc 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -2,5 +2,6 @@
 51_commands.cfg-debianize.dpatch
 52_icinga.cfg-debianize.dpatch
 70_fix_eventhandler_paths.dpatch
+80_fix_typos_in_eventhandlers.dpatch
 90_disable_standard_conforming_strings.dpatch
 95_fix_db_upgrade.dpatch
diff --git a/debian/patches/80_fix_typos_in_eventhandlers.dpatch b/debian/patches/80_fix_typos_in_eventhandlers.dpatch
new file mode 100755
index 0000000..2191d17
--- /dev/null
+++ b/debian/patches/80_fix_typos_in_eventhandlers.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 80_fix_typos_in_eventhandlers.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' pkg-icinga~/contrib/eventhandlers/redundancy-scenario1/handle-master-proc-event pkg-icinga/contrib/eventhandlers/redundancy-scenario1/handle-master-proc-event
+--- pkg-icinga~/contrib/eventhandlers/redundancy-scenario1/handle-master-proc-event	2012-06-09 07:47:13.000000000 +0200
++++ pkg-icinga/contrib/eventhandlers/redundancy-scenario1/handle-master-proc-event	2012-06-09 07:48:02.935115129 +0200
+@@ -45,7 +45,7 @@
+ 		# We should go back to being the slave host, 
+ 		# so disable active checks
+ 
+-		`eventhandlerdir/disable_active_service_checks`
++		`$eventhandlerdir/disable_active_service_checks`
+ 		;;
+ 
+ 	esac

-- 
debian packaging of icinga(-core)



More information about the Pkg-nagios-changes mailing list