Преглед на файлове

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

Benoit Mortier преди 21 години
родител
ревизия
5d420d68fa
променени са 1 файла, в които са добавени 0 реда и са изтрити 15 реда
  1. 0 15
      plugins/utils.c

+ 0 - 15
plugins/utils.c

@@ -81,16 +81,6 @@ usage4 (const char *msg)
 	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)
 {
@@ -110,11 +100,6 @@ print_revision (const char *command_name, const char *revision_string)
 		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 *