rev |
line source |
erjo@8333
|
1 --- nagios-plugins-1.4.15-ori/Makefile Thu Oct 21 11:24:31 2010
|
erjo@8333
|
2 +++ nagios-plugins-1.4.15/Makefile Thu Oct 21 11:28:00 2010
|
erjo@8333
|
3 @@ -10,7 +10,7 @@
|
erjo@8333
|
4 # This program is distributed in the hope that it will be useful,
|
erjo@8333
|
5 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
erjo@8333
|
6 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
erjo@8333
|
7 -# PARTICULAR PURPOSE.
|
erjo@8333
|
8 +# PARTICULAR PURPOSE..
|
erjo@8333
|
9
|
erjo@8333
|
10
|
erjo@8333
|
11
|
erjo@8333
|
12 @@ -639,11 +639,11 @@
|
erjo@8333
|
13 INCLUDE_NEXT = include_next
|
erjo@8333
|
14 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next
|
erjo@8333
|
15 INET_NTOP_LIB =
|
erjo@8333
|
16 -INSTALL = /usr/bin/install -c -o nagios -g nagios
|
erjo@8333
|
17 +INSTALL = /usr/bin/install -c
|
erjo@8333
|
18 INSTALL_DATA = ${INSTALL} -m 644
|
erjo@8333
|
19 INSTALL_PROGRAM = ${INSTALL}
|
erjo@8333
|
20 INSTALL_SCRIPT = ${INSTALL}
|
erjo@8333
|
21 -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -o nagios -g nagios
|
erjo@8333
|
22 +INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
erjo@8333
|
23 INTLLIBS =
|
erjo@8333
|
24 INTL_MACOSX_LIBS =
|
erjo@8333
|
25 KMEM_GROUP =
|
erjo@8333
|
26 --- nagios-plugins-1.4.15-ori/gl/Makefile Thu Oct 21 11:24:30 2010
|
erjo@8333
|
27 +++ nagios-plugins-1.4.15/gl/Makefile Thu Oct 21 11:28:54 2010
|
erjo@8333
|
28 @@ -10,7 +10,7 @@
|
erjo@8333
|
29 # This program is distributed in the hope that it will be useful,
|
erjo@8333
|
30 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
erjo@8333
|
31 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
erjo@8333
|
32 -# PARTICULAR PURPOSE.
|
erjo@8333
|
33 +# PARTICULAR PURPOSE..
|
erjo@8333
|
34
|
erjo@8333
|
35
|
erjo@8333
|
36
|
erjo@8333
|
37 @@ -657,11 +657,11 @@
|
erjo@8333
|
38 INCLUDE_NEXT = include_next
|
erjo@8333
|
39 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next
|
erjo@8333
|
40 INET_NTOP_LIB =
|
erjo@8333
|
41 -INSTALL = /usr/bin/install -c -o nagios -g nagios
|
erjo@8333
|
42 +INSTALL = /usr/bin/install -c
|
erjo@8333
|
43 INSTALL_DATA = ${INSTALL} -m 644
|
erjo@8333
|
44 INSTALL_PROGRAM = ${INSTALL}
|
erjo@8333
|
45 INSTALL_SCRIPT = ${INSTALL}
|
erjo@8333
|
46 -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -o nagios -g nagios
|
erjo@8333
|
47 +INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
erjo@8333
|
48 INTLLIBS =
|
erjo@8333
|
49 INTL_MACOSX_LIBS =
|
erjo@8333
|
50 KMEM_GROUP =
|
erjo@8333
|
51 --- nagios-plugins-1.4.15-ori/lib/Makefile Thu Oct 21 11:24:31 2010
|
erjo@8333
|
52 +++ nagios-plugins-1.4.15/lib/Makefile Thu Oct 21 11:28:54 2010
|
erjo@8333
|
53 @@ -10,7 +10,7 @@
|
erjo@8333
|
54 # This program is distributed in the hope that it will be useful,
|
erjo@8333
|
55 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
erjo@8333
|
56 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
erjo@8333
|
57 -# PARTICULAR PURPOSE.
|
erjo@8333
|
58 +# PARTICULAR PURPOSE..
|
erjo@8333
|
59
|
erjo@8333
|
60
|
erjo@8333
|
61
|
erjo@8333
|
62 @@ -644,11 +644,11 @@
|
erjo@8333
|
63 INCLUDE_NEXT = include_next
|
erjo@8333
|
64 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next
|
erjo@8333
|
65 INET_NTOP_LIB =
|
erjo@8333
|
66 -INSTALL = /usr/bin/install -c -o nagios -g nagios
|
erjo@8333
|
67 +INSTALL = /usr/bin/install -c
|
erjo@8333
|
68 INSTALL_DATA = ${INSTALL} -m 644
|
erjo@8333
|
69 INSTALL_PROGRAM = ${INSTALL}
|
erjo@8333
|
70 INSTALL_SCRIPT = ${INSTALL}
|
erjo@8333
|
71 -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -o nagios -g nagios
|
erjo@8333
|
72 +INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
erjo@8333
|
73 INTLLIBS =
|
erjo@8333
|
74 INTL_MACOSX_LIBS =
|
erjo@8333
|
75 KMEM_GROUP =
|
erjo@8333
|
76 --- nagios-plugins-1.4.15-ori/lib/tests/Makefile Thu Oct 21 11:24:31 2010
|
erjo@8333
|
77 +++ nagios-plugins-1.4.15/lib/tests/Makefile Thu Oct 21 11:28:56 2010
|
erjo@8333
|
78 @@ -10,7 +10,7 @@
|
erjo@8333
|
79 # This program is distributed in the hope that it will be useful,
|
erjo@8333
|
80 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
erjo@8333
|
81 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
erjo@8333
|
82 -# PARTICULAR PURPOSE.
|
erjo@8333
|
83 +# PARTICULAR PURPOSE..
|
erjo@8333
|
84
|
erjo@8333
|
85
|
erjo@8333
|
86
|
erjo@8333
|
87 @@ -678,11 +678,11 @@
|
erjo@8333
|
88 INCLUDE_NEXT = include_next
|
erjo@8333
|
89 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next
|
erjo@8333
|
90 INET_NTOP_LIB =
|
erjo@8333
|
91 -INSTALL = /usr/bin/install -c -o nagios -g nagios
|
erjo@8333
|
92 +INSTALL = /usr/bin/install -c
|
erjo@8333
|
93 INSTALL_DATA = ${INSTALL} -m 644
|
erjo@8333
|
94 INSTALL_PROGRAM = ${INSTALL}
|
erjo@8333
|
95 INSTALL_SCRIPT = ${INSTALL}
|
erjo@8333
|
96 -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -o nagios -g nagios
|
erjo@8333
|
97 +INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
erjo@8333
|
98 INTLLIBS =
|
erjo@8333
|
99 INTL_MACOSX_LIBS =
|
erjo@8333
|
100 KMEM_GROUP =
|
erjo@8333
|
101 --- nagios-plugins-1.4.15-ori/perlmods/Makefile Thu Oct 21 11:24:32 2010
|
erjo@8333
|
102 +++ nagios-plugins-1.4.15/perlmods/Makefile Thu Oct 21 11:28:54 2010
|
erjo@8333
|
103 @@ -10,7 +10,7 @@
|
erjo@8333
|
104 # This program is distributed in the hope that it will be useful,
|
erjo@8333
|
105 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
erjo@8333
|
106 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
erjo@8333
|
107 -# PARTICULAR PURPOSE.
|
erjo@8333
|
108 +# PARTICULAR PURPOSE..
|
erjo@8333
|
109
|
erjo@8333
|
110
|
erjo@8333
|
111
|
erjo@8333
|
112 @@ -607,11 +607,11 @@
|
erjo@8333
|
113 INCLUDE_NEXT = include_next
|
erjo@8333
|
114 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next
|
erjo@8333
|
115 INET_NTOP_LIB =
|
erjo@8333
|
116 -INSTALL = /usr/bin/install -c -o nagios -g nagios
|
erjo@8333
|
117 +INSTALL = /usr/bin/install -c
|
erjo@8333
|
118 INSTALL_DATA = ${INSTALL} -m 644
|
erjo@8333
|
119 INSTALL_PROGRAM = ${INSTALL}
|
erjo@8333
|
120 INSTALL_SCRIPT = ${INSTALL}
|
erjo@8333
|
121 -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -o nagios -g nagios
|
erjo@8333
|
122 +INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
erjo@8333
|
123 INTLLIBS =
|
erjo@8333
|
124 INTL_MACOSX_LIBS =
|
erjo@8333
|
125 KMEM_GROUP =
|
erjo@8333
|
126 --- nagios-plugins-1.4.15-ori/plugins-root/Makefile Thu Oct 21 11:24:31 2010
|
erjo@8333
|
127 +++ nagios-plugins-1.4.15/plugins-root/Makefile Thu Oct 21 11:28:55 2010
|
erjo@8333
|
128 @@ -10,7 +10,7 @@
|
erjo@8333
|
129 # This program is distributed in the hope that it will be useful,
|
erjo@8333
|
130 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
erjo@8333
|
131 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
erjo@8333
|
132 -# PARTICULAR PURPOSE.
|
erjo@8333
|
133 +# PARTICULAR PURPOSE..
|
erjo@8333
|
134
|
erjo@8333
|
135
|
erjo@8333
|
136
|
erjo@8333
|
137 @@ -640,11 +640,11 @@
|
erjo@8333
|
138 INCLUDE_NEXT = include_next
|
erjo@8333
|
139 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next
|
erjo@8333
|
140 INET_NTOP_LIB =
|
erjo@8333
|
141 -INSTALL = /usr/bin/install -c -o nagios -g nagios
|
erjo@8333
|
142 +INSTALL = /usr/bin/install -c
|
erjo@8333
|
143 INSTALL_DATA = ${INSTALL} -m 644
|
erjo@8333
|
144 INSTALL_PROGRAM = ${INSTALL}
|
erjo@8333
|
145 INSTALL_SCRIPT = ${INSTALL}
|
erjo@8333
|
146 -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -o nagios -g nagios
|
erjo@8333
|
147 +INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
erjo@8333
|
148 INTLLIBS =
|
erjo@8333
|
149 INTL_MACOSX_LIBS =
|
erjo@8333
|
150 KMEM_GROUP =
|
erjo@8333
|
151 --- nagios-plugins-1.4.15-ori/plugins-scripts/Makefile Thu Oct 21 11:24:31 2010
|
erjo@8333
|
152 +++ nagios-plugins-1.4.15/plugins-scripts/Makefile Thu Oct 21 11:28:55 2010
|
erjo@8333
|
153 @@ -10,7 +10,7 @@
|
erjo@8333
|
154 # This program is distributed in the hope that it will be useful,
|
erjo@8333
|
155 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
erjo@8333
|
156 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
erjo@8333
|
157 -# PARTICULAR PURPOSE.
|
erjo@8333
|
158 +# PARTICULAR PURPOSE..
|
erjo@8333
|
159
|
erjo@8333
|
160
|
erjo@8333
|
161
|
erjo@8333
|
162 @@ -612,11 +612,11 @@
|
erjo@8333
|
163 INCLUDE_NEXT = include_next
|
erjo@8333
|
164 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next
|
erjo@8333
|
165 INET_NTOP_LIB =
|
erjo@8333
|
166 -INSTALL = /usr/bin/install -c -o nagios -g nagios
|
erjo@8333
|
167 +INSTALL = /usr/bin/install -c
|
erjo@8333
|
168 INSTALL_DATA = ${INSTALL} -m 644
|
erjo@8333
|
169 INSTALL_PROGRAM = ${INSTALL}
|
erjo@8333
|
170 INSTALL_SCRIPT = ${INSTALL}
|
erjo@8333
|
171 -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -o nagios -g nagios
|
erjo@8333
|
172 +INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
erjo@8333
|
173 INTLLIBS =
|
erjo@8333
|
174 INTL_MACOSX_LIBS =
|
erjo@8333
|
175 KMEM_GROUP =
|
erjo@8333
|
176 --- nagios-plugins-1.4.15-ori/plugins/Makefile Thu Oct 21 11:24:31 2010
|
erjo@8333
|
177 +++ nagios-plugins-1.4.15/plugins/Makefile Thu Oct 21 11:28:54 2010
|
erjo@8333
|
178 @@ -10,7 +10,7 @@
|
erjo@8333
|
179 # This program is distributed in the hope that it will be useful,
|
erjo@8333
|
180 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
erjo@8333
|
181 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
erjo@8333
|
182 -# PARTICULAR PURPOSE.
|
erjo@8333
|
183 +# PARTICULAR PURPOSE..
|
erjo@8333
|
184
|
erjo@8333
|
185
|
erjo@8333
|
186
|
erjo@8333
|
187 @@ -751,11 +751,11 @@
|
erjo@8333
|
188 INCLUDE_NEXT = include_next
|
erjo@8333
|
189 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next
|
erjo@8333
|
190 INET_NTOP_LIB =
|
erjo@8333
|
191 -INSTALL = /usr/bin/install -c -o nagios -g nagios
|
erjo@8333
|
192 +INSTALL = /usr/bin/install -c
|
erjo@8333
|
193 INSTALL_DATA = ${INSTALL} -m 644
|
erjo@8333
|
194 INSTALL_PROGRAM = ${INSTALL}
|
erjo@8333
|
195 INSTALL_SCRIPT = ${INSTALL}
|
erjo@8333
|
196 -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -o nagios -g nagios
|
erjo@8333
|
197 +INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
erjo@8333
|
198 INTLLIBS =
|
erjo@8333
|
199 INTL_MACOSX_LIBS =
|
erjo@8333
|
200 KMEM_GROUP =
|
erjo@8333
|
201 --- nagios-plugins-1.4.15-ori/po/Makefile Thu Oct 21 11:24:32 2010
|
erjo@8333
|
202 +++ nagios-plugins-1.4.15/po/Makefile Thu Oct 21 11:28:55 2010
|
erjo@8333
|
203 @@ -8,7 +8,7 @@
|
erjo@8333
|
204 # License but which still want to provide support for the GNU gettext
|
erjo@8333
|
205 # functionality.
|
erjo@8333
|
206 # Please note that the actual code of GNU gettext is covered by the GNU
|
erjo@8333
|
207 -# General Public License and is *not* in the public domain.
|
erjo@8333
|
208 +# General Public License and is *not* in the public domain..
|
erjo@8333
|
209 #
|
erjo@8333
|
210 # Origin: gettext-0.15
|
erjo@8333
|
211
|
erjo@8333
|
212 @@ -30,7 +30,7 @@
|
erjo@8333
|
213 localedir = ${datarootdir}/locale
|
erjo@8333
|
214 gettextsrcdir = $(datadir)/gettext/po
|
erjo@8333
|
215
|
erjo@8333
|
216 -INSTALL = /usr/bin/install -c -o nagios -g nagios
|
erjo@8333
|
217 +INSTALL = /usr/bin/install -c
|
erjo@8333
|
218 INSTALL_DATA = ${INSTALL} -m 644
|
erjo@8333
|
219 mkinstalldirs = $(SHELL) $(SHELL) /home/slitaz/wok-nagios/nagios-plugins/nagios-plugins-1.4.15/build-aux/install-sh -d
|
erjo@8333
|
220 mkdir_p = $(top_builddir)/build-aux/install-sh -c -d
|
erjo@8333
|
221 --- nagios-plugins-1.4.15-ori/tap/Makefile Thu Oct 21 11:24:31 2010
|
erjo@8333
|
222 +++ nagios-plugins-1.4.15/tap/Makefile Thu Oct 21 11:28:55 2010
|
erjo@8333
|
223 @@ -10,7 +10,7 @@
|
erjo@8333
|
224 # This program is distributed in the hope that it will be useful,
|
erjo@8333
|
225 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
erjo@8333
|
226 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
erjo@8333
|
227 -# PARTICULAR PURPOSE.
|
erjo@8333
|
228 +# PARTICULAR PURPOSE..
|
erjo@8333
|
229
|
erjo@8333
|
230
|
erjo@8333
|
231
|
erjo@8333
|
232 @@ -643,11 +643,11 @@
|
erjo@8333
|
233 INCLUDE_NEXT = include_next
|
erjo@8333
|
234 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next
|
erjo@8333
|
235 INET_NTOP_LIB =
|
erjo@8333
|
236 -INSTALL = /usr/bin/install -c -o nagios -g nagios
|
erjo@8333
|
237 +INSTALL = /usr/bin/install -c
|
erjo@8333
|
238 INSTALL_DATA = ${INSTALL} -m 644
|
erjo@8333
|
239 INSTALL_PROGRAM = ${INSTALL}
|
erjo@8333
|
240 INSTALL_SCRIPT = ${INSTALL}
|
erjo@8333
|
241 -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -o nagios -g nagios
|
erjo@8333
|
242 +INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
erjo@8333
|
243 INTLLIBS =
|
erjo@8333
|
244 INTL_MACOSX_LIBS =
|
erjo@8333
|
245 KMEM_GROUP =
|