SOURCES: xen-python_scripts.patch (NEW) - fixes xen Python scripts...

jajcus jajcus at pld-linux.org
Sun Apr 30 20:53:36 CEST 2006


Author: jajcus                       Date: Sun Apr 30 18:53:36 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixes xen Python scripts' headers (#!/usr/bin/python instead of #!/usr/bin/env)

---- Files affected:
SOURCES:
   xen-python_scripts.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xen-python_scripts.patch
diff -u /dev/null SOURCES/xen-python_scripts.patch:1.1
--- /dev/null	Sun Apr 30 20:53:36 2006
+++ SOURCES/xen-python_scripts.patch	Sun Apr 30 20:53:31 2006
@@ -0,0 +1,135 @@
+diff -dru xen-3.0.2.orig/tools/check/check_logging xen-3.0.2/tools/check/check_logging
+--- xen-3.0.2.orig/tools/check/check_logging	2006-04-10 00:05:52.000000000 +0200
++++ xen-3.0.2/tools/check/check_logging	2006-04-30 20:13:13.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ #  -*- mode: python; -*-
+ 
+ import os
+diff -dru xen-3.0.2.orig/tools/ioemu/keymaps/convert-map xen-3.0.2/tools/ioemu/keymaps/convert-map
+--- xen-3.0.2.orig/tools/ioemu/keymaps/convert-map	2006-04-10 00:05:53.000000000 +0200
++++ xen-3.0.2/tools/ioemu/keymaps/convert-map	2006-04-30 20:13:13.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python2
++#!/usr/bin/python
+ # -*-Python-*-
+ #
+ # 
+diff -dru xen-3.0.2.orig/tools/misc/netfix xen-3.0.2/tools/misc/netfix
+--- xen-3.0.2.orig/tools/misc/netfix	2006-04-10 00:05:53.000000000 +0200
++++ xen-3.0.2/tools/misc/netfix	2006-04-30 20:13:13.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ #  -*- mode: python; -*-
+ #============================================================================
+ # Copyright (C) 2004 Mike Wray <mike.wray at hp.com>
+diff -dru xen-3.0.2.orig/tools/misc/xen-bugtool xen-3.0.2/tools/misc/xen-bugtool
+--- xen-3.0.2.orig/tools/misc/xen-bugtool	2006-04-10 00:05:53.000000000 +0200
++++ xen-3.0.2/tools/misc/xen-bugtool	2006-04-30 20:13:13.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ 
+ #  -*- mode: python; -*-
+ 
+diff -dru xen-3.0.2.orig/tools/misc/xencons xen-3.0.2/tools/misc/xencons
+--- xen-3.0.2.orig/tools/misc/xencons	2006-04-10 00:05:53.000000000 +0200
++++ xen-3.0.2/tools/misc/xencons	2006-04-30 20:13:13.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ 
+ ##############################################
+ # Console client for Xen guest OSes
+diff -dru xen-3.0.2.orig/tools/misc/xend xen-3.0.2/tools/misc/xend
+--- xen-3.0.2.orig/tools/misc/xend	2006-04-10 00:05:53.000000000 +0200
++++ xen-3.0.2/tools/misc/xend	2006-04-30 20:13:13.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ #  -*- mode: python; -*-
+ #============================================================================
+ # Copyright (C) 2004 Mike Wray <mike.wray at hp.com>
+diff -dru xen-3.0.2.orig/tools/misc/xensymoops xen-3.0.2/tools/misc/xensymoops
+--- xen-3.0.2.orig/tools/misc/xensymoops	2006-04-10 00:05:53.000000000 +0200
++++ xen-3.0.2/tools/misc/xensymoops	2006-04-30 20:13:13.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ 
+ # An oops analyser for Xen
+ # Usage: xensymoops path-to-xen.s < oops-message
+diff -dru xen-3.0.2.orig/tools/misc/xm xen-3.0.2/tools/misc/xm
+--- xen-3.0.2.orig/tools/misc/xm	2006-04-10 00:05:53.000000000 +0200
++++ xen-3.0.2/tools/misc/xm	2006-04-30 20:13:13.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ #  -*- mode: python; -*-
+ import sys
+ 
+diff -dru xen-3.0.2.orig/tools/python/xen/util/bugtool.py xen-3.0.2/tools/python/xen/util/bugtool.py
+--- xen-3.0.2.orig/tools/python/xen/util/bugtool.py	2006-04-10 00:05:53.000000000 +0200
++++ xen-3.0.2/tools/python/xen/util/bugtool.py	2006-04-30 20:13:13.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ 
+ # This library is free software; you can redistribute it and/or
+ # modify it under the terms of version 2.1 of the GNU Lesser General Public
+diff -dru xen-3.0.2.orig/tools/python/xen/util/pci.py xen-3.0.2/tools/python/xen/util/pci.py
+--- xen-3.0.2.orig/tools/python/xen/util/pci.py	2006-04-10 00:05:53.000000000 +0200
++++ xen-3.0.2/tools/python/xen/util/pci.py	2006-04-30 20:13:13.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ #
+ # PCI Device Information Class
+ # - Helps obtain information about which I/O resources a PCI device needs
+diff -dru xen-3.0.2.orig/tools/python/xen/xend/XendClient.py xen-3.0.2/tools/python/xen/xend/XendClient.py
+--- xen-3.0.2.orig/tools/python/xen/xend/XendClient.py	2006-04-10 00:05:53.000000000 +0200
++++ xen-3.0.2/tools/python/xen/xend/XendClient.py	2006-04-30 20:13:13.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ #============================================================================
+ # This library is free software; you can redistribute it and/or
+ # modify it under the terms of version 2.1 of the GNU Lesser General Public
+diff -dru xen-3.0.2.orig/tools/python/xen/xend/sxp.py xen-3.0.2/tools/python/xen/xend/sxp.py
+--- xen-3.0.2.orig/tools/python/xen/xend/sxp.py	2006-04-10 00:05:53.000000000 +0200
++++ xen-3.0.2/tools/python/xen/xend/sxp.py	2006-04-30 20:13:13.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ #============================================================================
+ # This library is free software; you can redistribute it and/or
+ # modify it under the terms of version 2.1 of the GNU Lesser General Public
+diff -dru xen-3.0.2.orig/tools/vnet/scripts/vn xen-3.0.2/tools/vnet/scripts/vn
+--- xen-3.0.2.orig/tools/vnet/scripts/vn	2006-04-10 00:05:54.000000000 +0200
++++ xen-3.0.2/tools/vnet/scripts/vn	2006-04-30 20:13:13.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python2.4
++#!/usr/bin/python
+ #  -*- mode: python; -*-
+ #============================================================================
+ # Copyright (C) 2005, 2006 Mike Wray <mike.wray at hp.com>
+diff -dru xen-3.0.2.orig/tools/xenmon/xenmon.py xen-3.0.2/tools/xenmon/xenmon.py
+--- xen-3.0.2.orig/tools/xenmon/xenmon.py	2006-04-10 00:05:54.000000000 +0200
++++ xen-3.0.2/tools/xenmon/xenmon.py	2006-04-30 20:13:13.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ 
+ #####################################################################
+ # xenmon is a front-end for xenbaked.
+diff -dru xen-3.0.2.orig/tools/xentrace/xentrace_format xen-3.0.2/tools/xentrace/xentrace_format
+--- xen-3.0.2.orig/tools/xentrace/xentrace_format	2006-04-10 00:05:54.000000000 +0200
++++ xen-3.0.2/tools/xentrace/xentrace_format	2006-04-30 20:13:13.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ 
+ # by Mark Williamson, (C) 2004 Intel Research Cambridge
+ 
================================================================


More information about the pld-cvs-commit mailing list