Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > 5b5a08dde0b05e2495c02451da184ecc > files > 3

nagios-plugins-1.4.3-8mdv2007.0.src.rpm

diff -Naur nagios-plugins-1.4.3/plugins/check_by_ssh.c nagios-plugins-1.4.3.oden/plugins/check_by_ssh.c
--- nagios-plugins-1.4.3/plugins/check_by_ssh.c	2006-03-22 14:18:06.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/check_by_ssh.c	2006-05-10 14:17:47.000000000 +0200
@@ -60,10 +60,6 @@
 	remotecmd = "";
 	comm = strdup (SSH_COMMAND);
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	/* process arguments */
 	if (process_arguments (argc, argv) == ERROR)
 		usage_va(_("Could not parse arguments"));
diff -Naur nagios-plugins-1.4.3/plugins/check_dig.c nagios-plugins-1.4.3.oden/plugins/check_dig.c
--- nagios-plugins-1.4.3/plugins/check_dig.c	2005-11-14 01:51:44.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/check_dig.c	2006-05-10 14:19:11.000000000 +0200
@@ -64,10 +64,6 @@
   double elapsed_time;
   int result = STATE_UNKNOWN;
 
-  setlocale (LC_ALL, "");
-  bindtextdomain (PACKAGE, LOCALEDIR);
-  textdomain (PACKAGE);
-
   /* Set signal handling and alarm */
   if (signal (SIGALRM, popen_timeout_alarm_handler) == SIG_ERR)
     usage_va(_("Cannot catch SIGALRM"));
diff -Naur nagios-plugins-1.4.3/plugins/check_disk.c nagios-plugins-1.4.3.oden/plugins/check_disk.c
--- nagios-plugins-1.4.3/plugins/check_disk.c	2006-03-27 10:19:01.000000000 +0200
+++ nagios-plugins-1.4.3.oden/plugins/check_disk.c	2006-05-10 14:19:19.000000000 +0200
@@ -167,10 +167,6 @@
   details = strdup ("");
   perf = strdup ("");
 
-  setlocale (LC_ALL, "");
-  bindtextdomain (PACKAGE, LOCALEDIR);
-  textdomain (PACKAGE);
-
   mount_list = read_filesystem_list (0);
 
   if (process_arguments (argc, argv) == ERROR)
diff -Naur nagios-plugins-1.4.3/plugins/check_dns.c nagios-plugins-1.4.3.oden/plugins/check_dns.c
--- nagios-plugins-1.4.3/plugins/check_dns.c	2006-03-22 17:45:56.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/check_dns.c	2006-05-10 14:19:27.000000000 +0200
@@ -65,10 +65,6 @@
   output chld_out, chld_err;
   size_t i;
 
