]> git.pld-linux.org Git - packages/xen.git/blob - xen-python_scripts.patch
- s/success/ok/g and s/failure/fail/g - for PLD functions
[packages/xen.git] / xen-python_scripts.patch
1 diff -Naur xen-3.4.2.orig/tools/misc/sbdf2devicepath xen-3.4.2/tools/misc/sbdf2devicepath
2 --- xen-3.4.2.orig/tools/misc/sbdf2devicepath   2009-11-10 16:12:56.000000000 +0100
3 +++ xen-3.4.2/tools/misc/sbdf2devicepath        2010-02-13 18:26:29.000000000 +0100
4 @@ -1,4 +1,4 @@
5 -#!/usr/bin/env python
6 +#!/usr/bin/python
7  #  -*- mode: python; -*-
8  #============================================================================
9  # This library is free software; you can redistribute it and/or
10 diff -Naur xen-3.4.2.orig/tools/misc/sxp-pretty xen-3.4.2/tools/misc/sxp-pretty
11 --- xen-3.4.2.orig/tools/misc/sxp-pretty        2009-11-10 16:12:56.000000000 +0100
12 +++ xen-3.4.2/tools/misc/sxp-pretty     2010-02-13 18:26:29.000000000 +0100
13 @@ -1,4 +1,4 @@
14 -#!/usr/bin/env python
15 +#!/usr/bin/python
16  #  -*- mode: python; -*-
17  #============================================================================
18  # This library is free software; you can redistribute it and/or
19 diff -Naur xen-3.4.2.orig/tools/misc/xen-bugtool xen-3.4.2/tools/misc/xen-bugtool
20 --- xen-3.4.2.orig/tools/misc/xen-bugtool       2009-11-10 16:12:56.000000000 +0100
21 +++ xen-3.4.2/tools/misc/xen-bugtool    2010-02-13 18:26:29.000000000 +0100
22 @@ -1,4 +1,4 @@
23 -#!/usr/bin/env python
24 +#!/usr/bin/python
25  
26  #  -*- mode: python; -*-
27  
28 diff -Naur xen-3.4.2.orig/tools/misc/xencons xen-3.4.2/tools/misc/xencons
29 --- xen-3.4.2.orig/tools/misc/xencons   2009-11-10 16:12:56.000000000 +0100
30 +++ xen-3.4.2/tools/misc/xencons        2010-02-13 18:26:29.000000000 +0100
31 @@ -1,4 +1,4 @@
32 -#!/usr/bin/env python
33 +#!/usr/bin/python
34  
35  ##############################################
36  # Console client for Xen guest OSes
37 diff -Naur xen-3.4.2.orig/tools/misc/xend xen-3.4.2/tools/misc/xend
38 --- xen-3.4.2.orig/tools/misc/xend      2009-11-10 16:12:56.000000000 +0100
39 +++ xen-3.4.2/tools/misc/xend   2010-02-13 18:26:29.000000000 +0100
40 @@ -1,4 +1,4 @@
41 -#!/usr/bin/env python
42 +#!/usr/bin/python
43  #  -*- mode: python; -*-
44  #============================================================================
45  # Copyright (C) 2004 Mike Wray <mike.wray@hp.com>
46 diff -Naur xen-3.4.2.orig/tools/misc/xen-python-path xen-3.4.2/tools/misc/xen-python-path
47 --- xen-3.4.2.orig/tools/misc/xen-python-path   2009-11-10 16:12:56.000000000 +0100
48 +++ xen-3.4.2/tools/misc/xen-python-path        2010-02-13 18:26:29.000000000 +0100
49 @@ -1,4 +1,4 @@
50 -#!/usr/bin/env python
51 +#!/usr/bin/python
52  #  -*- mode: python; -*-
53  #============================================================================
54  # This library is free software; you can redistribute it and/or
55 diff -Naur xen-3.4.2.orig/tools/misc/xensymoops xen-3.4.2/tools/misc/xensymoops
56 --- xen-3.4.2.orig/tools/misc/xensymoops        2009-11-10 16:12:56.000000000 +0100
57 +++ xen-3.4.2/tools/misc/xensymoops     2010-02-13 18:26:29.000000000 +0100
58 @@ -1,4 +1,4 @@
59 -#!/usr/bin/env python
60 +#!/usr/bin/python
61  
62  # An oops analyser for Xen
63  # Usage: xensymoops path-to-xen.s < oops-message
64 diff -Naur xen-3.4.2.orig/tools/misc/xm xen-3.4.2/tools/misc/xm
65 --- xen-3.4.2.orig/tools/misc/xm        2009-11-10 16:12:56.000000000 +0100
66 +++ xen-3.4.2/tools/misc/xm     2010-02-13 18:26:29.000000000 +0100
67 @@ -1,4 +1,4 @@
68 -#!/usr/bin/env python
69 +#!/usr/bin/python
70  #  -*- mode: python; -*-
71  import sys
72  
73 diff -Naur xen-3.4.2.orig/tools/misc/xsview xen-3.4.2/tools/misc/xsview
74 --- xen-3.4.2.orig/tools/misc/xsview    2009-11-10 16:12:56.000000000 +0100
75 +++ xen-3.4.2/tools/misc/xsview 2010-02-13 18:26:29.000000000 +0100
76 @@ -1,4 +1,4 @@
77 -#!/usr/bin/env python
78 +#!/usr/bin/python
79  
80  import sys
81  
82 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/logconf.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/logconf.py
83 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/logconf.py 2009-11-10 16:12:56.000000000 +0100
84 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/logconf.py      2010-02-13 18:26:29.000000000 +0100
85 @@ -1,4 +1,4 @@
86 -#!/usr/bin/env python
87 +#!/usr/bin/python
88  #
89  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
90  #
91 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test0.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test0.py
92 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test0.py       2009-11-10 16:12:56.000000000 +0100
93 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test0.py    2010-02-13 18:26:29.000000000 +0100
94 @@ -1,4 +1,4 @@
95 -#!/usr/bin/env python
96 +#!/usr/bin/python
97  #
98  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
99  #
100 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test10.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test10.py
101 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test10.py      2009-11-10 16:12:56.000000000 +0100
102 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test10.py   2010-02-13 18:26:29.000000000 +0100
103 @@ -1,4 +1,4 @@
104 -#!/usr/bin/env python
105 +#!/usr/bin/python
106  #
107  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
108  #
109 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test11.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test11.py
110 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test11.py      2009-11-10 16:12:56.000000000 +0100
111 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test11.py   2010-02-13 18:26:29.000000000 +0100
112 @@ -1,4 +1,4 @@
113 -#!/usr/bin/env python
114 +#!/usr/bin/python
115  #
116  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
117  #
118 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test12.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test12.py
119 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test12.py      2009-11-10 16:12:56.000000000 +0100
120 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test12.py   2010-02-13 18:26:29.000000000 +0100
121 @@ -1,4 +1,4 @@
122 -#!/usr/bin/env python
123 +#!/usr/bin/python
124  #
125  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
126  #
127 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test13.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test13.py
128 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test13.py      2009-11-10 16:12:56.000000000 +0100
129 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test13.py   2010-02-13 18:26:29.000000000 +0100
130 @@ -1,4 +1,4 @@
131 -#!/usr/bin/env python
132 +#!/usr/bin/python
133  #
134  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
135  #
136 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test14.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test14.py
137 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test14.py      2009-11-10 16:12:56.000000000 +0100
138 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test14.py   2010-02-13 18:26:29.000000000 +0100
139 @@ -1,4 +1,4 @@
140 -#!/usr/bin/env python
141 +#!/usr/bin/python
142  #
143  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
144  #
145 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test15.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test15.py
146 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test15.py      2009-11-10 16:12:56.000000000 +0100
147 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test15.py   2010-02-13 18:26:29.000000000 +0100
148 @@ -1,4 +1,4 @@
149 -#!/usr/bin/env python
150 +#!/usr/bin/python
151  #
152  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
153  #
154 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test16.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test16.py
155 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test16.py      2009-11-10 16:12:56.000000000 +0100
156 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test16.py   2010-02-13 18:26:29.000000000 +0100
157 @@ -1,4 +1,4 @@
158 -#!/usr/bin/env python
159 +#!/usr/bin/python
160  #
161  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
162  #
163 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test17.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test17.py
164 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test17.py      2009-11-10 16:12:56.000000000 +0100
165 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test17.py   2010-02-13 18:26:29.000000000 +0100
166 @@ -1,4 +1,4 @@
167 -#!/usr/bin/env python
168 +#!/usr/bin/python
169  #
170  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
171  #
172 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test18.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test18.py
173 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test18.py      2009-11-10 16:12:56.000000000 +0100
174 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test18.py   2010-02-13 18:26:29.000000000 +0100
175 @@ -1,4 +1,4 @@
176 -#!/usr/bin/env python
177 +#!/usr/bin/python
178  #
179  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
180  #
181 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test19.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test19.py
182 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test19.py      2009-11-10 16:12:56.000000000 +0100
183 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test19.py   2010-02-13 18:26:29.000000000 +0100
184 @@ -1,4 +1,4 @@
185 -#!/usr/bin/env python
186 +#!/usr/bin/python
187  #
188  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
189  #
190 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test1.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test1.py
191 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test1.py       2009-11-10 16:12:56.000000000 +0100
192 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test1.py    2010-02-13 18:26:29.000000000 +0100
193 @@ -1,4 +1,4 @@
194 -#!/usr/bin/env python
195 +#!/usr/bin/python
196  #
197  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
198  #
199 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test20.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test20.py
200 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test20.py      2009-11-10 16:12:56.000000000 +0100
201 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test20.py   2010-02-13 18:26:29.000000000 +0100
202 @@ -1,4 +1,4 @@
203 -#!/usr/bin/env python
204 +#!/usr/bin/python
205  #
206  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
207  #
208 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test21.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test21.py
209 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test21.py      2009-11-10 16:12:56.000000000 +0100
210 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test21.py   2010-02-13 18:26:29.000000000 +0100
211 @@ -1,4 +1,4 @@
212 -#!/usr/bin/env python
213 +#!/usr/bin/python
214  #
215  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
216  #
217 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test22.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test22.py
218 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test22.py      2009-11-10 16:12:56.000000000 +0100
219 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test22.py   2010-02-13 18:26:29.000000000 +0100
220 @@ -1,4 +1,4 @@
221 -#!/usr/bin/env python
222 +#!/usr/bin/python
223  #
224  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
225  #
226 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test2.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test2.py
227 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test2.py       2009-11-10 16:12:56.000000000 +0100
228 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test2.py    2010-02-13 18:26:29.000000000 +0100
229 @@ -1,4 +1,4 @@
230 -#!/usr/bin/env python
231 +#!/usr/bin/python
232  #
233  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
234  #
235 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test3.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test3.py
236 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test3.py       2009-11-10 16:12:56.000000000 +0100
237 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test3.py    2010-02-13 18:26:29.000000000 +0100
238 @@ -1,4 +1,4 @@
239 -#!/usr/bin/env python
240 +#!/usr/bin/python
241  #
242  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
243  #
244 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test4.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test4.py
245 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test4.py       2009-11-10 16:12:56.000000000 +0100
246 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test4.py    2010-02-13 18:26:29.000000000 +0100
247 @@ -1,4 +1,4 @@
248 -#!/usr/bin/env python
249 +#!/usr/bin/python
250  #
251  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
252  #
253 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test5.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test5.py
254 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test5.py       2009-11-10 16:12:56.000000000 +0100
255 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test5.py    2010-02-13 18:26:29.000000000 +0100
256 @@ -1,4 +1,4 @@
257 -#!/usr/bin/env python
258 +#!/usr/bin/python
259  #
260  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
261  #
262 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test6.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test6.py
263 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test6.py       2009-11-10 16:12:56.000000000 +0100
264 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test6.py    2010-02-13 18:26:29.000000000 +0100
265 @@ -1,4 +1,4 @@
266 -#!/usr/bin/env python
267 +#!/usr/bin/python
268  #
269  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
270  #
271 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test7.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test7.py
272 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test7.py       2009-11-10 16:12:56.000000000 +0100
273 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test7.py    2010-02-13 18:26:29.000000000 +0100
274 @@ -1,4 +1,4 @@
275 -#!/usr/bin/env python
276 +#!/usr/bin/python
277  #
278  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
279  #
280 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test8.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test8.py
281 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test8.py       2009-11-10 16:12:56.000000000 +0100
282 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test8.py    2010-02-13 18:26:29.000000000 +0100
283 @@ -1,4 +1,4 @@
284 -#!/usr/bin/env python
285 +#!/usr/bin/python
286  #
287  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
288  #
289 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test9.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test9.py
290 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test9.py       2009-11-10 16:12:56.000000000 +0100
291 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test9.py    2010-02-13 18:26:29.000000000 +0100
292 @@ -1,4 +1,4 @@
293 -#!/usr/bin/env python
294 +#!/usr/bin/python
295  #
296  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
297  #
298 diff -Naur xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test.py xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test.py
299 --- xen-3.4.2.orig/tools/python/logging/logging-0.4.9.2/test/log_test.py        2009-11-10 16:12:56.000000000 +0100
300 +++ xen-3.4.2/tools/python/logging/logging-0.4.9.2/test/log_test.py     2010-02-13 18:26:29.000000000 +0100
301 @@ -1,4 +1,4 @@
302 -#!/usr/bin/env python
303 +#!/usr/bin/python
304  #
305  # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
306  #
307 diff -Naur xen-3.4.2.orig/tools/python/xen/util/bugtool.py xen-3.4.2/tools/python/xen/util/bugtool.py
308 --- xen-3.4.2.orig/tools/python/xen/util/bugtool.py     2009-11-10 16:12:56.000000000 +0100
309 +++ xen-3.4.2/tools/python/xen/util/bugtool.py  2010-02-13 18:26:29.000000000 +0100
310 @@ -1,4 +1,4 @@
311 -#!/usr/bin/env python
312 +#!/usr/bin/python
313  
314  # This library is free software; you can redistribute it and/or
315  # modify it under the terms of version 2.1 of the GNU Lesser General Public
316 diff -Naur xen-3.4.2.orig/tools/python/xen/util/pci.py xen-3.4.2/tools/python/xen/util/pci.py
317 --- xen-3.4.2.orig/tools/python/xen/util/pci.py 2009-11-10 16:12:56.000000000 +0100
318 +++ xen-3.4.2/tools/python/xen/util/pci.py      2010-02-13 18:26:29.000000000 +0100
319 @@ -1,4 +1,4 @@
320 -#!/usr/bin/env python
321 +#!/usr/bin/python
322  #
323  # PCI Device Information Class
324  # - Helps obtain information about which I/O resources a PCI device needs
325 diff -Naur xen-3.4.2.orig/tools/python/xen/util/vscsi_util.py xen-3.4.2/tools/python/xen/util/vscsi_util.py
326 --- xen-3.4.2.orig/tools/python/xen/util/vscsi_util.py  2009-11-10 16:12:56.000000000 +0100
327 +++ xen-3.4.2/tools/python/xen/util/vscsi_util.py       2010-02-13 18:26:29.000000000 +0100
328 @@ -1,4 +1,4 @@
329 -#!/usr/bin/env python
330 +#!/usr/bin/python
331  #  -*- mode: python; -*-
332  
333  #============================================================================
334 diff -Naur xen-3.4.2.orig/tools/python/xen/xend/arch.py xen-3.4.2/tools/python/xen/xend/arch.py
335 --- xen-3.4.2.orig/tools/python/xen/xend/arch.py        2009-11-10 16:12:56.000000000 +0100
336 +++ xen-3.4.2/tools/python/xen/xend/arch.py     2010-02-13 18:26:29.000000000 +0100
337 @@ -1,4 +1,4 @@
338 -#!/usr/bin/env python
339 +#!/usr/bin/python
340  #
341  # This library is free software; you can redistribute it and/or
342  # modify it under the terms of version 2.1 of the GNU Lesser General Public
343 diff -Naur xen-3.4.2.orig/tools/python/xen/xend/osdep.py xen-3.4.2/tools/python/xen/xend/osdep.py
344 --- xen-3.4.2.orig/tools/python/xen/xend/osdep.py       2009-11-10 16:12:56.000000000 +0100
345 +++ xen-3.4.2/tools/python/xen/xend/osdep.py    2010-02-13 18:26:29.000000000 +0100
346 @@ -1,4 +1,4 @@
347 -#!/usr/bin/env python
348 +#!/usr/bin/python
349  #
350  # This library is free software; you can redistribute it and/or
351  # modify it under the terms of version 2.1 of the GNU Lesser General Public
352 diff -Naur xen-3.4.2.orig/tools/python/xen/xend/sxp.py xen-3.4.2/tools/python/xen/xend/sxp.py
353 --- xen-3.4.2.orig/tools/python/xen/xend/sxp.py 2009-11-10 16:12:56.000000000 +0100
354 +++ xen-3.4.2/tools/python/xen/xend/sxp.py      2010-02-13 18:26:29.000000000 +0100
355 @@ -1,4 +1,4 @@
356 -#!/usr/bin/env python
357 +#!/usr/bin/python
358  #============================================================================
359  # This library is free software; you can redistribute it and/or
360  # modify it under the terms of version 2.1 of the GNU Lesser General Public
361 diff -Naur xen-3.4.2.orig/tools/python/xen/xend/XendClient.py xen-3.4.2/tools/python/xen/xend/XendClient.py
362 --- xen-3.4.2.orig/tools/python/xen/xend/XendClient.py  2009-11-10 16:12:56.000000000 +0100
363 +++ xen-3.4.2/tools/python/xen/xend/XendClient.py       2010-02-13 18:26:29.000000000 +0100
364 @@ -1,4 +1,4 @@
365 -#!/usr/bin/env python
366 +#!/usr/bin/python
367  #============================================================================
368  # This library is free software; you can redistribute it and/or
369  # modify it under the terms of version 2.1 of the GNU Lesser General Public
370 diff -Naur xen-3.4.2.orig/tools/security/python/xensec_tools/acm_getlabel xen-3.4.2/tools/security/python/xensec_tools/acm_getlabel
371 --- xen-3.4.2.orig/tools/security/python/xensec_tools/acm_getlabel      2009-11-10 16:12:56.000000000 +0100
372 +++ xen-3.4.2/tools/security/python/xensec_tools/acm_getlabel   2010-02-13 18:26:29.000000000 +0100
373 @@ -1,4 +1,4 @@
374 -#!/usr/bin/env python
375 +#!/usr/bin/python
376  #  -*- mode: python; -*-
377  import sys
378  import traceback
379 diff -Naur xen-3.4.2.orig/tools/security/xensec_ezpolicy xen-3.4.2/tools/security/xensec_ezpolicy
380 --- xen-3.4.2.orig/tools/security/xensec_ezpolicy       2009-11-10 16:12:56.000000000 +0100
381 +++ xen-3.4.2/tools/security/xensec_ezpolicy    2010-02-13 18:26:29.000000000 +0100
382 @@ -1,4 +1,4 @@
383 -#!/usr/bin/env python
384 +#!/usr/bin/python
385  #===========================================================================
386  # This program is free software; you can redistribute it and/or
387  # modify it under the terms of version 2.1 of the GNU Lesser General Public
388 diff -Naur xen-3.4.2.orig/tools/xenmon/xenmon.py xen-3.4.2/tools/xenmon/xenmon.py
389 --- xen-3.4.2.orig/tools/xenmon/xenmon.py       2009-11-10 16:12:57.000000000 +0100
390 +++ xen-3.4.2/tools/xenmon/xenmon.py    2010-02-13 18:26:29.000000000 +0100
391 @@ -1,4 +1,4 @@
392 -#!/usr/bin/env python
393 +#!/usr/bin/python
394  
395  #####################################################################
396  # xenmon is a front-end for xenbaked.
397 diff -Naur xen-3.4.2.orig/tools/xentrace/xentrace_format xen-3.4.2/tools/xentrace/xentrace_format
398 --- xen-3.4.2.orig/tools/xentrace/xentrace_format       2009-11-10 16:12:57.000000000 +0100
399 +++ xen-3.4.2/tools/xentrace/xentrace_format    2010-02-13 18:26:29.000000000 +0100
400 @@ -1,4 +1,4 @@
401 -#!/usr/bin/env python
402 +#!/usr/bin/python
403  
404  # by Mark Williamson, (C) 2004 Intel Research Cambridge
405  
406 diff -Naur xen-3.4.2.orig/xen/tools/compat-build-header.py xen-3.4.2/xen/tools/compat-build-header.py
407 --- xen-3.4.2.orig/xen/tools/compat-build-header.py     2009-11-10 16:12:59.000000000 +0100
408 +++ xen-3.4.2/xen/tools/compat-build-header.py  2010-02-13 18:26:29.000000000 +0100
409 @@ -1,4 +1,4 @@
410 -#!/usr/bin/env python
411 +#!/usr/bin/python
412  
413  import re,sys
414  
415 diff -Naur xen-3.4.2.orig/xen/tools/compat-build-source.py xen-3.4.2/xen/tools/compat-build-source.py
416 --- xen-3.4.2.orig/xen/tools/compat-build-source.py     2009-11-10 16:12:59.000000000 +0100
417 +++ xen-3.4.2/xen/tools/compat-build-source.py  2010-02-13 18:26:29.000000000 +0100
418 @@ -1,4 +1,4 @@
419 -#!/usr/bin/env python
420 +#!/usr/bin/python
421  
422  import re,sys
423  
424 diff -Naur xen-3.4.2.orig/tools/check/check_python_devel xen-3.4.2/tools/check/check_python_devel
425 --- xen-3.4.2.orig/tools/check/check_python_devel       2009-11-10 16:12:55.000000000 +0100
426 +++ xen-3.4.2/tools/check/check_python_devel    2010-02-13 18:27:11.000000000 +0100
427 @@ -6,7 +6,7 @@
428  python -c '
429  import os.path, sys
430  for p in sys.path:
431 -       if os.path.exists(p + "/config/Makefile"):
432 +       if os.path.exists(p + "/../config/Makefile"):
433                 sys.exit(0)
434  sys.exit(1)
435  ' || fail "can't find python devel files"
436
This page took 0.159445 seconds and 3 git commands to generate.