]> git.pld-linux.org Git - packages/xen.git/blame - xen-python_scripts.patch
- updated to 4.17.3
[packages/xen.git] / xen-python_scripts.patch
CommitLineData
6f09bc96
JR
1diff -ur xen-4.13.1/tools/misc/xencons xen-4.13.1.py/tools/misc/xencons
2--- xen-4.13.1/tools/misc/xencons 2020-05-14 14:19:32.000000000 +0200
3+++ xen-4.13.1.py/tools/misc/xencons 2020-06-07 19:58:48.203256360 +0200
18371059
JK
4@@ -1,4 +1,4 @@
5-#!/usr/bin/env python
6f09bc96
JR
6+#!/usr/bin/python2
7
8 ##############################################
9 # Console client for Xen guest OSes
a61f3252
JB
10--- xen-4.14.3/tools/misc/xencov_split.orig 2021-11-06 16:33:29.985897878 +0100
11+++ xen-4.14.3/tools/misc/xencov_split 2021-11-06 16:46:44.168262090 +0100
6f09bc96 12@@ -1,4 +1,4 @@
a61f3252 13-#!/usr/bin/env python
6f09bc96
JR
14+#!/usr/bin/python2
15
16 import sys, os, os.path as path, struct, errno
17 from optparse import OptionParser
18diff -ur xen-4.13.1/tools/misc/xenpvnetboot xen-4.13.1.py/tools/misc/xenpvnetboot
19--- xen-4.13.1/tools/misc/xenpvnetboot 2020-05-14 14:19:32.000000000 +0200
20+++ xen-4.13.1.py/tools/misc/xenpvnetboot 2020-06-07 19:58:48.203256360 +0200
21@@ -1,4 +1,4 @@
22-#!/usr/bin/env python
23+#!/usr/bin/python2
bf4f47e8
JK
24 #
25 # Copyright (C) 2010 Oracle. All rights reserved.
26 #
6f09bc96
JR
27diff -ur xen-4.13.1/tools/xentrace/xentrace_format xen-4.13.1.py/tools/xentrace/xentrace_format
28--- xen-4.13.1/tools/xentrace/xentrace_format 2020-05-14 14:19:32.000000000 +0200
29+++ xen-4.13.1.py/tools/xentrace/xentrace_format 2020-06-07 19:58:48.203256360 +0200
30@@ -1,4 +1,4 @@
31-#!/usr/bin/env python
32+#!/usr/bin/python2
33
34 # by Mark Williamson, (C) 2004 Intel Research Cambridge
35
This page took 0.361103 seconds and 5 git commands to generate.