]> git.pld-linux.org Git - packages/xen.git/blame - xen-bash_scripts.patch
- subpackage for hypervisor
[packages/xen.git] / xen-bash_scripts.patch
CommitLineData
836669fe
JK
1diff -dur -x '*~' xen-3.0.2.orig/tools/examples/block xen-3.0.2/tools/examples/block
2--- xen-3.0.2.orig/tools/examples/block 2006-04-10 00:05:53.000000000 +0200
3+++ xen-3.0.2/tools/examples/block 2006-04-30 20:18:41.000000000 +0200
4@@ -1,4 +1,4 @@
5-#!/bin/sh
6+#!/bin/bash
7
8 dir=$(dirname "$0")
9 . "$dir/block-common.sh"
10diff -dur -x '*~' xen-3.0.2.orig/tools/examples/block-enbd xen-3.0.2/tools/examples/block-enbd
11--- xen-3.0.2.orig/tools/examples/block-enbd 2006-04-10 00:05:53.000000000 +0200
12+++ xen-3.0.2/tools/examples/block-enbd 2006-04-30 20:18:41.000000000 +0200
13@@ -1,4 +1,4 @@
14-#!/bin/sh
15+#!/bin/bash
16
17 # Usage: block-enbd [bind server ctl_port |unbind node]
18 #
19diff -dur -x '*~' xen-3.0.2.orig/tools/examples/block-nbd xen-3.0.2/tools/examples/block-nbd
20--- xen-3.0.2.orig/tools/examples/block-nbd 2006-04-10 00:05:53.000000000 +0200
21+++ xen-3.0.2/tools/examples/block-nbd 2006-04-30 20:18:41.000000000 +0200
22@@ -1,4 +1,4 @@
23-#!/bin/sh
24+#!/bin/bash
25
26 # Usage: block-nbd [bind server ctl_port |unbind node]
27 #
28diff -dur -x '*~' xen-3.0.2.orig/tools/examples/network-bridge xen-3.0.2/tools/examples/network-bridge
29--- xen-3.0.2.orig/tools/examples/network-bridge 2006-04-10 00:05:53.000000000 +0200
30+++ xen-3.0.2/tools/examples/network-bridge 2006-04-30 20:18:41.000000000 +0200
31@@ -1,4 +1,4 @@
32-#!/bin/sh
33+#!/bin/bash
34 #============================================================================
35 # Default Xen network start/stop script.
36 # Xend calls a network script when it starts.
37diff -dur -x '*~' xen-3.0.2.orig/tools/examples/network-nat xen-3.0.2/tools/examples/network-nat
38--- xen-3.0.2.orig/tools/examples/network-nat 2006-04-10 00:05:53.000000000 +0200
39+++ xen-3.0.2/tools/examples/network-nat 2006-04-30 20:18:41.000000000 +0200
40@@ -1,4 +1,4 @@
41-#!/bin/sh
42+#!/bin/bash
43 #============================================================================
44 # Default Xen network start/stop script when using NAT.
45 # Xend calls a network script when it starts.
46diff -dur -x '*~' xen-3.0.2.orig/tools/examples/network-route xen-3.0.2/tools/examples/network-route
47--- xen-3.0.2.orig/tools/examples/network-route 2006-04-10 00:05:53.000000000 +0200
48+++ xen-3.0.2/tools/examples/network-route 2006-04-30 20:18:41.000000000 +0200
49@@ -1,4 +1,4 @@
50-#!/bin/sh
51+#!/bin/bash
52 #============================================================================
53 # Default Xen network start/stop script.
54 # Xend calls a network script when it starts.
55diff -dur -x '*~' xen-3.0.2.orig/tools/examples/vif-bridge xen-3.0.2/tools/examples/vif-bridge
56--- xen-3.0.2.orig/tools/examples/vif-bridge 2006-04-10 00:05:53.000000000 +0200
57+++ xen-3.0.2/tools/examples/vif-bridge 2006-04-30 20:18:41.000000000 +0200
58@@ -1,4 +1,4 @@
59-#!/bin/sh
60+#!/bin/bash
61 #============================================================================
62 # /etc/xen/vif-bridge
63 #
64diff -dur -x '*~' xen-3.0.2.orig/tools/examples/vif-nat xen-3.0.2/tools/examples/vif-nat
65--- xen-3.0.2.orig/tools/examples/vif-nat 2006-04-10 00:05:53.000000000 +0200
66+++ xen-3.0.2/tools/examples/vif-nat 2006-04-30 20:18:41.000000000 +0200
67@@ -1,4 +1,4 @@
68-#!/bin/sh
69+#!/bin/bash
70 #============================================================================
71 # /etc/xen/vif-nat
72 #
73diff -dur -x '*~' xen-3.0.2.orig/tools/examples/vif-route xen-3.0.2/tools/examples/vif-route
74--- xen-3.0.2.orig/tools/examples/vif-route 2006-04-10 00:05:53.000000000 +0200
75+++ xen-3.0.2/tools/examples/vif-route 2006-04-30 20:18:41.000000000 +0200
76@@ -1,4 +1,4 @@
77-#!/bin/sh
78+#!/bin/bash
79 #============================================================================
80 # /etc/xen/vif-route
81 #
82diff -dur -x '*~' xen-3.0.2.orig/tools/examples/vtpm xen-3.0.2/tools/examples/vtpm
83--- xen-3.0.2.orig/tools/examples/vtpm 2006-04-10 00:05:53.000000000 +0200
84+++ xen-3.0.2/tools/examples/vtpm 2006-04-30 20:18:41.000000000 +0200
85@@ -1,4 +1,4 @@
86-#!/bin/sh
87+#!/bin/bash
88
89 dir=$(dirname "$0")
90 . "$dir/vtpm-hotplug-common.sh"
91diff -dur -x '*~' xen-3.0.2.orig/tools/examples/vtpm-delete xen-3.0.2/tools/examples/vtpm-delete
92--- xen-3.0.2.orig/tools/examples/vtpm-delete 2006-04-10 00:05:53.000000000 +0200
93+++ xen-3.0.2/tools/examples/vtpm-delete 2006-04-30 20:18:41.000000000 +0200
94@@ -1,4 +1,4 @@
95-#!/bin/sh
96+#!/bin/bash
97
98 # This scripts must be called the following way:
99 # vtpm-delete <domain name>
This page took 0.059484 seconds and 4 git commands to generate.