*** nagios-plugins-1.4.5/plugins/check_procs.c Sun Oct 22 17:03:31 2006 --- nagios-plugins-1.4.5/plugins/check_procs.c.new Mon Jan 8 14:28:10 2007 *************** *** 193,199 **** strip (procargs); /* Some ps return full pathname for command. This removes path */ ! procprog = base_name(procprog); /* we need to convert the elapsed time to seconds */ procseconds = convert_to_seconds(procetime); --- 193,199 ---- strip (procargs); /* Some ps return full pathname for command. This removes path */ ! strcpy(procprog, base_name(procprog)); /* we need to convert the elapsed time to seconds */ procseconds = convert_to_seconds(procetime);