[Nagiosplug-checkins] nagiosplug/plugins .cvsignore,1.7,1.8 check_disk.c,1.65,1.66 common.h,1.19,1.20
Ton Voon
tonvoon at users.sourceforge.net
Thu May 18 15:06:01 CEST 2006
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1176/plugins
Modified Files:
.cvsignore check_disk.c common.h
Log Message:
Synchronise with coreutils 2.95. Gettext now synced with coreutils,
so no longer development platform requirement
Index: .cvsignore
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- .cvsignore 31 Jan 2006 14:52:48 -0000 1.7
+++ .cvsignore 18 May 2006 22:05:43 -0000 1.8
@@ -1,3 +1,4 @@
+check_apt
check_disk
check_dns
check_dummy
@@ -5,11 +6,13 @@
check_fping
check_http
check_imap
+check_jabber
check_load
check_mrtg
check_mrtgtraf
check_nagios
check_nntp
+check_ntp
check_nwstat
check_overcr
check_ping
@@ -46,3 +49,4 @@
Makefile.in
config.h.in
.deps
+.libs
Index: check_disk.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_disk.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- check_disk.c 2 May 2006 08:30:21 -0000 1.65
+++ check_disk.c 18 May 2006 22:05:43 -0000 1.66
@@ -171,7 +171,7 @@
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
- mount_list = read_filesystem_list (0);
+ mount_list = read_file_system_list (0);
if (process_arguments (argc, argv) == ERROR)
usage4 (_("Could not parse arguments"));
Index: common.h
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/common.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- common.h 1 May 2006 21:52:42 -0000 1.19
+++ common.h 18 May 2006 22:05:43 -0000 1.20
@@ -83,10 +83,7 @@
#include <signal.h>
#endif
-/* TODO: define can be removed when all ifdef in each plugin has been removed */
-#define HAVE_GETOPT_H
#include <getopt.h>
-
#include <ctype.h>
#ifdef HAVE_LWRES_NETDB_H
More information about the Commits
mailing list