[Pkg-nagios-changes] [pkg-nagios-plugins] 212/413: added patch accidential

Jan Wagner waja at moszumanska.debian.org
Tue Nov 26 23:13:24 UTC 2013


This is an automated email from the git hooks/post-receive script.

waja pushed a commit to branch master
in repository pkg-nagios-plugins.

commit 84277e723b9088c71610b979f8675d1071431212
Author: Jan Wagner <waja at cyconet.org>
Date:   Sat Jan 23 12:17:43 2010 +0000

    added patch accidential
---
 debian/patches/01_check_apt_return_unknown.dpatch | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/debian/patches/01_check_apt_return_unknown.dpatch b/debian/patches/01_check_apt_return_unknown.dpatch
deleted file mode 100644
index 0661812..0000000
--- a/debian/patches/01_check_apt_return_unknown.dpatch
+++ /dev/null
@@ -1,17 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_check_apt_return_unknown.dpatch by Jan Wagner <waja at cyconet.org>
-##
-## DP: Return UNKNOWN, if we don't know what happens (#498812)
-
- at DPATCH@
---- nagios-plugins-1.4.14~/plugins/check_apt.c	2009-10-16 00:20:03.000000000 +0200
-+++ nagios-plugins-1.4.14/plugins/check_apt.c	2009-10-16 00:20:38.000000000 +0200
-@@ -291,7 +291,7 @@
- 	/* If we get anything on stderr, at least set warning */
- 	if(chld_err.buflen){
- 		stderr_warning=1;
--		result = max_state(result, STATE_WARNING);
-+		result = max_state_alt(result, STATE_UNKNOWN);
- 		if(verbose){
- 			for(i = 0; i < chld_err.lines; i++) {
- 				fprintf(stderr, "%s\n", chld_err.line[i]);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git



More information about the Pkg-nagios-changes mailing list