From: Guido Guenther <agx@sigxcpu.org>
Date: Fri, 7 Mar 2008 09:08:26 +0100
Subject: [PATCH] qemu-disable-network.diff

---
 qemud/Makefile.am |    3 ---
 qemud/Makefile.in |    3 ---
 2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/qemud/Makefile.am b/qemud/Makefile.am
index 924e8ad..436b396 100644
--- a/qemud/Makefile.am
+++ b/qemud/Makefile.am
@@ -155,9 +155,6 @@ install-data-local: install-init install-data-sasl install-data-polkit \
 	test -z "$(UUID)" || \
 	  sed -i -e "s,</name>,</name>\n  <uuid>$(UUID)</uuid>," \
 	    $(DESTDIR)$(sysconfdir)/$(default_xml_dest)
-	test -e $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/autostart/default.xml || \
-           ln -s ../default.xml \
-	    $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/autostart/default.xml
 	mkdir -p $(DESTDIR)$(localstatedir)/log/libvirt/qemu
 	mkdir -p $(DESTDIR)$(localstatedir)/run/libvirt
 	mkdir -p $(DESTDIR)$(localstatedir)/lib/libvirt
diff --git a/qemud/Makefile.in b/qemud/Makefile.in
index 99afa00..9711335 100644
--- a/qemud/Makefile.in
+++ b/qemud/Makefile.in
@@ -1295,9 +1295,6 @@ remote_protocol.c: remote_protocol.h
 @WITH_LIBVIRTD_TRUE@	test -z "$(UUID)" || \
 @WITH_LIBVIRTD_TRUE@	  sed -i -e "s,</name>,</name>\n  <uuid>$(UUID)</uuid>," \
 @WITH_LIBVIRTD_TRUE@	    $(DESTDIR)$(sysconfdir)/$(default_xml_dest)
-@WITH_LIBVIRTD_TRUE@	test -e $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/autostart/default.xml || \
-@WITH_LIBVIRTD_TRUE@           ln -s ../default.xml \
-@WITH_LIBVIRTD_TRUE@	    $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/autostart/default.xml
 @WITH_LIBVIRTD_TRUE@	mkdir -p $(DESTDIR)$(localstatedir)/log/libvirt/qemu
 @WITH_LIBVIRTD_TRUE@	mkdir -p $(DESTDIR)$(localstatedir)/run/libvirt
 @WITH_LIBVIRTD_TRUE@	mkdir -p $(DESTDIR)$(localstatedir)/lib/libvirt
-- 
