diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 4d1fbf3..7ee2910 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -28,8 +28,7 @@ EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \ | |||
28 | check_procs check_mysql_query check_apt | 28 | check_procs check_mysql_query check_apt |
29 | 29 | ||
30 | EXTRA_DIST = t utils.c netutils.c sslutils.c popen.c utils.h netutils.h \ | 30 | EXTRA_DIST = t utils.c netutils.c sslutils.c popen.c utils.h netutils.h \ |
31 | popen.h common.h getaddrinfo.c getaddrinfo.h \ | 31 | popen.h common.h runcmd.c runcmd.h |
32 | gethostbyname.c gethostbyname.h runcmd.c runcmd.h | ||
33 | 32 | ||
34 | PLUGINHDRS = common.h | 33 | PLUGINHDRS = common.h |
35 | 34 | ||
diff --git a/plugins/check_procs.c b/plugins/check_procs.c index 87f0024..d9e2a67 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"; |