From 01e570f4a4e2a2701b6afeaba4eddf91a31fbe45 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 21 Jan 2014 16:19:20 +0100 Subject: Capitalize "Monitoring Plugins" "Monitoring Plugins" is a name. 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 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" 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 @@ #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" 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 @@ #define _UTILS_CMD_ /* - * Header file for monitoring plugins utils_cmd.c + * Header file for Monitoring Plugins utils_cmd.c * * */ 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 @@ 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" 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; 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" 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 @@ -# Utility drawer for monitoring plugins. +# Utility drawer for Monitoring Plugins. # # This will be deprecated soon. Please use Monitoring::Plugin from CPAN # 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 @@ #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") 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 "" #: 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" 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 "" #, 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" 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 "" #: 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" diff --git a/tools/tango b/tools/tango index 0d07b1f..2737166 100755 --- a/tools/tango +++ b/tools/tango @@ -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; -- cgit v0.10-9-g596f