-  setlocale (LC_ALL, "");
-  bindtextdomain (PACKAGE, LOCALEDIR);
-  textdomain (PACKAGE);
-
   /* Set signal handling and alarm */
   if (signal (SIGALRM, popen_timeout_alarm_handler) == SIG_ERR) {
     usage_va(_("Cannot catch SIGALRM"));
diff -Naur nagios-plugins-1.4.3/plugins/check_dummy.c nagios-plugins-1.4.3.oden/plugins/check_dummy.c
--- nagios-plugins-1.4.3/plugins/check_dummy.c	2005-11-14 01:51:44.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/check_dummy.c	2006-05-10 14:19:35.000000000 +0200
@@ -35,10 +35,6 @@
 {
   int result = STATE_UNKNOWN;
 
-  setlocale (LC_ALL, "");
-  bindtextdomain (PACKAGE, LOCALEDIR);
-  textdomain (PACKAGE);
-
   if (argc < 2)
     usage4 (_("Could not parse arguments"));
   else if (strcmp (argv[1], "-V") == 0 || strcmp (argv[1], "--version") == 0) {
diff -Naur nagios-plugins-1.4.3/plugins/check_fping.c nagios-plugins-1.4.3.oden/plugins/check_fping.c
--- nagios-plugins-1.4.3/plugins/check_fping.c	2005-11-14 01:51:44.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/check_fping.c	2006-05-10 14:19:43.000000000 +0200
@@ -65,10 +65,6 @@
   char *input_buffer = NULL;
   input_buffer = malloc (MAX_INPUT_BUFFER);
 
-  setlocale (LC_ALL, "");
-  bindtextdomain (PACKAGE, LOCALEDIR);
-  textdomain (PACKAGE);
-
   if (process_arguments (argc, argv) == ERROR)
     usage4 (_("Could not parse arguments"));
 
diff -Naur nagios-plugins-1.4.3/plugins/check_game.c nagios-plugins-1.4.3.oden/plugins/check_game.c
--- nagios-plugins-1.4.3/plugins/check_game.c	2005-11-14 01:51:44.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/check_game.c	2006-05-10 14:19:51.000000000 +0200
@@ -60,10 +60,6 @@
   size_t i = 0;
   output chld_out;
 
-  setlocale (LC_ALL, "");
-  bindtextdomain (PACKAGE, LOCALEDIR);
-  textdomain (PACKAGE);
-  
   if (process_arguments (argc, argv) == ERROR)
     usage_va(_("Could not parse arguments"));
 
diff -Naur nagios-plugins-1.4.3/plugins/check_hpjd.c nagios-plugins-1.4.3.oden/plugins/check_hpjd.c
--- nagios-plugins-1.4.3/plugins/check_hpjd.c	2005-06-27 15:07:39.000000000 +0200
+++ nagios-plugins-1.4.3.oden/plugins/check_hpjd.c	2006-05-10 14:17:49.000000000 +0200
@@ -81,10 +81,6 @@
 
 	errmsg = malloc(MAX_INPUT_BUFFER);
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	if (process_arguments (argc, argv) == ERROR)
 		usage4 (_("Could not parse arguments"));
 
diff -Naur nagios-plugins-1.4.3/plugins/check_ide_smart.c nagios-plugins-1.4.3.oden/plugins/check_ide_smart.c
--- nagios-plugins-1.4.3/plugins/check_ide_smart.c	2005-02-02 07:42:18.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/check_ide_smart.c	2006-05-10 14:17:49.000000000 +0200
@@ -174,10 +174,6 @@
 		{"version", no_argument, 0, 'V'}, {0, 0, 0, 0} 
 	};
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	while (1) {
 		
 		o = getopt_long (argc, argv, "+d:iq10nhV", longopts, &longindex);
diff -Naur nagios-plugins-1.4.3/plugins/check_ldap.c nagios-plugins-1.4.3.oden/plugins/check_ldap.c
--- nagios-plugins-1.4.3/plugins/check_ldap.c	2004-12-26 00:17:44.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/check_ldap.c	2006-05-10 14:17:49.000000000 +0200
@@ -80,10 +80,6 @@
  	int tls; 
  	int version=3;
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	if (strstr(argv[0],"check_ldaps")) {
 		asprintf (&progname, "check_ldaps");
  	}
diff -Naur nagios-plugins-1.4.3/plugins/check_load.c nagios-plugins-1.4.3.oden/plugins/check_load.c
--- nagios-plugins-1.4.3/plugins/check_load.c	2005-09-14 11:53:49.000000000 +0200
+++ nagios-plugins-1.4.3.oden/plugins/check_load.c	2006-05-10 14:17:49.000000000 +0200
@@ -97,11 +97,6 @@
 # endif
 #endif
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-	setlocale(LC_NUMERIC, "POSIX");
-
 	if (process_arguments (argc, argv) == ERROR)
 		usage4 (_("Could not parse arguments"));
 
diff -Naur nagios-plugins-1.4.3/plugins/check_mrtg.c nagios-plugins-1.4.3.oden/plugins/check_mrtg.c
--- nagios-plugins-1.4.3/plugins/check_mrtg.c	2005-10-13 11:58:12.000000000 +0200
+++ nagios-plugins-1.4.3.oden/plugins/check_mrtg.c	2006-05-10 14:17:49.000000000 +0200
@@ -54,10 +54,6 @@
 	unsigned long maximum_value_rate = 0L;
 	unsigned long rate = 0L;
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	if (process_arguments (argc, argv) == ERROR)
 		usage4 (_("Could not parse arguments\n"));
 
diff -Naur nagios-plugins-1.4.3/plugins/check_mysql.c nagios-plugins-1.4.3.oden/plugins/check_mysql.c
--- nagios-plugins-1.4.3/plugins/check_mysql.c	2006-03-17 15:07:34.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/check_mysql.c	2006-05-10 14:17:49.000000000 +0200
@@ -57,10 +57,6 @@
 	char *error = NULL;
 	char slaveresult[SLAVERESULTSIZE];
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	if (process_arguments (argc, argv) == ERROR)
 		usage4 (_("Could not parse arguments"));
 
diff -Naur nagios-plugins-1.4.3/plugins/check_mysql_query.c nagios-plugins-1.4.3.oden/plugins/check_mysql_query.c
--- nagios-plugins-1.4.3/plugins/check_mysql_query.c	2006-03-17 15:07:34.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/check_mysql_query.c	2006-05-10 14:20:39.000000000 +0200
@@ -53,10 +53,6 @@
 	char *error = NULL;
 	int status;
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	if (process_arguments (argc, argv) == ERROR)
 		usage4 (_("Could not parse arguments"));
 
diff -Naur nagios-plugins-1.4.3/plugins/check_nagios.c nagios-plugins-1.4.3.oden/plugins/check_nagios.c
--- nagios-plugins-1.4.3/plugins/check_nagios.c	2005-12-02 23:28:06.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/check_nagios.c	2006-05-10 14:17:49.000000000 +0200
@@ -67,10 +67,6 @@
 	output chld_out, chld_err;
 	size_t i;
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	if (process_arguments (argc, argv) == ERROR)
 		usage_va(_("Could not parse arguments"));
 
diff -Naur nagios-plugins-1.4.3/plugins/check_nt.c nagios-plugins-1.4.3.oden/plugins/check_nt.c
--- nagios-plugins-1.4.3/plugins/check_nt.c	2005-01-20 00:39:45.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/check_nt.c	2006-05-10 14:17:49.000000000 +0200
@@ -112,10 +112,6 @@
 	int isPercent = FALSE;
 	int allRight = FALSE;
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	if(process_arguments(argc,argv) == ERROR)
 		usage4 (_("Could not parse arguments"));
 
diff -Naur nagios-plugins-1.4.3/plugins/check_nwstat.c nagios-plugins-1.4.3.oden/plugins/check_nwstat.c
--- nagios-plugins-1.4.3/plugins/check_nwstat.c	2005-09-21 15:04:54.000000000 +0200
+++ nagios-plugins-1.4.3.oden/plugins/check_nwstat.c	2006-05-10 14:17:49.000000000 +0200
@@ -117,10 +117,6 @@
 	unsigned long sap_entries=0;
 	char uptime[MAX_INPUT_BUFFER];
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	if (process_arguments(argc,argv) == ERROR)
 		usage4 (_("Could not parse arguments"));
 
diff -Naur nagios-plugins-1.4.3/plugins/check_overcr.c nagios-plugins-1.4.3.oden/plugins/check_overcr.c
--- nagios-plugins-1.4.3/plugins/check_overcr.c	2004-12-26 00:17:44.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/check_overcr.c	2006-05-10 14:17:49.000000000 +0200
@@ -81,10 +81,6 @@
 	int uptime_hours = 0;
 	int uptime_minutes = 0;
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	if (process_arguments (argc, argv) == ERROR)
 		usage4 (_("Could not parse arguments"));
 
diff -Naur nagios-plugins-1.4.3/plugins/check_pgsql.c nagios-plugins-1.4.3.oden/plugins/check_pgsql.c
--- nagios-plugins-1.4.3/plugins/check_pgsql.c	2004-12-26 00:17:44.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/check_pgsql.c	2006-05-10 14:17:49.000000000 +0200
@@ -132,10 +132,6 @@
 	pgoptions = NULL;  /* special options to start up the backend server */
 	pgtty = NULL;      /* debugging tty for the backend server */
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	if (process_arguments (argc, argv) == ERROR)
 		usage4 (_("Could not parse arguments"));
 
diff -Naur nagios-plugins-1.4.3/plugins/check_ping.c nagios-plugins-1.4.3.oden/plugins/check_ping.c
--- nagios-plugins-1.4.3/plugins/check_ping.c	2006-03-13 12:08:28.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/check_ping.c	2006-05-10 14:17:49.000000000 +0200
@@ -71,11 +71,6 @@
 	int this_result = STATE_UNKNOWN;
 	int i;
 
-	setlocale (LC_ALL, "");
-	setlocale (LC_NUMERIC, "C");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	addresses = malloc (sizeof(char*) * max_addr);
 	addresses[0] = NULL;
 
diff -Naur nagios-plugins-1.4.3/plugins/check_procs.c nagios-plugins-1.4.3.oden/plugins/check_procs.c
--- nagios-plugins-1.4.3/plugins/check_procs.c	2006-04-05 10:06:19.000000000 +0200
+++ nagios-plugins-1.4.3.oden/plugins/check_procs.c	2006-05-10 14:20:19.000000000 +0200
@@ -113,11 +113,6 @@
 	int i = 0;
 	int result = STATE_UNKNOWN;
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-	setlocale(LC_NUMERIC, "POSIX");
-
 	input_buffer = malloc (MAX_INPUT_BUFFER);
 	procprog = malloc (MAX_INPUT_BUFFER);
 
diff -Naur nagios-plugins-1.4.3/plugins/check_radius.c nagios-plugins-1.4.3.oden/plugins/check_radius.c
--- nagios-plugins-1.4.3/plugins/check_radius.c	2004-12-26 00:17:44.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/check_radius.c	2006-05-10 14:17:54.000000000 +0200
@@ -109,10 +109,6 @@
 	UINT4 client_id;
 	char *str;
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	if (process_arguments (argc, argv) == ERROR)
 		usage4 (_("Could not parse arguments"));
 
diff -Naur nagios-plugins-1.4.3/plugins/check_real.c nagios-plugins-1.4.3.oden/plugins/check_real.c
--- nagios-plugins-1.4.3/plugins/check_real.c	2004-12-26 00:17:44.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/check_real.c	2006-05-10 14:17:54.000000000 +0200
@@ -60,10 +60,6 @@
 	char buffer[MAX_INPUT_BUFFER];
 	char *status_line = NULL;
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	if (process_arguments (argc, argv) == ERROR)
 		usage4 (_("Could not parse arguments"));
 
diff -Naur nagios-plugins-1.4.3/plugins/check_smtp.c nagios-plugins-1.4.3.oden/plugins/check_smtp.c
--- nagios-plugins-1.4.3/plugins/check_smtp.c	2005-11-02 09:47:26.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/check_smtp.c	2006-05-10 14:17:54.000000000 +0200
@@ -158,10 +158,6 @@
 	struct timeval tv;
 	struct hostent *hp;
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	if (process_arguments (argc, argv) == ERROR)
 		usage4 (_("Could not parse arguments"));
 
diff -Naur nagios-plugins-1.4.3/plugins/check_snmp.c nagios-plugins-1.4.3.oden/plugins/check_snmp.c
--- nagios-plugins-1.4.3/plugins/check_snmp.c	2005-10-31 21:03:19.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/check_snmp.c	2006-05-10 14:17:54.000000000 +0200
@@ -142,10 +142,6 @@
 	char *show = NULL;
 	char type[8];
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	labels = malloc (labels_size);
 	unitv = malloc (unitv_size);
 	for (i = 0; i < MAX_OIDS; i++)
diff -Naur nagios-plugins-1.4.3/plugins/check_ssh.c nagios-plugins-1.4.3.oden/plugins/check_ssh.c
--- nagios-plugins-1.4.3/plugins/check_ssh.c	2005-04-11 20:02:40.000000000 +0200
+++ nagios-plugins-1.4.3.oden/plugins/check_ssh.c	2006-05-10 14:17:54.000000000 +0200
@@ -53,10 +53,6 @@
 {
 	int result = STATE_UNKNOWN;
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	if (process_arguments (argc, argv) == ERROR)
 		usage4 (_("Could not parse arguments"));
 
diff -Naur nagios-plugins-1.4.3/plugins/check_swap.c nagios-plugins-1.4.3.oden/plugins/check_swap.c
--- nagios-plugins-1.4.3/plugins/check_swap.c	2006-03-13 18:59:23.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/check_swap.c	2006-05-10 14:17:54.000000000 +0200
@@ -80,10 +80,6 @@
 	char str[32];
 	char *status;
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	status = strdup ("");
 
 	if (process_arguments (argc, argv) == ERROR)
diff -Naur nagios-plugins-1.4.3/plugins/check_tcp.c nagios-plugins-1.4.3.oden/plugins/check_tcp.c
--- nagios-plugins-1.4.3/plugins/check_tcp.c	2006-03-29 18:33:36.000000000 +0200
+++ nagios-plugins-1.4.3.oden/plugins/check_tcp.c	2006-05-10 14:17:54.000000000 +0200
@@ -88,10 +88,6 @@
 	struct timeval tv;
 	size_t len, match = -1;
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	/* determine program- and service-name quickly */
 	progname = strrchr(argv[0], '/');
 	if(progname != NULL) progname++;
diff -Naur nagios-plugins-1.4.3/plugins/check_time.c nagios-plugins-1.4.3.oden/plugins/check_time.c
--- nagios-plugins-1.4.3/plugins/check_time.c	2005-05-25 19:42:35.000000000 +0200
+++ nagios-plugins-1.4.3.oden/plugins/check_time.c	2006-05-10 14:17:54.000000000 +0200
@@ -58,10 +58,6 @@
 	int result = STATE_UNKNOWN;
 	time_t conntime;
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	if (process_arguments (argc, argv) == ERROR)
 		usage4 (_("Could not parse arguments"));
 
diff -Naur nagios-plugins-1.4.3/plugins/check_udp.c nagios-plugins-1.4.3.oden/plugins/check_udp.c
--- nagios-plugins-1.4.3/plugins/check_udp.c	2004-12-26 00:17:44.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/check_udp.c	2006-05-10 14:17:54.000000000 +0200
@@ -47,10 +47,6 @@
 	int result = STATE_UNKNOWN;
 	char recv_buffer[MAX_INPUT_BUFFER];
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	if (process_arguments (argc, argv) == ERROR)
 		usage4 (_("Could not parse arguments"));
 
diff -Naur nagios-plugins-1.4.3/plugins/check_ups.c nagios-plugins-1.4.3.oden/plugins/check_ups.c
--- nagios-plugins-1.4.3/plugins/check_ups.c	2005-10-06 14:16:06.000000000 +0200
+++ nagios-plugins-1.4.3.oden/plugins/check_ups.c	2006-05-10 14:17:54.000000000 +0200
@@ -103,10 +103,6 @@
 	double ups_utility_deviation = 0.0;
 	int res;
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	ups_status = strdup ("N/A");
 	data = strdup ("");
 	message = strdup ("");
diff -Naur nagios-plugins-1.4.3/plugins/check_users.c nagios-plugins-1.4.3.oden/plugins/check_users.c
--- nagios-plugins-1.4.3/plugins/check_users.c	2004-12-26 00:17:44.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/check_users.c	2006-05-10 14:17:54.000000000 +0200
@@ -44,10 +44,6 @@
 	char input_buffer[MAX_INPUT_BUFFER];
 	char *perf;
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	perf = strdup("");
 
 	if (process_arguments (argc, argv) == ERROR)
diff -Naur nagios-plugins-1.4.3/plugins/negate.c nagios-plugins-1.4.3.oden/plugins/negate.c
--- nagios-plugins-1.4.3/plugins/negate.c	2004-12-26 00:17:44.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/negate.c	2006-05-10 14:17:54.000000000 +0200
@@ -79,10 +79,6 @@
 	int found = 0, result = STATE_UNKNOWN;
 	char *buf;
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	if (process_arguments (argc, argv) == ERROR)
 		usage4 (_("Could not parse arguments"));
 
diff -Naur nagios-plugins-1.4.3/plugins/urlize.c nagios-plugins-1.4.3.oden/plugins/urlize.c
--- nagios-plugins-1.4.3/plugins/urlize.c	2005-12-07 20:32:37.000000000 +0100
+++ nagios-plugins-1.4.3.oden/plugins/urlize.c	2006-05-10 14:17:54.000000000 +0200
@@ -52,10 +52,6 @@
 		{0, 0, 0, 0}
 	};
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-
 	while (1) {
 		c = getopt_long (argc, argv, "+hVu:", longopts, &option);
 		
diff -Naur nagios-plugins-1.4.3/plugins-root/check_dhcp.c nagios-plugins-1.4.3.oden/plugins-root/check_dhcp.c
--- nagios-plugins-1.4.3/plugins-root/check_dhcp.c	2005-09-21 12:06:37.000000000 +0200
+++ nagios-plugins-1.4.3.oden/plugins-root/check_dhcp.c	2006-05-10 14:18:42.000000000 +0200
@@ -243,10 +243,6 @@
 	int dhcp_socket;
 	int result;
 
-	setlocale (LC_ALL, "");
-	bindtextdomain (PACKAGE, LOCALEDIR);
-	textdomain (PACKAGE);
-	
 	if(process_arguments(argc,argv)!=OK){
 		usage4 (_("Could not parse arguments"));
 		}