[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
- Previous message: [Nagiosplug-checkins] nagiosplug ROADMAP,1.1.1.1,1.2 package.def,1.1.1.1,1.2
- Next message: [Nagiosplug-checkins] nagiosplug/plugins check_by_ssh.c,1.29,1.30 check_dig.c,1.34,1.35 check_disk.c,1.52,1.53 check_dns.c,1.37,1.38 check_dummy.c,1.11,1.12 check_fping.c,1.20,1.21 check_game.c,1.17,1.18 check_hpjd.c,1.26,1.27 check_http.c,1.72,1.73 check_ide-smart.c,1.10,1.11 check_ldap.c,1.24,1.25 check_load.c,1.24,1.25 check_mrtg.c,1.19,1.20 check_mrtgtraf.c,1.20,1.21 check_mysql.c,1.21,1.22 check_nagios.c,1.19,1.20 check_nt.c,1.31,1.32 check_nwstat.c,1.23,1.24 check_overcr.c,1.14,1.15 check_pgsql.c,1.26,1.27 check_ping.c,1.36,1.37 check_procs.c,1.37,1.38 check_radius.c,1.17,1.18 check_real.c,1.20,1.21 check_smtp.c,1.34,1.35 check_snmp.c,1.45,1.46 check_ssh.c,1.23,1.24 check_swap.c,1.37,1.38 check_tcp.c,1.51,1.52 check_time.c,1.20,1.21 check_udp.c,1.20,1.21 check_ups.c,1.22,1.23 check_users.c,1.16,1.17 negate.c,1.21,1.22 urlize.c,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 *
- Previous message: [Nagiosplug-checkins] nagiosplug ROADMAP,1.1.1.1,1.2 package.def,1.1.1.1,1.2
- Next message: [Nagiosplug-checkins] nagiosplug/plugins check_by_ssh.c,1.29,1.30 check_dig.c,1.34,1.35 check_disk.c,1.52,1.53 check_dns.c,1.37,1.38 check_dummy.c,1.11,1.12 check_fping.c,1.20,1.21 check_game.c,1.17,1.18 check_hpjd.c,1.26,1.27 check_http.c,1.72,1.73 check_ide-smart.c,1.10,1.11 check_ldap.c,1.24,1.25 check_load.c,1.24,1.25 check_mrtg.c,1.19,1.20 check_mrtgtraf.c,1.20,1.21 check_mysql.c,1.21,1.22 check_nagios.c,1.19,1.20 check_nt.c,1.31,1.32 check_nwstat.c,1.23,1.24 check_overcr.c,1.14,1.15 check_pgsql.c,1.26,1.27 check_ping.c,1.36,1.37 check_procs.c,1.37,1.38 check_radius.c,1.17,1.18 check_real.c,1.20,1.21 check_smtp.c,1.34,1.35 check_snmp.c,1.45,1.46 check_ssh.c,1.23,1.24 check_swap.c,1.37,1.38 check_tcp.c,1.51,1.52 check_time.c,1.20,1.21 check_udp.c,1.20,1.21 check_ups.c,1.22,1.23 check_users.c,1.16,1.17 negate.c,1.21,1.22 urlize.c,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list