[Pkg-nagios-changes] [pkg-nagios-plugins] 246/413: update patch

Jan Wagner waja at moszumanska.debian.org
Tue Nov 26 23:13:28 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 a455dd188bcd83b8aa3dd64630dad7b0229d7fd1
Author: Jan Wagner <waja at cyconet.org>
Date:   Mon Apr 12 14:39:40 2010 +0000

    update patch
---
 debian/patches/33_fix_emb_check_disk_smb.dpatch | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/patches/33_fix_emb_check_disk_smb.dpatch b/debian/patches/33_fix_emb_check_disk_smb.dpatch
index d4ccd24..49e3cdd 100644
--- a/debian/patches/33_fix_emb_check_disk_smb.dpatch
+++ b/debian/patches/33_fix_emb_check_disk_smb.dpatch
@@ -6,10 +6,10 @@
 ## DP: Upstream bug is: https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1985338&group_id=29880
 
 @DPATCH@
-diff -urNad nagios-plugins-1.4.12~/plugins-scripts/check_disk_smb.pl nagios-plugins-1.4.12/plugins-scripts/check_disk_smb.pl
---- nagios-plugins-1.4.12~/plugins-scripts/check_disk_smb.pl	2008-06-06 11:57:33.000000000 +0200
-+++ nagios-plugins-1.4.12/plugins-scripts/check_disk_smb.pl	2008-06-06 11:58:03.000000000 +0200
-@@ -65,27 +65,27 @@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' nagios-plugins-1.4.14~/plugins-scripts/check_disk_smb.pl nagios-plugins-1.4.14/plugins-scripts/check_disk_smb.pl
+--- nagios-plugins-1.4.14~/plugins-scripts/check_disk_smb.pl	2010-04-12 16:34:17.000000000 +0200
++++ nagios-plugins-1.4.14/plugins-scripts/check_disk_smb.pl	2010-04-12 16:37:57.000000000 +0200
+@@ -64,26 +64,26 @@
  
  # Options checking
  
@@ -31,7 +31,6 @@ diff -urNad nagios-plugins-1.4.12~/plugins-scripts/check_disk_smb.pl nagios-plug
 -($opt_p) || ($opt_p = shift) || ($opt_p = "");
 +($opt_p) || ($opt_p = shift @ARGV) || ($opt_p = "");
  my $pass = $1 if ($opt_p =~ /(.*)/);
- $pass = "-N" if ($opt_p eq "");
  
 -($opt_w) || ($opt_w = shift) || ($opt_w = 85);
 +($opt_w) || ($opt_w = shift @ARGV) || ($opt_w = 85);

-- 
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