[Nagiosplug-checkins] CVS: nagiosplug/plugins check_procs.c,1.24,1.25

Ton Voon tonvoon at users.sourceforge.net
Thu Feb 19 19:12:02 CET 2004


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2800/plugins

Modified Files:
	check_procs.c 
Log Message:
- compiler warning removed (but usage2 messages badly broken)


Index: check_procs.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_procs.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** check_procs.c	1 Dec 2003 02:46:01 -0000	1.24
--- check_procs.c	20 Feb 2004 03:00:19 -0000	1.25
***************
*** 377,381 ****
  				/*  check to be sure user exists */
  				if (pw == NULL)
! 					usage2 (_("UID %d was not found\n"), uid);
  			}
  			else {
--- 377,381 ----
  				/*  check to be sure user exists */
  				if (pw == NULL)
! 					usage2 (_("UID %s was not found\n"), optarg);
  			}
  			else {





More information about the Commits mailing list