]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - debian/patches/old/adjust-path.diff
refer to the new repository
[pve-qemu-kvm.git] / debian / patches / old / adjust-path.diff
diff --git a/debian/patches/old/adjust-path.diff b/debian/patches/old/adjust-path.diff
deleted file mode 100644 (file)
index ea72b60..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: new/include/net/net.h
-===================================================================
---- new.orig/include/net/net.h 2014-11-20 06:45:06.000000000 +0100
-+++ new/include/net/net.h      2014-11-20 06:47:47.000000000 +0100
-@@ -195,8 +195,9 @@
- int net_hub_id_for_client(NetClientState *nc, int *id);
- NetClientState *net_hub_port_find(int hub_id);
--#define DEFAULT_NETWORK_SCRIPT "/etc/qemu-ifup"
--#define DEFAULT_NETWORK_DOWN_SCRIPT "/etc/qemu-ifdown"
-+#define DEFAULT_NETWORK_SCRIPT "/etc/kvm/kvm-ifup"
-+#define DEFAULT_NETWORK_DOWN_SCRIPT "/etc/kvm/kvm-ifdown"
-+
- #define DEFAULT_BRIDGE_HELPER CONFIG_QEMU_HELPERDIR "/qemu-bridge-helper"
- #define DEFAULT_BRIDGE_INTERFACE "br0"