[Pkg-nagios-changes] [pkg-nsca] 15/25: Add patch to fix spelling errors.

Bas Couwenberg sebastic at debian.org
Mon Dec 5 07:08:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pkg-nsca.

commit 0bb53d66f697a54a89254146aebcae94acd1a039
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Dec 4 21:11:57 2016 +0100

    Add patch to fix spelling errors.
---
 debian/changelog                        |  1 +
 debian/patches/05_spelling-errors.patch | 15 +++++++++++++++
 debian/patches/series                   |  1 +
 debian/send_nsca.1                      |  2 +-
 4 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 59c7859..d6a0fff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ nsca (2.9.1-4) UNRELEASED; urgency=medium
   * Add gbp.conf to use pristine-tar by default.
   * Use dh-autoreconf for retooling.
   * Use dh_auto_configure instead of configure directly.
+  * Add patch to fix spelling errors.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 04 Dec 2016 00:04:22 +0100
 
diff --git a/debian/patches/05_spelling-errors.patch b/debian/patches/05_spelling-errors.patch
new file mode 100644
index 0000000..4c644b8
--- /dev/null
+++ b/debian/patches/05_spelling-errors.patch
@@ -0,0 +1,15 @@
+Description: Fix spelling errors.
+ * overriden -> overridden
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/src/send_nsca.c
++++ b/src/send_nsca.c
+@@ -111,7 +111,7 @@ int main(int argc, char **argv){
+ 		printf("This utility is used to send passive check results to the NSCA daemon.  Host and\n");
+ 		printf("Service check data that is to be sent to the NSCA daemon is read from standard\n");
+ 		printf("input. Input should be provided in the following format (tab-delimited unless\n");
+-		printf("overriden with -d command line argument, one entry per line):\n");
++		printf("overridden with -d command line argument, one entry per line):\n");
+ 		printf("\n");
+ 		printf("Service Checks:\n");
+ 		printf("<host_name>[tab]<svc_description>[tab]<return_code>[tab]<plugin_output>[newline]\n\n");
diff --git a/debian/patches/series b/debian/patches/series
index cc6df4d..df3edbb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 02_nsca_foreground.patch
 03_errors_to_stderr.patch
 04_nsca.cfg_nagios_vs_nagios.patch
+05_spelling-errors.patch
diff --git a/debian/send_nsca.1 b/debian/send_nsca.1
index 0392254..2b45591 100644
--- a/debian/send_nsca.1
+++ b/debian/send_nsca.1
@@ -12,7 +12,7 @@ send_nsca \- send passive check results to an NSCA daemon
 This utility is used to send passive check results to the NSCA daemon.
 Host and Service check data that is to be sent to the NSCA daemon is
 read from standard input. Input should be provided in the following
-format (tab\-delimited unless overriden with \-d command line argument,
+format (tab\-delimited unless overridden with \-d command line argument,
 one entry per line):
 .TP
 Service Checks

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nsca.git



More information about the Pkg-nagios-changes mailing list