[Nagiosplug-checkins] CVS: nagiosplug/plugins check_by_ssh.c,1.5,1.6
Karl DeBisschop
kdebisschop at users.sourceforge.net
Tue Nov 19 17:20:02 CET 2002
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv3678/plugins
Modified Files:
check_by_ssh.c
Log Message:
in short options, t no no argument
Index: check_by_ssh.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_by_ssh.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** check_by_ssh.c 9 Nov 2002 04:22:22 -0000 1.5
--- check_by_ssh.c 20 Nov 2002 01:19:07 -0000 1.6
***************
*** 210,217 ****
#ifdef HAVE_GETOPT_H
c =
! getopt_long (argc, argv, "+?Vvhft46H:O:p:i:u:l:C:n:s:", long_options,
&option_index);
#else
! c = getopt (argc, argv, "+?Vvhft46H:O:p:i:u:l:C:n:s:");
#endif
--- 210,217 ----
#ifdef HAVE_GETOPT_H
c =
! getopt_long (argc, argv, "Vvh46ft:H:O:p:i:u:l:C:n:s:", long_options,
&option_index);
#else
! c = getopt (argc, argv, "Vvh46ft:H:O:p:i:u:l:C:n:s:");
#endif
More information about the Commits
mailing list