From: Ton Voon Date: Thu, 30 Jan 2003 22:55:44 +0000 (+0000) Subject: Fixed progname X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dc9c7640685091558f86b8818dcf88b454d6a1c9;p=nagiosplug.git Fixed progname git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@272 f882894a-f735-0410-b71e-b25c423dba1c --- diff --git a/plugins/check_procs.c b/plugins/check_procs.c index 4187a07..05318b6 100644 --- a/plugins/check_procs.c +++ b/plugins/check_procs.c @@ -34,7 +34,7 @@ * ******************************************************************************/ -const char *progname = "check_snmp"; +const char *progname = "check_procs"; #define REVISION "$Revision$" #define COPYRIGHT "1999-2002" #define AUTHOR "Ethan Galstad"