diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 19:20:35 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 19:20:35 (GMT) |
commit | 5d420d68fa25dd1b48d1b3f1a067fb45d98e67c2 (patch) | |
tree | 9ecfa30cfe6b5c1d3aa008a2fdf70110a8f4d4b6 /plugins | |
parent | 694194dd8ab4d9115554f386938d503d60c96e9e (diff) | |
download | monitoring-plugins-5d420d68fa25dd1b48d1b3f1a067fb45d98e67c2.tar.gz |
removing support fonction
removing warranty from print_revision
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@993 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/utils.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/plugins/utils.c b/plugins/utils.c index 1d7c0db..b2948e6 100644 --- a/plugins/utils.c +++ b/plugins/utils.c | |||
@@ -81,16 +81,6 @@ usage4 (const char *msg) | |||
81 | exit (STATE_UNKNOWN); | 81 | exit (STATE_UNKNOWN); |
82 | } | 82 | } |
83 | 83 | ||
84 | void | ||
85 | support (void) | ||
86 | { | ||
87 | printf (_("\n\ | ||
88 | Send email to nagios-users@lists.sourceforge.net if you have questions\n\ | ||
89 | regarding use of this software. To submit patches or suggest improvements,\n\ | ||
90 | send email to nagiosplug-devel@lists.sourceforge.net\n")); | ||
91 | } | ||
92 | |||
93 | |||
94 | char * | 84 | char * |
95 | clean_revstring (const char *revstring) | 85 | clean_revstring (const char *revstring) |
96 | { | 86 | { |
@@ -110,11 +100,6 @@ print_revision (const char *command_name, const char *revision_string) | |||
110 | strncpy (plugin_revision, "N/A", STRLEN); | 100 | strncpy (plugin_revision, "N/A", STRLEN); |
111 | printf ("%s (%s %s) %s\n", | 101 | printf ("%s (%s %s) %s\n", |
112 | command_name, PACKAGE, VERSION, plugin_revision); | 102 | command_name, PACKAGE, VERSION, plugin_revision); |
113 | printf (_("\ | ||
114 | The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n\ | ||
115 | copies of the plugins under the terms of the GNU General Public License.\n\ | ||
116 | For more information about these matters, see the file named COPYING.\n")); | ||
117 | |||
118 | } | 103 | } |
119 | 104 | ||
120 | const char * | 105 | const char * |