summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-05-18 22:05:43 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-05-18 22:05:43 (GMT)
commita8cd7705e7898d77764aa12ddcc2e29de1860138 (patch)
tree970f609cbecbe515998907fd55a12f814ad2edcd /plugins
parent08394ddb2d62ec8aab9121e45ab9c1a102e85ba4 (diff)
downloadmonitoring-plugins-a8cd7705e7898d77764aa12ddcc2e29de1860138.tar.gz
Synchronise with coreutils 2.95. Gettext now synced with coreutils,
so no longer development platform requirement git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1394 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/.cvsignore4
-rw-r--r--plugins/check_disk.c2
-rw-r--r--plugins/common.h3
-rw-r--r--plugins/tests/.cvsignore1
4 files changed, 6 insertions, 4 deletions
diff --git a/plugins/.cvsignore b/plugins/.cvsignore
index 7ac1835..f75aab2 100644
--- a/plugins/.cvsignore
+++ b/plugins/.cvsignore
@@ -1,3 +1,4 @@
1check_apt
1check_disk 2check_disk
2check_dns 3check_dns
3check_dummy 4check_dummy
@@ -5,11 +6,13 @@ check_ftp
5check_fping 6check_fping
6check_http 7check_http
7check_imap 8check_imap
9check_jabber
8check_load 10check_load
9check_mrtg 11check_mrtg
10check_mrtgtraf 12check_mrtgtraf
11check_nagios 13check_nagios
12check_nntp 14check_nntp
15check_ntp
13check_nwstat 16check_nwstat
14check_overcr 17check_overcr
15check_ping 18check_ping
@@ -46,3 +49,4 @@ Makefile
46Makefile.in 49Makefile.in
47config.h.in 50config.h.in
48.deps 51.deps
52.libs
diff --git a/plugins/check_disk.c b/plugins/check_disk.c
index ef236c0..898e6cb 100644
--- a/plugins/check_disk.c
+++ b/plugins/check_disk.c
@@ -171,7 +171,7 @@ main (int argc, char **argv)
171 bindtextdomain (PACKAGE, LOCALEDIR); 171 bindtextdomain (PACKAGE, LOCALEDIR);
172 textdomain (PACKAGE); 172 textdomain (PACKAGE);
173 173
174 mount_list = read_filesystem_list (0); 174 mount_list = read_file_system_list (0);
175 175
176 if (process_arguments (argc, argv) == ERROR) 176 if (process_arguments (argc, argv) == ERROR)
177 usage4 (_("Could not parse arguments")); 177 usage4 (_("Could not parse arguments"));
diff --git a/plugins/common.h b/plugins/common.h
index 57f4f93..baed12e 100644
--- a/plugins/common.h
+++ b/plugins/common.h
@@ -83,10 +83,7 @@
83#include <signal.h> 83#include <signal.h>
84#endif 84#endif
85 85
86/* TODO: define can be removed when all ifdef in each plugin has been removed */
87#define HAVE_GETOPT_H
88#include <getopt.h> 86#include <getopt.h>
89
90#include <ctype.h> 87#include <ctype.h>
91 88
92#ifdef HAVE_LWRES_NETDB_H 89#ifdef HAVE_LWRES_NETDB_H
diff --git a/plugins/tests/.cvsignore b/plugins/tests/.cvsignore
index 95112e1..94b5122 100644
--- a/plugins/tests/.cvsignore
+++ b/plugins/tests/.cvsignore
@@ -1,3 +1,4 @@
1Makefile 1Makefile
2Makefile.in 2Makefile.in
3test_utils 3test_utils
4.deps