summaryrefslogtreecommitdiff
path: root/net/nagios-plugins/patches/patch-ab
blob: 651587e14b386ff35c41fc11cdc59877aa568ae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
$NetBSD: patch-ab,v 1.6 2011/01/25 22:22:14 shattered Exp $

--- configure.orig	2009-09-16 10:38:03.000000000 +0200
+++ configure	2009-12-15 17:29:32.000000000 +0100
@@ -1443,7 +1443,7 @@
 pdfdir='${docdir}'
 psdir='${docdir}'
 libdir='${exec_prefix}/lib'
-localedir='${datarootdir}/locale'
+localedir='${datarootdir}/nagios/locale'
 mandir='${datarootdir}/man'
 
 ac_prev=
@@ -22562,7 +22562,7 @@
 
 fi
 
-if test "$ac_cv_lib_radiusclient_rc_read_config" = "yes"; then
+if false; then
   EXTRAS="$EXTRAS check_radius"
 	RADIUSLIBS="-lradiusclient"
 
@@ -22717,7 +22717,7 @@
 
 fi
 
-if test "$ac_cv_lib_ldap_main" = "yes"; then
+if false; then
   LDAPLIBS="-lldap -llber"\
   LDAPINCLUDE="-I/usr/include/ldap"
 
@@ -26671,7 +26671,7 @@
 	then
 		{ echo "$as_me:$LINENO: checking for nslookup syntax" >&5
 echo $ECHO_N "checking for nslookup syntax... $ECHO_C" >&6; }
-		if $PATH_TO_NSLOOKUP -sil 127.0.0.1 2>&1 | grep "Invalid option: sil" >/dev/null
+		if $PATH_TO_NSLOOKUP -sil 127.0.0.1 2>&1 | fgrep "Invalid option: sil" >/dev/null
 		then
 			ac_cv_nslookup_command="$PATH_TO_NSLOOKUP"
 			{ echo "$as_me:$LINENO: result: $ac_cv_nslookup_command" >&5
@@ -26894,7 +26894,7 @@
 fi
 
 
-if test -x "$PATH_TO_LMSTAT"
+if false
 then
 
 cat >>confdefs.h <<_ACEOF
@@ -27065,7 +27065,7 @@
   withval=$with_snmpget_command; PATH_TO_SNMPGET=$withval
 fi
 
-if test -n "$PATH_TO_SNMPGET"
+if test -n "$PATH_TO_SNMPGET" -a "$PATH_TO_SNMPGET" != "no"
 then
 
 cat >>confdefs.h <<_ACEOF
@@ -27124,7 +27124,7 @@
   withval=$with_snmpgetnext_command; PATH_TO_SNMPGETNEXT=$withval
 fi
 
-if test -n "$PATH_TO_SNMPGETNEXT"
+if test -n "$PATH_TO_SNMPGETNEXT" -a "$PATH_TO_SNMPGETNEXT" != "no"
 then
 
 cat >>confdefs.h <<_ACEOF
@@ -27133,7 +27133,7 @@
 
 fi
 
-if ( $PERL -M"Net::SNMP 3.6" -e 'exit' 2>/dev/null  )
+if false
 then
 	{ echo "$as_me:$LINENO: checking for Net::SNMP perl module" >&5
 echo $ECHO_N "checking for Net::SNMP perl module... $ECHO_C" >&6; }
@@ -27300,7 +27300,7 @@
   withval=$with_fping_command; PATH_TO_FPING=$withval
 fi
 
-if test -n "$PATH_TO_FPING"
+if test -n "$PATH_TO_FPING" -a "$PATH_TO_FPING" != "no"
 then
 
 cat >>confdefs.h <<_ACEOF
@@ -28516,7 +28516,7 @@
 fi
 
 
-if test -f plugins/check_nt.c ; then
+if false ; then
   EXTRAS="$EXTRAS check_nt"
 elif test -f ../plugins/check_nt.c ; then
   EXTRAS="$EXTRAS check_nt"