summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in2
-rw-r--r--lib/utils_base.h2
-rw-r--r--lib/utils_cmd.h2
-rw-r--r--pkg/solaris/pkginfo.in2
-rw-r--r--plugins-root/check_icmp.c2
-rw-r--r--plugins-scripts/utils.pm.in2
-rw-r--r--plugins/utils.h4
-rw-r--r--po/de.po2
-rw-r--r--po/fr.po2
-rw-r--r--po/monitoring-plugins.pot2
-rwxr-xr-xtools/tango2
11 files changed, 12 insertions, 12 deletions
diff --git a/configure.in b/configure.in
index c050611..686a590 100644
--- a/configure.in
+++ b/configure.in
@@ -56,7 +56,7 @@ AC_SUBST(PLUGIN_TEST)dnl
56SCRIPT_TEST=`echo $srcdir/plugins-scripts/t/*.t|sed -e 's,\.*/plugins-scripts/,,g'` 56SCRIPT_TEST=`echo $srcdir/plugins-scripts/t/*.t|sed -e 's,\.*/plugins-scripts/,,g'`
57AC_SUBST(SCRIPT_TEST)dnl 57AC_SUBST(SCRIPT_TEST)dnl
58 58
59WARRANTY="The monitoring plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\ncopies of the plugins under the terms of the GNU General Public License.\nFor more information about these matters, see the file named COPYING.\n" 59WARRANTY="The Monitoring Plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\ncopies of the plugins under the terms of the GNU General Public License.\nFor more information about these matters, see the file named COPYING.\n"
60AC_SUBST(WARRANTY) 60AC_SUBST(WARRANTY)
61 61
62SUPPORT="Send email to help@monitoring-plugins.org if you have questions regarding use\nof this software. To submit patches or suggest improvements, send email to\ndevel@monitoring-plugins.org. Please include version information with all\ncorrespondence (when possible, use output from the --version option of the\nplugin itself).\n" 62SUPPORT="Send email to help@monitoring-plugins.org if you have questions regarding use\nof this software. To submit patches or suggest improvements, send email to\ndevel@monitoring-plugins.org. Please include version information with all\ncorrespondence (when possible, use output from the --version option of the\nplugin itself).\n"
diff --git a/lib/utils_base.h b/lib/utils_base.h
index 3b00da5..86adecf 100644
--- a/lib/utils_base.h
+++ b/lib/utils_base.h
@@ -1,6 +1,6 @@
1#ifndef _UTILS_BASE_ 1#ifndef _UTILS_BASE_
2#define _UTILS_BASE_ 2#define _UTILS_BASE_
3/* Header file for monitoring plugins utils_base.c */ 3/* Header file for Monitoring Plugins utils_base.c */
4 4
5#include "sha1.h" 5#include "sha1.h"
6 6
diff --git a/lib/utils_cmd.h b/lib/utils_cmd.h
index 36a6ff0..ebaf15b 100644
--- a/lib/utils_cmd.h
+++ b/lib/utils_cmd.h
@@ -2,7 +2,7 @@
2#define _UTILS_CMD_ 2#define _UTILS_CMD_
3 3
4/* 4/*
5 * Header file for monitoring plugins utils_cmd.c 5 * Header file for Monitoring Plugins utils_cmd.c
6 * 6 *
7 * 7 *
8 */ 8 */
diff --git a/pkg/solaris/pkginfo.in b/pkg/solaris/pkginfo.in
index eedd20d..835ce6d 100644
--- a/pkg/solaris/pkginfo.in
+++ b/pkg/solaris/pkginfo.in
@@ -1,6 +1,6 @@
1PKG="NGOSplugin" 1PKG="NGOSplugin"
2NAME="monitoring-plugins" 2NAME="monitoring-plugins"
3DESC="Network monitoring plugins for Nagios and compatible" 3DESC="Network Monitoring Plugins for Nagios and compatible"
4ARCH="@PKG_ARCH@" 4ARCH="@PKG_ARCH@"
5VERSION="@PACKAGE_VERSION@,REV=@REV_DATESTAMP@" 5VERSION="@PACKAGE_VERSION@,REV=@REV_DATESTAMP@"
6CATEGORY="application" 6CATEGORY="application"
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c
index 4c5b332..4b4197d 100644
--- a/plugins-root/check_icmp.c
+++ b/plugins-root/check_icmp.c
@@ -42,7 +42,7 @@ char *progname;
42const char *copyright = "2005-2008"; 42const char *copyright = "2005-2008";
43const char *email = "devel@monitoring-plugins.org"; 43const char *email = "devel@monitoring-plugins.org";
44 44
45/** monitoring plugins basic includes */ 45/** Monitoring Plugins basic includes */
46#include "common.h" 46#include "common.h"
47#include "netutils.h" 47#include "netutils.h"
48#include "utils.h" 48#include "utils.h"
diff --git a/plugins-scripts/utils.pm.in b/plugins-scripts/utils.pm.in
index b25def5..0f53243 100644
--- a/plugins-scripts/utils.pm.in
+++ b/plugins-scripts/utils.pm.in
@@ -1,4 +1,4 @@
1# Utility drawer for monitoring plugins. 1# Utility drawer for Monitoring Plugins.
2# 2#
3# This will be deprecated soon. Please use Monitoring::Plugin from CPAN 3# This will be deprecated soon. Please use Monitoring::Plugin from CPAN
4# for new plugins 4# for new plugins
diff --git a/plugins/utils.h b/plugins/utils.h
index 1f37654..3c039a7 100644
--- a/plugins/utils.h
+++ b/plugins/utils.h
@@ -1,6 +1,6 @@
1#ifndef NP_UTILS_H 1#ifndef NP_UTILS_H
2#define NP_UTILS_H 2#define NP_UTILS_H
3/* Header file for monitoring plugins utils.c */ 3/* Header file for Monitoring Plugins utils.c */
4 4
5/* This file should be included in all plugins */ 5/* This file should be included in all plugins */
6 6
@@ -203,7 +203,7 @@ use of this software. To submit patches or suggest improvements, send email\n\
203to devel@monitoring-plugins.org\n\n") 203to devel@monitoring-plugins.org\n\n")
204 204
205#define UT_NOWARRANTY _("\n\ 205#define UT_NOWARRANTY _("\n\
206The monitoring plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n\ 206The Monitoring Plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n\
207copies of the plugins under the terms of the GNU General Public License.\n\ 207copies of the plugins under the terms of the GNU General Public License.\n\
208For more information about these matters, see the file named COPYING.\n") 208For more information about these matters, see the file named COPYING.\n")
209 209
diff --git a/po/de.po b/po/de.po
index 73aefa6..b9dd8f2 100644
--- a/po/de.po
+++ b/po/de.po
@@ -5772,7 +5772,7 @@ msgstr ""
5772#: plugins/utils.h:200 5772#: plugins/utils.h:200
5773msgid "" 5773msgid ""
5774"\n" 5774"\n"
5775"The monitoring plugins come with ABSOLUTELY NO WARRANTY. You may " 5775"The Monitoring Plugins come with ABSOLUTELY NO WARRANTY. You may "
5776"redistribute\n" 5776"redistribute\n"
5777"copies of the plugins under the terms of the GNU General Public License.\n" 5777"copies of the plugins under the terms of the GNU General Public License.\n"
5778"For more information about these matters, see the file named COPYING.\n" 5778"For more information about these matters, see the file named COPYING.\n"
diff --git a/po/fr.po b/po/fr.po
index 9893b96..0537949 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -5933,7 +5933,7 @@ msgstr ""
5933#, fuzzy 5933#, fuzzy
5934msgid "" 5934msgid ""
5935"\n" 5935"\n"
5936"The monitoring plugins come with ABSOLUTELY NO WARRANTY. You may " 5936"The Monitoring Plugins come with ABSOLUTELY NO WARRANTY. You may "
5937"redistribute\n" 5937"redistribute\n"
5938"copies of the plugins under the terms of the GNU General Public License.\n" 5938"copies of the plugins under the terms of the GNU General Public License.\n"
5939"For more information about these matters, see the file named COPYING.\n" 5939"For more information about these matters, see the file named COPYING.\n"
diff --git a/po/monitoring-plugins.pot b/po/monitoring-plugins.pot
index 088d8c1..07c1b98 100644
--- a/po/monitoring-plugins.pot
+++ b/po/monitoring-plugins.pot
@@ -5619,7 +5619,7 @@ msgstr ""
5619#: plugins/utils.h:200 5619#: plugins/utils.h:200
5620msgid "" 5620msgid ""
5621"\n" 5621"\n"
5622"The monitoring plugins come with ABSOLUTELY NO WARRANTY. You may " 5622"The Monitoring Plugins come with ABSOLUTELY NO WARRANTY. You may "
5623"redistribute\n" 5623"redistribute\n"
5624"copies of the plugins under the terms of the GNU General Public License.\n" 5624"copies of the plugins under the terms of the GNU General Public License.\n"
5625"For more information about these matters, see the file named COPYING.\n" 5625"For more information about these matters, see the file named COPYING.\n"
diff --git a/tools/tango b/tools/tango
index 0d07b1f..2737166 100755
--- a/tools/tango
+++ b/tools/tango
@@ -16,7 +16,7 @@ $REVISION =~ s/ \$ $//;
16 16
17my $PACKAGE = 'Monitoring Plugins'; 17my $PACKAGE = 'Monitoring Plugins';
18my $RELEASE = '1.3'; 18my $RELEASE = '1.3';
19my $WARRANTY = "The monitoring plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\ncopies of the plugins under the terms of the GNU General Public License.\nFor more information about these matters, see the file named COPYING.\n"; 19my $WARRANTY = "The Monitoring Plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\ncopies of the plugins under the terms of the GNU General Public License.\nFor more information about these matters, see the file named COPYING.\n";
20 20
21my $version = undef; 21my $version = undef;
22my $help = undef; 22my $help = undef;