[Nagiosplug-checkins] nagiosplug/plugins utils.c,1.39,1.40

Benoit Mortier opensides at users.sourceforge.net
Fri Dec 3 11:21:06 CET 2004


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1028/plugins

Modified Files:
	utils.c 
Log Message:

removing support fonction
removing warranty from print_revision



Index: utils.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/utils.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- utils.c	2 Dec 2004 16:51:25 -0000	1.39
+++ utils.c	3 Dec 2004 19:20:35 -0000	1.40
@@ -81,16 +81,6 @@
 	exit (STATE_UNKNOWN);
 }
 
-void
-support (void)
-{
-	printf (_("\n\
-Send email to nagios-users at 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 at lists.sourceforge.net\n"));
-}
-
-
 char *
 clean_revstring (const char *revstring)
 {
@@ -110,11 +100,6 @@
 		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 *





More information about the Commits mailing list