[Nagiosplug-checkins] nagiosplug/plugins Makefile.am, 1.74, 1.75 check_procs.c, 1.55, 1.56
Ton Voon
tonvoon at users.sourceforge.net
Thu Jan 25 00:18:07 CET 2007
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25095/plugins
Modified Files:
Makefile.am check_procs.c
Log Message:
Various cleanups in the syncing with gnulib
Index: Makefile.am
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/Makefile.am,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- Makefile.am 24 Jan 2007 22:47:24 -0000 1.74
+++ Makefile.am 24 Jan 2007 23:18:05 -0000 1.75
@@ -28,8 +28,7 @@
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
Index: check_procs.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_procs.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- check_procs.c 17 Jan 2007 05:28:22 -0000 1.55
+++ check_procs.c 24 Jan 2007 23:18:05 -0000 1.56
@@ -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 at lists.sourceforge.net";
More information about the Commits
mailing list