diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-21 15:19:20 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-21 15:19:20 (GMT) |
commit | 01e570f4a4e2a2701b6afeaba4eddf91a31fbe45 (patch) | |
tree | 252bfe06acac980fa590acad6b3c43085ddd523e /configure.in | |
parent | 7ee3525423f17cb8269a11e679355733867131e9 (diff) | |
download | monitoring-plugins-01e570f4a4e2a2701b6afeaba4eddf91a31fbe45.tar.gz |
Capitalize "Monitoring Plugins"
"Monitoring Plugins" is a name.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 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 | |||
56 | SCRIPT_TEST=`echo $srcdir/plugins-scripts/t/*.t|sed -e 's,\.*/plugins-scripts/,,g'` | 56 | SCRIPT_TEST=`echo $srcdir/plugins-scripts/t/*.t|sed -e 's,\.*/plugins-scripts/,,g'` |
57 | AC_SUBST(SCRIPT_TEST)dnl | 57 | AC_SUBST(SCRIPT_TEST)dnl |
58 | 58 | ||
59 | 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" | 59 | 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" |
60 | AC_SUBST(WARRANTY) | 60 | AC_SUBST(WARRANTY) |
61 | 61 | ||
62 | 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" | 62 | 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" |