source: trunk/packages/xen-3.1/xen-3.1/debian/patches/qemu-config.dpatch @ 34

Last change on this file since 34 was 34, checked in by hartmans, 18 years ago

Add xen and xen-common

  • Property svn:executable set to *
File size: 669 bytes
Line 
1#! /bin/sh /usr/share/dpatch/dpatch-run
2## qemu-config.dpatch by Bastian Blank <waldi@debian.org>
3##
4## All lines beginning with `## DP:' are a description of the patch.
5## DP: No description.
6
7@DPATCH@
8diff -urNad xen-unstable~/tools/ioemu/vl.c xen-unstable/tools/ioemu/vl.c
9--- xen-unstable~/tools/ioemu/vl.c      2006-09-21 19:44:57.000000000 +0000
10+++ xen-unstable/tools/ioemu/vl.c       2006-09-28 06:53:45.238717978 +0000
11@@ -89,7 +89,7 @@
12 #include "exec-all.h"
13 
14 #include <xen/hvm/params.h>
15-#define DEFAULT_NETWORK_SCRIPT "/etc/xen/qemu-ifup"
16+#define DEFAULT_NETWORK_SCRIPT "/etc/xen/scripts/qemu-ifup"
17 #define DEFAULT_BRIDGE "xenbr0"
18 
19 //#define DEBUG_UNUSED_IOPORT
Note: See TracBrowser for help on using the repository browser.