[Pkg-xen-changes] r247 - trunk/xen-common/debian/patches

Bastian Blank waldi at costa.debian.org
Tue Aug 22 09:38:53 UTC 2006


Author: waldi
Date: Tue Aug 22 09:38:51 2006
New Revision: 247

Added:
   trunk/xen-common/debian/patches/00list
   trunk/xen-common/debian/patches/network-dummy.dpatch   (contents, props changed)
   trunk/xen-common/debian/patches/xend-disable-relocation.dpatch   (contents, props changed)

Log:
* debian/patches/00list
  - Add network-dummy.
  - Add xend-disable-relocation.
* debian/patches/network-dummy.dpatch,
  debian/patches/xend-disable-relocation.dpatch: Add.


Added: trunk/xen-common/debian/patches/00list
==============================================================================
--- (empty file)
+++ trunk/xen-common/debian/patches/00list	Tue Aug 22 09:38:51 2006
@@ -0,0 +1,2 @@
+network-dummy
+xend-disable-relocation

Added: trunk/xen-common/debian/patches/network-dummy.dpatch
==============================================================================
--- (empty file)
+++ trunk/xen-common/debian/patches/network-dummy.dpatch	Tue Aug 22 09:38:51 2006
@@ -0,0 +1,37 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## network-dummy.dpatch by Bastian Blank <waldi at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad xen-common~/tools/examples/Makefile xen-common/tools/examples/Makefile
+--- xen-common~/tools/examples/Makefile	2006-08-18 13:34:02.000000000 +0000
++++ xen-common/tools/examples/Makefile	2006-08-22 09:35:03.887091425 +0000
+@@ -26,6 +26,7 @@
+ XEN_SCRIPTS = network-bridge vif-bridge
+ XEN_SCRIPTS += network-route vif-route
+ XEN_SCRIPTS += network-nat vif-nat
++XEN_SCRIPTS += network-dummy
+ XEN_SCRIPTS += block
+ XEN_SCRIPTS += block-enbd block-nbd
+ XEN_SCRIPTS += blktap
+diff -urNad xen-common~/tools/examples/network-dummy xen-common/tools/examples/network-dummy
+--- xen-common~/tools/examples/network-dummy	1970-01-01 00:00:00.000000000 +0000
++++ xen-common/tools/examples/network-dummy	2006-08-22 09:35:03.887091425 +0000
+@@ -0,0 +1,3 @@
++#!/bin/sh
++
++exit 0
+diff -urNad xen-common~/tools/examples/xend-config.sxp xen-common/tools/examples/xend-config.sxp
+--- xen-common~/tools/examples/xend-config.sxp	2006-08-18 13:34:02.000000000 +0000
++++ xen-common/tools/examples/xend-config.sxp	2006-08-22 09:35:41.118731181 +0000
+@@ -86,7 +86,7 @@
+ # two fake interfaces per guest domain.  To do things like this, write
+ # yourself a wrapper script, and call network-bridge from it, as appropriate.
+ #
+-(network-script network-bridge)
++(network-script network-dummy)
+ 
+ # The script used to control virtual interfaces.  This can be overridden on a
+ # per-vif basis when creating a domain or a configuring a new vif.  The

Added: trunk/xen-common/debian/patches/xend-disable-relocation.dpatch
==============================================================================
--- (empty file)
+++ trunk/xen-common/debian/patches/xend-disable-relocation.dpatch	Tue Aug 22 09:38:51 2006
@@ -0,0 +1,26 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## xend-disable-relocation.dpatch by Bastian Blank <waldi at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad xen-common~/tools/examples/xend-config.sxp xen-common/tools/examples/xend-config.sxp
+--- xen-common~/tools/examples/xend-config.sxp	2006-08-18 13:34:02.000000000 +0000
++++ xen-common/tools/examples/xend-config.sxp	2006-08-22 09:37:17.323040927 +0000
+@@ -19,7 +19,6 @@
+ #(xend-tcp-xmlrpc-server no)
+ #(xend-unix-xmlrpc-server yes)
+ #(xend-relocation-server no)
+-(xend-relocation-server yes)
+ 
+ #(xend-unix-path /var/lib/xend/xend-socket)
+ 
+@@ -54,7 +53,6 @@
+ #  (xend-relocation-hosts-allow '^localhost$ ^.*\.example\.org$')
+ #
+ #(xend-relocation-hosts-allow '')
+-(xend-relocation-hosts-allow '^localhost$ ^localhost\\.localdomain$')
+ 
+ # The limit (in kilobytes) on the size of the console buffer
+ #(console-limit 1024)



More information about the Pkg-xen-changes mailing list