[Nagiosplug-checkins] CVS: nagiosplug/plugins utils.h.in,1.4,1.5

Karl DeBisschop kdebisschop at users.sourceforge.net
Thu Oct 17 20:47:06 CEST 2002


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory usw-pr-cvs1:/tmp/cvs-serv31246

Modified Files:
	utils.h.in 
Log Message:
refine STD_LONG_OPTS

Index: utils.h.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/utils.h.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** utils.h.in	16 Oct 2002 21:32:33 -0000	1.4
--- utils.h.in	18 Oct 2002 03:46:43 -0000	1.5
***************
*** 100,105 ****
     options should have only these meanings throughout the overall suite */
  
! #define STD_OPTS "Vvht:c:w:H:F:"
! #define STD_OPTS_LONG \
  {"version",no_argument,0,'V'},\
  {"verbose",no_argument,0,'v'},\
--- 100,104 ----
     options should have only these meanings throughout the overall suite */
  
! #define STD_LONG_OPTS \
  {"version",no_argument,0,'V'},\
  {"verbose",no_argument,0,'v'},\
***************
*** 108,112 ****
  {"critical",required_argument,0,'c'},\
  {"warning",required_argument,0,'w'},\
! {"hostname",required_argument,0,'H'},\
! {"file",required_argument,0,'F'}
  
--- 107,110 ----
  {"critical",required_argument,0,'c'},\
  {"warning",required_argument,0,'w'},\
! {"hostname",required_argument,0,'H'}
  





More information about the Commits mailing list