[Pkg-nagios-changes] [pkg-nagios] r987 - in nagios2/trunk/debian: .
patches
Marc Haber
zugschlus at costa.debian.org
Sat Sep 9 14:45:11 UTC 2006
Author: zugschlus
Date: 2006-09-09 14:45:10 +0000 (Sat, 09 Sep 2006)
New Revision: 987
Added:
nagios2/trunk/debian/patches/20_submit_check_result_386152.dpatch
Modified:
nagios2/trunk/debian/changelog
Log:
* Fix wrong path to nagios.cmd in
/usr/share/nagios2/plugins/eventhandlers/submit_check_result.
Thanks to Richard A Nelson. Closes: #386152
Modified: nagios2/trunk/debian/changelog
===================================================================
--- nagios2/trunk/debian/changelog 2006-09-02 21:04:24 UTC (rev 986)
+++ nagios2/trunk/debian/changelog 2006-09-09 14:45:10 UTC (rev 987)
@@ -1,8 +1,11 @@
nagios2 (2.5-1.0) UNRELEASED; urgency=low
* NOT RELEASED YET
+ * Fix wrong path to nagios.cmd in
+ /usr/share/nagios2/plugins/eventhandlers/submit_check_result.
+ Thanks to Richard A Nelson. Closes: #386152
- -- Marc Haber <mh+debian-packages at zugschlus.de> Wed, 16 Aug 2006 10:46:27 +0000
+ -- Marc Haber <mh+debian-packages at zugschlus.de> Sat, 9 Sep 2006 16:44:27 +0200
nagios2 (2.5-1) unstable; urgency=low
Added: nagios2/trunk/debian/patches/20_submit_check_result_386152.dpatch
===================================================================
--- nagios2/trunk/debian/patches/20_submit_check_result_386152.dpatch (rev 0)
+++ nagios2/trunk/debian/patches/20_submit_check_result_386152.dpatch 2006-09-09 14:45:10 UTC (rev 987)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 20_submit_check_result_386152.dpatch by Marc Haber <mh+debian-packages at zugschlus.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: fix wrong path in contrib/eventhandlers/submit_check_result
+
+ at DPATCH@
+diff -urNad nagios2~/contrib/eventhandlers/submit_check_result nagios2/contrib/eventhandlers/submit_check_result
+--- nagios2~/contrib/eventhandlers/submit_check_result 2002-02-26 05:03:37.000000000 +0100
++++ nagios2/contrib/eventhandlers/submit_check_result 2006-09-09 16:43:53.945631182 +0200
+@@ -24,7 +24,7 @@
+
+ echocmd="/bin/echo"
+
+-CommandFile="/usr/local/nagios/var/rw/nagios.cmd"
++CommandFile="/var/lib/nagios2/rw/nagios.cmd"
+
+ # get the current date/time in seconds since UNIX epoch
+ datetime=`date +%s`
Property changes on: nagios2/trunk/debian/patches/20_submit_check_result_386152.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-nagios-changes
mailing list