diff options
Diffstat (limited to 'plugins/check_procs.c')
-rw-r--r-- | plugins/check_procs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_procs.c b/plugins/check_procs.c index 87f00243..d9e2a671 100644 --- a/plugins/check_procs.c +++ b/plugins/check_procs.c | |||
@@ -36,6 +36,7 @@ | |||
36 | ******************************************************************************/ | 36 | ******************************************************************************/ |
37 | 37 | ||
38 | const char *progname = "check_procs"; | 38 | const char *progname = "check_procs"; |
39 | const char *program_name = "check_procs"; /* Required for coreutils libs */ | ||
39 | const char *revision = "$Revision$"; | 40 | const char *revision = "$Revision$"; |
40 | const char *copyright = "2000-2006"; | 41 | const char *copyright = "2000-2006"; |
41 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; | 42 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; |