add missing descriptions

This commit is contained in:
Jan Wagner 2008-03-08 19:47:01 +00:00
parent 8e4a2a1ecb
commit 4f3f873aa3
8 changed files with 9 additions and 7 deletions

3
debian/changelog vendored
View file

@ -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@cyconet.org> Fri, 07 Mar 2008 17:37:49 +0100

View file

@ -1,7 +1,7 @@
#! /bin/sh -e
## 06_checkircd.dpatch by <ultrotter@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

View file

@ -1,7 +1,7 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 13_subst.in_again.dpatch by <seanius@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

View file

@ -1,7 +1,7 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 14_check_log_paths.dpatch by <seanius@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

View file

@ -1,7 +1,7 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 18_check_game_cmdline.dpatch by <seanius@debian.org>
##
## DP: No description.
## DP: Fix usage.
@DPATCH@
diff -urNad nagios-plugins~/plugins/check_game.c nagios-plugins/plugins/check_game.c

View file

@ -1,7 +1,7 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 22_check_smb_hostaddress.dpatch by <seanius@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

View file

@ -1,7 +1,7 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 26-implicit-basename.dpatch by <seanius@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

View file

@ -1,6 +1,7 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 27_check_radius_segfault.dpatch by Yasper Casper <komputnik@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