Capitalize "Monitoring Plugins"

"Monitoring Plugins" is a name.
This commit is contained in:
Holger Weiss 2014-01-21 16:19:20 +01:00
parent 7ee3525423
commit 01e570f4a4
11 changed files with 12 additions and 12 deletions

View file

@ -56,7 +56,7 @@ AC_SUBST(PLUGIN_TEST)dnl
SCRIPT_TEST=`echo $srcdir/plugins-scripts/t/*.t|sed -e 's,\.*/plugins-scripts/,,g'`
AC_SUBST(SCRIPT_TEST)dnl
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"
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"
AC_SUBST(WARRANTY)
SUPPORT="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"

View file

@ -1,6 +1,6 @@
#ifndef _UTILS_BASE_
#define _UTILS_BASE_
/* Header file for monitoring plugins utils_base.c */
/* Header file for Monitoring Plugins utils_base.c */
#include "sha1.h"

View file

@ -2,7 +2,7 @@
#define _UTILS_CMD_
/*
* Header file for monitoring plugins utils_cmd.c
* Header file for Monitoring Plugins utils_cmd.c
*
*
*/

View file

@ -1,6 +1,6 @@
PKG="NGOSplugin"
NAME="monitoring-plugins"
DESC="Network monitoring plugins for Nagios and compatible"
DESC="Network Monitoring Plugins for Nagios and compatible"
ARCH="@PKG_ARCH@"
VERSION="@PACKAGE_VERSION@,REV=@REV_DATESTAMP@"
CATEGORY="application"

View file

@ -42,7 +42,7 @@ char *progname;
const char *copyright = "2005-2008";
const char *email = "devel@monitoring-plugins.org";
/** monitoring plugins basic includes */
/** Monitoring Plugins basic includes */
#include "common.h"
#include "netutils.h"
#include "utils.h"

View file

@ -1,4 +1,4 @@
# Utility drawer for monitoring plugins.
# Utility drawer for Monitoring Plugins.
#
# This will be deprecated soon. Please use Monitoring::Plugin from CPAN
# for new plugins

View file

@ -1,6 +1,6 @@
#ifndef NP_UTILS_H
#define NP_UTILS_H
/* Header file for monitoring plugins utils.c */
/* Header file for Monitoring Plugins utils.c */
/* This file should be included in all plugins */
@ -203,7 +203,7 @@ use of this software. To submit patches or suggest improvements, send email\n\
to devel@monitoring-plugins.org\n\n")
#define UT_NOWARRANTY _("\n\
The monitoring plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n\
The Monitoring Plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n\
copies of the plugins under the terms of the GNU General Public License.\n\
For more information about these matters, see the file named COPYING.\n")

View file

@ -5772,7 +5772,7 @@ msgstr ""
#: plugins/utils.h:200
msgid ""
"\n"
"The monitoring plugins come with ABSOLUTELY NO WARRANTY. You may "
"The Monitoring Plugins come with ABSOLUTELY NO WARRANTY. You may "
"redistribute\n"
"copies of the plugins under the terms of the GNU General Public License.\n"
"For more information about these matters, see the file named COPYING.\n"

View file

@ -5933,7 +5933,7 @@ msgstr ""
#, fuzzy
msgid ""
"\n"
"The monitoring plugins come with ABSOLUTELY NO WARRANTY. You may "
"The Monitoring Plugins come with ABSOLUTELY NO WARRANTY. You may "
"redistribute\n"
"copies of the plugins under the terms of the GNU General Public License.\n"
"For more information about these matters, see the file named COPYING.\n"

View file

@ -5619,7 +5619,7 @@ msgstr ""
#: plugins/utils.h:200
msgid ""
"\n"
"The monitoring plugins come with ABSOLUTELY NO WARRANTY. You may "
"The Monitoring Plugins come with ABSOLUTELY NO WARRANTY. You may "
"redistribute\n"
"copies of the plugins under the terms of the GNU General Public License.\n"
"For more information about these matters, see the file named COPYING.\n"

View file

@ -16,7 +16,7 @@ $REVISION =~ s/ \$ $//;
my $PACKAGE = 'Monitoring Plugins';
my $RELEASE = '1.3';
my $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";
my $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";
my $version = undef;
my $help = undef;