[Pkg-nagios-changes] nagios-plugins/debian/patches 15_check_mrtg_wtf_conditionals.dpatch, 1.1, 1.2

seanius at haydn.debian.org seanius at haydn.debian.org
Wed Oct 26 21:22:56 UTC 2005


Update of /cvsroot/pkg-nagios/nagios-plugins/debian/patches
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv23721/debian/patches

Modified Files:
	15_check_mrtg_wtf_conditionals.dpatch 
Log Message:
yet another fix to check_mrtg, and time to roll this one out the door.


Index: 15_check_mrtg_wtf_conditionals.dpatch
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios-plugins/debian/patches/15_check_mrtg_wtf_conditionals.dpatch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 15_check_mrtg_wtf_conditionals.dpatch	9 Oct 2005 15:45:40 -0000	1.1
+++ 15_check_mrtg_wtf_conditionals.dpatch	26 Oct 2005 21:22:53 -0000	1.2
@@ -7,8 +7,15 @@
 @DPATCH@
 diff -urNad nagios-plugins~/plugins/check_mrtg.c nagios-plugins/plugins/check_mrtg.c
 --- nagios-plugins~/plugins/check_mrtg.c	2004-12-26 00:17:44.000000000 +0100
-+++ nagios-plugins/plugins/check_mrtg.c	2005-10-09 17:37:48.000000000 +0200
-@@ -49,7 +49,6 @@
++++ nagios-plugins/plugins/check_mrtg.c	2005-10-26 23:15:37.000000000 +0200
+@@ -43,13 +43,12 @@
+ int
+ main (int argc, char **argv)
+ {
+-	int result = STATE_UNKNOWN;
++	int result = STATE_OK;
+ 	FILE *fp;
+ 	int line;
  	char input_buffer[MAX_INPUT_BUFFER];
  	char *temp_buffer;
  	time_t current_time;




More information about the Pkg-nagios-changes mailing list