[Nagiosplug-checkins] CVS: nagiosplug/contrib check_dhcp.c,1.4,1.4.2.1 check_procl.sh,1.1,1.1.2.1
Karl DeBisschop
kdebisschop at users.sourceforge.net
Thu Feb 19 21:37:09 CET 2004
- Previous message: [Nagiosplug-checkins] CVS: nagiosplug/contrib check_dhcp.c,1.4,1.5
- Next message: [Nagiosplug-checkins] CVS: nagiosplug/plugins check_snmp.c,1.24.2.2,1.24.2.3 negate.c,1.5.2.2,1.5.2.3 netutils.c,1.1.1.1,1.1.1.1.2.1 urlize.c,1.5.2.1,1.5.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/nagiosplug/contrib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25672/contrib
Modified Files:
Tag: r1_3_0
check_dhcp.c check_procl.sh
Log Message:
spell fix "received"
Index: check_dhcp.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/contrib/check_dhcp.c,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** check_dhcp.c 16 Feb 2003 02:46:40 -0000 1.4
--- check_dhcp.c 20 Feb 2004 05:25:13 -0000 1.4.2.1
***************
*** 471,475 ****
if(!FD_ISSET(sock,&readfds)){
#ifdef DEBUG
! printf("No (more) data recieved\n");
#endif
return ERROR;
--- 471,475 ----
if(!FD_ISSET(sock,&readfds)){
#ifdef DEBUG
! printf("No (more) data received\n");
#endif
return ERROR;
Index: check_procl.sh
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/contrib/check_procl.sh,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** check_procl.sh 4 Jul 2002 22:02:18 -0000 1.1
--- check_procl.sh 20 Feb 2004 05:25:13 -0000 1.1.2.1
***************
*** 398,400 ****
# Hey what are we doing here ???
! exit 3
\ No newline at end of file
--- 398,400 ----
# Hey what are we doing here ???
! exit 3
- Previous message: [Nagiosplug-checkins] CVS: nagiosplug/contrib check_dhcp.c,1.4,1.5
- Next message: [Nagiosplug-checkins] CVS: nagiosplug/plugins check_snmp.c,1.24.2.2,1.24.2.3 negate.c,1.5.2.2,1.5.2.3 netutils.c,1.1.1.1,1.1.1.1.2.1 urlize.c,1.5.2.1,1.5.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list