mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-21 18:10:06 -04:00
Capitalize "Monitoring Plugins"
"Monitoring Plugins" is a name.
This commit is contained in:
parent
7ee3525423
commit
01e570f4a4
11 changed files with 12 additions and 12 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#define _UTILS_CMD_
|
||||
|
||||
/*
|
||||
* Header file for monitoring plugins utils_cmd.c
|
||||
* Header file for Monitoring Plugins utils_cmd.c
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
2
po/de.po
2
po/de.po
|
|
@ -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"
|
||||
|
|
|
|||
2
po/fr.po
2
po/fr.po
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue