From 49d8064bf3986f3c57385e643aa865dd1390271e Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Wed, 24 Jan 2007 23:18:05 +0000 Subject: Various cleanups in the syncing with gnulib git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1581 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/Makefile.am | 3 +-- plugins/check_procs.c | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 4d1fbf3c..7ee29103 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 \ check_procs check_mysql_query check_apt EXTRA_DIST = t utils.c netutils.c sslutils.c popen.c utils.h netutils.h \ - popen.h common.h getaddrinfo.c getaddrinfo.h \ - gethostbyname.c gethostbyname.h runcmd.c runcmd.h + popen.h common.h runcmd.c runcmd.h PLUGINHDRS = common.h 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 @@ ******************************************************************************/ const char *progname = "check_procs"; +const char *program_name = "check_procs"; /* Required for coreutils libs */ const char *revision = "$Revision$"; const char *copyright = "2000-2006"; const char *email = "nagiosplug-devel@lists.sourceforge.net"; -- cgit v1.2.3-74-g34f1