[Nagiosplug-checkins] nagiosplug/plugins check_tcp.c,1.54,1.55
Benoit Mortier
opensides at users.sourceforge.net
Fri Dec 3 15:24:06 CET 2004
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins check_dig.c,1.35,1.36 check_disk.c,1.53,1.54 check_dns.c,1.38,1.39 check_dummy.c,1.12,1.13 check_fping.c,1.21,1.22 check_game.c,1.18,1.19 check_hpjd.c,1.27,1.28 check_http.c,1.73,1.74 check_ide-smart.c,1.11,1.12 check_ldap.c,1.25,1.26 check_mrtg.c,1.20,1.21 check_mrtgtraf.c,1.21,1.22 check_nagios.c,1.20,1.21 check_nt.c,1.32,1.33 check_nwstat.c,1.24,1.25 check_overcr.c,1.15,1.16 check_pgsql.c,1.27,1.28 check_procs.c,1.38,1.39 check_radius.c,1.18,1.19 check_real.c,1.21,1.22 check_smtp.c,1.35,1.36 check_snmp.c,1.46,1.47 check_swap.c,1.38,1.39 check_tcp.c,1.53,1.54 check_time.c,1.21,1.22 check_udp.c,1.21,1.22 check_ups.c,1.23,1.24
- Next message: [Nagiosplug-checkins] nagiosplug/po nagios-plugins.pot,NONE,1.1 de.po,1.6,1.7 fr.po,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25897/plugins
Modified Files:
check_tcp.c
Log Message:
check_tcp parenthesis bug, header fix for po files
Index: check_tcp.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_tcp.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- check_tcp.c 3 Dec 2004 23:02:04 -0000 1.54
+++ check_tcp.c 3 Dec 2004 23:23:25 -0000 1.55
@@ -739,7 +739,7 @@
{
print_revision (progname, revision);
- printf ("Copyright (c) 1999 Ethan Galstad <nagios at nagios.org>\n"));
+ printf ("Copyright (c) 1999 Ethan Galstad <nagios at nagios.org>\n");
printf (COPYRIGHT, copyright, email);
printf (_("This plugin tests %s connections with the specified host.\n\n"),
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins check_dig.c,1.35,1.36 check_disk.c,1.53,1.54 check_dns.c,1.38,1.39 check_dummy.c,1.12,1.13 check_fping.c,1.21,1.22 check_game.c,1.18,1.19 check_hpjd.c,1.27,1.28 check_http.c,1.73,1.74 check_ide-smart.c,1.11,1.12 check_ldap.c,1.25,1.26 check_mrtg.c,1.20,1.21 check_mrtgtraf.c,1.21,1.22 check_nagios.c,1.20,1.21 check_nt.c,1.32,1.33 check_nwstat.c,1.24,1.25 check_overcr.c,1.15,1.16 check_pgsql.c,1.27,1.28 check_procs.c,1.38,1.39 check_radius.c,1.18,1.19 check_real.c,1.21,1.22 check_smtp.c,1.35,1.36 check_snmp.c,1.46,1.47 check_swap.c,1.38,1.39 check_tcp.c,1.53,1.54 check_time.c,1.21,1.22 check_udp.c,1.21,1.22 check_ups.c,1.23,1.24
- Next message: [Nagiosplug-checkins] nagiosplug/po nagios-plugins.pot,NONE,1.1 de.po,1.6,1.7 fr.po,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list