[Pkg-nagios-changes] [pkg-nagios] r1372 - in nagios-plugins/trunk/debian: . patches

Jan Wagner waja-guest at alioth.debian.org
Sat Mar 8 19:47:01 UTC 2008


Author: waja-guest
Date: 2008-03-08 19:47:01 +0000 (Sat, 08 Mar 2008)
New Revision: 1372

Modified:
   nagios-plugins/trunk/debian/changelog
   nagios-plugins/trunk/debian/patches/06_checkircd.dpatch
   nagios-plugins/trunk/debian/patches/13_subst.in_again.dpatch
   nagios-plugins/trunk/debian/patches/14_check_log_paths.dpatch
   nagios-plugins/trunk/debian/patches/18_check_game_cmdline.dpatch
   nagios-plugins/trunk/debian/patches/22_check_smb_hostaddress.dpatch
   nagios-plugins/trunk/debian/patches/26_implicit-basename.dpatch
   nagios-plugins/trunk/debian/patches/27_check_radius_segfault.dpatch
Log:
add missing descriptions

Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog	2008-03-08 08:25:27 UTC (rev 1371)
+++ nagios-plugins/trunk/debian/changelog	2008-03-08 19:47:01 UTC (rev 1372)
@@ -1,7 +1,8 @@
 nagios-plugins (1.4.11-3) UNRELEASED; urgency=low
 
-  * remove unneeded debhelper scripts from rules 
+  * remove unneeded debhelper scripts from rules
   * remove senseless comments from patches
+  * add missing descriptions to patches 
 
  -- Jan Wagner <waja at cyconet.org>  Fri, 07 Mar 2008 17:37:49 +0100
 

Modified: nagios-plugins/trunk/debian/patches/06_checkircd.dpatch
===================================================================
--- nagios-plugins/trunk/debian/patches/06_checkircd.dpatch	2008-03-08 08:25:27 UTC (rev 1371)
+++ nagios-plugins/trunk/debian/patches/06_checkircd.dpatch	2008-03-08 19:47:01 UTC (rev 1372)
@@ -1,7 +1,7 @@
 #! /bin/sh -e
 ## 06_checkircd.dpatch by  <ultrotter at debian.org>
 ##
-## DP: No description.
+## DP: Make it working on multihomed host, by choosing the kernel the correct interface
 
 if [ $# -lt 1 ]; then
     echo "`basename $0`: script expects -patch|-unpatch as argument" >&2

Modified: nagios-plugins/trunk/debian/patches/13_subst.in_again.dpatch
===================================================================
--- nagios-plugins/trunk/debian/patches/13_subst.in_again.dpatch	2008-03-08 08:25:27 UTC (rev 1371)
+++ nagios-plugins/trunk/debian/patches/13_subst.in_again.dpatch	2008-03-08 19:47:01 UTC (rev 1372)
@@ -1,7 +1,7 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 13_subst.in_again.dpatch by  <seanius at localhost.localdomain>
 ##
-## DP: No description.
+## DP: Use /usr/lib/nagios/plugins as path.
 
 @DPATCH@
 diff -urNad sid2~/plugins-scripts/subst.in sid2/plugins-scripts/subst.in

Modified: nagios-plugins/trunk/debian/patches/14_check_log_paths.dpatch
===================================================================
--- nagios-plugins/trunk/debian/patches/14_check_log_paths.dpatch	2008-03-08 08:25:27 UTC (rev 1371)
+++ nagios-plugins/trunk/debian/patches/14_check_log_paths.dpatch	2008-03-08 19:47:01 UTC (rev 1372)
@@ -1,7 +1,7 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 14_check_log_paths.dpatch by  <seanius at debian.org>
 ##
-## DP: No description.
+## DP: Use correct absolut path.
 
 @DPATCH@
 diff -urNad nagios-plugins~/plugins-scripts/check_log.sh nagios-plugins/plugins-scripts/check_log.sh

Modified: nagios-plugins/trunk/debian/patches/18_check_game_cmdline.dpatch
===================================================================
--- nagios-plugins/trunk/debian/patches/18_check_game_cmdline.dpatch	2008-03-08 08:25:27 UTC (rev 1371)
+++ nagios-plugins/trunk/debian/patches/18_check_game_cmdline.dpatch	2008-03-08 19:47:01 UTC (rev 1372)
@@ -1,7 +1,7 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 18_check_game_cmdline.dpatch by  <seanius at debian.org>
 ##
-## DP: No description.
+## DP: Fix usage.
 
 @DPATCH@
 diff -urNad nagios-plugins~/plugins/check_game.c nagios-plugins/plugins/check_game.c

Modified: nagios-plugins/trunk/debian/patches/22_check_smb_hostaddress.dpatch
===================================================================
--- nagios-plugins/trunk/debian/patches/22_check_smb_hostaddress.dpatch	2008-03-08 08:25:27 UTC (rev 1371)
+++ nagios-plugins/trunk/debian/patches/22_check_smb_hostaddress.dpatch	2008-03-08 19:47:01 UTC (rev 1372)
@@ -1,7 +1,7 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 22_check_smb_hostaddress.dpatch by  <seanius at localhost.localdomain>
 ##
-## DP: No description.
+## DP: Allow checking disk usage via host addresses.
 
 @DPATCH@
 diff -urNad sid~/plugins-scripts/check_disk_smb.pl sid/plugins-scripts/check_disk_smb.pl

Modified: nagios-plugins/trunk/debian/patches/26_implicit-basename.dpatch
===================================================================
--- nagios-plugins/trunk/debian/patches/26_implicit-basename.dpatch	2008-03-08 08:25:27 UTC (rev 1371)
+++ nagios-plugins/trunk/debian/patches/26_implicit-basename.dpatch	2008-03-08 19:47:01 UTC (rev 1372)
@@ -1,7 +1,7 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 26-implicit-basename.dpatch by  <seanius at localhost.localdomain>
 ##
-## DP: No description.
+## DP: Fix for implicit definition of basename function.
 
 @DPATCH@
 diff -urNad nagios-plugins-1.4.4~/plugins/check_procs.c nagios-plugins-1.4.4/plugins/check_procs.c

Modified: nagios-plugins/trunk/debian/patches/27_check_radius_segfault.dpatch
===================================================================
--- nagios-plugins/trunk/debian/patches/27_check_radius_segfault.dpatch	2008-03-08 08:25:27 UTC (rev 1371)
+++ nagios-plugins/trunk/debian/patches/27_check_radius_segfault.dpatch	2008-03-08 19:47:01 UTC (rev 1372)
@@ -1,6 +1,7 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 27_check_radius_segfault.dpatch by Yasper Casper <komputnik at gmail.com>
 ##
+## DP: Fix for segfaulting check_radius plugin.
 
 @DPATCH@
 diff -urNad nagios-plugins-1.4.5~/plugins/check_radius.c nagios-plugins-1.4.5/plugins/check_radius.c




More information about the Pkg-nagios-changes mailing list