[Pkg-nagios-changes] [pkg-nagios-plugins] 245/413: drop 23_check_smb_password.dpatch

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 3d271b079beb2f6d9c8a7e757523099e7162ed61
Author: Jan Wagner <waja at cyconet.org>
Date:   Sun Apr 11 19:25:23 2010 +0000

    drop 23_check_smb_password.dpatch
---
 debian/changelog                            |  2 +-
 debian/patches/00list                       |  1 -
 debian/patches/23_check_smb_password.dpatch | 17 -----------------
 3 files changed, 1 insertion(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ead72fd..1e33eef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,7 +10,7 @@ nagios-plugins (1.4.14-5) UNRELEASED; urgency=low
       the patch
   * Drop 13_subst.in_again.dpatch and move 38_fix_libexec.dpatch to
     13_subst.in_again.dpatch
-  * Fix 34_fix_smbclient_check_disk_smb.dpatch from reverting changes from
+  * Fix 34_fix_smbclient_check_disk_smb.dpatch and drop
     23_check_smb_password.dpatch, thanks Holger Weiss for notification
 
  -- Jan Wagner <waja at cyconet.org>  Thu, 08 Apr 2010 23:54:05 +0200
diff --git a/debian/patches/00list b/debian/patches/00list
index f87a611..83390b0 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -3,7 +3,6 @@
 13_subst.in_again.dpatch
 18_check_game_cmdline.dpatch
 22_check_smb_hostaddress.dpatch
-23_check_smb_password.dpatch
 32_check_ldap_pointer.dpatch
 33_fix_emb_check_disk_smb.dpatch
 34_fix_smbclient_check_disk_smb.dpatch
diff --git a/debian/patches/23_check_smb_password.dpatch b/debian/patches/23_check_smb_password.dpatch
deleted file mode 100755
index f33ced6..0000000
--- a/debian/patches/23_check_smb_password.dpatch
+++ /dev/null
@@ -1,17 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 23_check_smb_password.dpatch by Alexander Wirt <formorer at debian.org>
-##
-## DP: If there is no password set call smbclient with -N (suppress password prompt, bugs.debian.org/425129)
-
- at DPATCH@
-diff -urNad nagios-plugins-1.4.11~/plugins-scripts/check_disk_smb.pl nagios-plugins-1.4.11/plugins-scripts/check_disk_smb.pl
---- nagios-plugins-1.4.11~/plugins-scripts/check_disk_smb.pl	2008-05-02 07:13:08.000000000 +0200
-+++ nagios-plugins-1.4.11/plugins-scripts/check_disk_smb.pl	2008-05-02 07:15:23.000000000 +0200
-@@ -79,6 +79,7 @@
- 
- ($opt_p) || ($opt_p = shift) || ($opt_p = "");
- my $pass = $1 if ($opt_p =~ /(.*)/);
-+$pass = "-N" if ($opt_p eq "");
- 
- ($opt_w) || ($opt_w = shift) || ($opt_w = 85);
- my $warn = $1 if ($opt_w =~ /^([0-9]{1,2}\%?|100\%?|[0-9]+[kMG])$/);

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