summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 694194d)
raw | patch | inline | side by side (parent: 694194d)
author | Benoit Mortier <opensides@users.sourceforge.net> | |
Fri, 3 Dec 2004 19:20:35 +0000 (19:20 +0000) | ||
committer | Benoit Mortier <opensides@users.sourceforge.net> | |
Fri, 3 Dec 2004 19:20:35 +0000 (19:20 +0000) |
removing warranty from print_revision
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@993 f882894a-f735-0410-b71e-b25c423dba1c
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@993 f882894a-f735-0410-b71e-b25c423dba1c
plugins/utils.c | patch | blob | history |
diff --git a/plugins/utils.c b/plugins/utils.c
index 1d7c0db668ad1e53251fced58be2d4226e886103..b2948e65688d2050c2ca32f2ab18d569cf104bae 100644 (file)
--- a/plugins/utils.c
+++ b/plugins/utils.c
exit (STATE_UNKNOWN);
}
-void
-support (void)
-{
- printf (_("\n\
-Send email to nagios-users@lists.sourceforge.net if you have questions\n\
-regarding use of this software. To submit patches or suggest improvements,\n\
-send email to nagiosplug-devel@lists.sourceforge.net\n"));
-}
-
-
char *
clean_revstring (const char *revstring)
{
strncpy (plugin_revision, "N/A", STRLEN);
printf ("%s (%s %s) %s\n",
command_name, PACKAGE, VERSION, plugin_revision);
- printf (_("\
-The nagios 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"));
-
}
const char *