remove senseless comments

This commit is contained in:
Jan Wagner 2008-03-08 08:25:27 +00:00
parent 6baa70b1e6
commit 8e4a2a1ecb
14 changed files with 1 additions and 13 deletions

1
debian/changelog vendored
View file

@ -1,6 +1,7 @@
nagios-plugins (1.4.11-3) UNRELEASED; urgency=low
* remove unneeded debhelper scripts from rules
* remove senseless comments from patches
-- Jan Wagner <waja@cyconet.org> Fri, 07 Mar 2008 17:37:49 +0100

View file

@ -1,7 +1,6 @@
#!/bin/sh -e
## 02_utilspm.dpatch by Guido Trotter <ultrotter@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Correct utils.pm script to begin with #!/usr/bin/perl
if [ $# -lt 1 ]; then

View file

@ -1,7 +1,6 @@
#! /bin/sh -e
## 06_checkircd.dpatch by <ultrotter@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
if [ $# -lt 1 ]; then

View file

@ -1,7 +1,6 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 13_subst.in_again.dpatch by <seanius@localhost.localdomain>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@

View file

@ -1,7 +1,6 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 14_check_log_paths.dpatch by <seanius@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@

View file

@ -1,7 +1,6 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 18_check_game_cmdline.dpatch by <seanius@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@

View file

@ -1,7 +1,6 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 22_check_smb_hostaddress.dpatch by <seanius@localhost.localdomain>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@

View file

@ -1,7 +1,6 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 26-implicit-basename.dpatch by <seanius@localhost.localdomain>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@

View file

@ -1,7 +1,6 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 28_check_pgsql_include_for_8.3.dpatch by Jan Wagner <waja@cyconet.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: include pg_config_manual.h since NAMEDATALEN definition moved there with psql 8.3
@DPATCH@

View file

@ -1,7 +1,6 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 29_check_ntp_fixsefault_deprecate.dpatch by Thomas Guyot-Sionnest <dermoth@aei.ca>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix check_ntp_time and check_ntp segfault, add deprecate hints
@DPATCH@

View file

@ -1,7 +1,6 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 30_fix_check_ntp_options.dpatch by Jan Wagner <waja@cyconet.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix options for check_ntp_time and check_ntp_peer
@DPATCH@

View file

@ -1,7 +1,6 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 31_check_disk_local_option.dpatch by Jan Wagner <waja@cyconet.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix local option for check_disk
@DPATCH@

View file

@ -2,7 +2,6 @@
## 32_check_ldap_pointer.dpatch by Jan Wagner <waja@cyconet.org>
## patch provided by dann frazier <dannf@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Using deprecated interfaces of libldap API
@DPATCH@

View file

@ -2,7 +2,6 @@
## 50_misc_typos.dpatch by <andy@andrewprice.me.uk> modified for 1.4.10 by
## Jan Wagner <waja@cyconet.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: This patch fixes various typos and grammatical errors in plugins/*.c.
## DP: It is based on Malcolm Parsons' patch posted at https://launchpad.net/bugs/64595