add missing descriptions
This commit is contained in:
parent
8e4a2a1ecb
commit
4f3f873aa3
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -2,6 +2,7 @@ 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
|
* remove senseless comments from patches
|
||||||
|
* add missing descriptions to patches
|
||||||
|
|
||||||
-- Jan Wagner <waja@cyconet.org> Fri, 07 Mar 2008 17:37:49 +0100
|
-- Jan Wagner <waja@cyconet.org> Fri, 07 Mar 2008 17:37:49 +0100
|
||||||
|
|
||||||
|
|
2
debian/patches/06_checkircd.dpatch
vendored
2
debian/patches/06_checkircd.dpatch
vendored
|
@ -1,7 +1,7 @@
|
||||||
#! /bin/sh -e
|
#! /bin/sh -e
|
||||||
## 06_checkircd.dpatch by <ultrotter@debian.org>
|
## 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
|
if [ $# -lt 1 ]; then
|
||||||
echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
|
echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
|
||||||
|
|
2
debian/patches/13_subst.in_again.dpatch
vendored
2
debian/patches/13_subst.in_again.dpatch
vendored
|
@ -1,7 +1,7 @@
|
||||||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||||
## 13_subst.in_again.dpatch by <seanius@localhost.localdomain>
|
## 13_subst.in_again.dpatch by <seanius@localhost.localdomain>
|
||||||
##
|
##
|
||||||
## DP: No description.
|
## DP: Use /usr/lib/nagios/plugins as path.
|
||||||
|
|
||||||
@DPATCH@
|
@DPATCH@
|
||||||
diff -urNad sid2~/plugins-scripts/subst.in sid2/plugins-scripts/subst.in
|
diff -urNad sid2~/plugins-scripts/subst.in sid2/plugins-scripts/subst.in
|
||||||
|
|
2
debian/patches/14_check_log_paths.dpatch
vendored
2
debian/patches/14_check_log_paths.dpatch
vendored
|
@ -1,7 +1,7 @@
|
||||||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||||
## 14_check_log_paths.dpatch by <seanius@debian.org>
|
## 14_check_log_paths.dpatch by <seanius@debian.org>
|
||||||
##
|
##
|
||||||
## DP: No description.
|
## DP: Use correct absolut path.
|
||||||
|
|
||||||
@DPATCH@
|
@DPATCH@
|
||||||
diff -urNad nagios-plugins~/plugins-scripts/check_log.sh nagios-plugins/plugins-scripts/check_log.sh
|
diff -urNad nagios-plugins~/plugins-scripts/check_log.sh nagios-plugins/plugins-scripts/check_log.sh
|
||||||
|
|
2
debian/patches/18_check_game_cmdline.dpatch
vendored
2
debian/patches/18_check_game_cmdline.dpatch
vendored
|
@ -1,7 +1,7 @@
|
||||||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||||
## 18_check_game_cmdline.dpatch by <seanius@debian.org>
|
## 18_check_game_cmdline.dpatch by <seanius@debian.org>
|
||||||
##
|
##
|
||||||
## DP: No description.
|
## DP: Fix usage.
|
||||||
|
|
||||||
@DPATCH@
|
@DPATCH@
|
||||||
diff -urNad nagios-plugins~/plugins/check_game.c nagios-plugins/plugins/check_game.c
|
diff -urNad nagios-plugins~/plugins/check_game.c nagios-plugins/plugins/check_game.c
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||||
## 22_check_smb_hostaddress.dpatch by <seanius@localhost.localdomain>
|
## 22_check_smb_hostaddress.dpatch by <seanius@localhost.localdomain>
|
||||||
##
|
##
|
||||||
## DP: No description.
|
## DP: Allow checking disk usage via host addresses.
|
||||||
|
|
||||||
@DPATCH@
|
@DPATCH@
|
||||||
diff -urNad sid~/plugins-scripts/check_disk_smb.pl sid/plugins-scripts/check_disk_smb.pl
|
diff -urNad sid~/plugins-scripts/check_disk_smb.pl sid/plugins-scripts/check_disk_smb.pl
|
||||||
|
|
2
debian/patches/26_implicit-basename.dpatch
vendored
2
debian/patches/26_implicit-basename.dpatch
vendored
|
@ -1,7 +1,7 @@
|
||||||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||||
## 26-implicit-basename.dpatch by <seanius@localhost.localdomain>
|
## 26-implicit-basename.dpatch by <seanius@localhost.localdomain>
|
||||||
##
|
##
|
||||||
## DP: No description.
|
## DP: Fix for implicit definition of basename function.
|
||||||
|
|
||||||
@DPATCH@
|
@DPATCH@
|
||||||
diff -urNad nagios-plugins-1.4.4~/plugins/check_procs.c nagios-plugins-1.4.4/plugins/check_procs.c
|
diff -urNad nagios-plugins-1.4.4~/plugins/check_procs.c nagios-plugins-1.4.4/plugins/check_procs.c
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||||
## 27_check_radius_segfault.dpatch by Yasper Casper <komputnik@gmail.com>
|
## 27_check_radius_segfault.dpatch by Yasper Casper <komputnik@gmail.com>
|
||||||
##
|
##
|
||||||
|
## DP: Fix for segfaulting check_radius plugin.
|
||||||
|
|
||||||
@DPATCH@
|
@DPATCH@
|
||||||
diff -urNad nagios-plugins-1.4.5~/plugins/check_radius.c nagios-plugins-1.4.5/plugins/check_radius.c
|
diff -urNad nagios-plugins-1.4.5~/plugins/check_radius.c nagios-plugins-1.4.5/plugins/check_radius.c
|
||||||
|
|
Loading…
Reference in a new issue