[Pkg-nagios-devel] nagios/patches 9999_nsca_pathfix.dpatch,1.2,1.3
seanius@haydn.debian.org
seanius@haydn.debian.org
Update of /cvsroot/pkg-nagios/nagios/patches
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv29861/patches
Modified Files:
9999_nsca_pathfix.dpatch
Log Message:
correct path to printf
Index: 9999_nsca_pathfix.dpatch
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios/patches/9999_nsca_pathfix.dpatch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- 9999_nsca_pathfix.dpatch 6 Dec 2004 23:38:57 -0000 1.2
+++ 9999_nsca_pathfix.dpatch 16 Apr 2005 05:13:32 -0000 1.3
@@ -5,9 +5,9 @@
## DP: 9999_nsca_pathfix: fix for #282591
@DPATCH@
-diff -urNad nagios-1.3/contrib/eventhandlers/distributed-monitoring/obsessive_svc_handler /home/seanius/tmp/dpep.VqnkWQ/nagios-1.3/contrib/eventhandlers/distributed-monitoring/obsessive_svc_handler
---- nagios-1.3/contrib/eventhandlers/distributed-monitoring/obsessive_svc_handler 2002-02-25 23:03:37.000000000 -0500
-+++ /home/seanius/tmp/dpep.VqnkWQ/nagios-1.3/contrib/eventhandlers/distributed-monitoring/obsessive_svc_handler 2004-12-06 18:20:20.000000000 -0500
+diff -urNad nagios-1.3-cvs.20050402/contrib/eventhandlers/distributed-monitoring/obsessive_svc_handler /home/seanius/tmp/dpep.DuPxhJ/nagios-1.3-cvs.20050402/contrib/eventhandlers/distributed-monitoring/obsessive_svc_handler
+--- nagios-1.3-cvs.20050402/contrib/eventhandlers/distributed-monitoring/obsessive_svc_handler 2005-04-16 00:40:21.354573041 -0400
++++ /home/seanius/tmp/dpep.DuPxhJ/nagios-1.3-cvs.20050402/contrib/eventhandlers/distributed-monitoring/obsessive_svc_handler 2005-04-16 01:08:25.251370843 -0400
@@ -21,7 +21,7 @@
#
@@ -17,12 +17,15 @@
# Convert the state string to the corresponding return code
return_code=-1
-diff -urNad nagios-1.3/contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca /home/seanius/tmp/dpep.VqnkWQ/nagios-1.3/contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca
---- nagios-1.3/contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca 2004-12-06 18:17:43.000000000 -0500
-+++ /home/seanius/tmp/dpep.VqnkWQ/nagios-1.3/contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca 2004-12-06 18:17:43.000000000 -0500
-@@ -28,8 +28,8 @@
+diff -urNad nagios-1.3-cvs.20050402/contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca /home/seanius/tmp/dpep.DuPxhJ/nagios-1.3-cvs.20050402/contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca
+--- nagios-1.3-cvs.20050402/contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca 2005-04-16 00:40:21.354573041 -0400
++++ /home/seanius/tmp/dpep.DuPxhJ/nagios-1.3-cvs.20050402/contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca 2005-04-16 01:10:31.442224766 -0400
+@@ -26,10 +26,10 @@
+ # IP address of the central server that has the nsca
+ # daemon running.
- printfcmd="/usr/bin/printf"
+-printfcmd="/bin/printf"
++printfcmd="/usr/bin/printf"
-NscaBin="/usr/local/nagios/libexec/send_nsca"
-NscaCfg="/usr/local/nagios/etc/send_nsca.cfg"