Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libvirt
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libvirt Packaging Team
libvirt
Commits
acc5263a
Commit
acc5263a
authored
11 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
Refresh patches
parent
37213805
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/patches/debian/Don-t-enable-default-network-on-boot.patch
+4
-4
4 additions, 4 deletions
...patches/debian/Don-t-enable-default-network-on-boot.patch
with
4 additions
and
4 deletions
debian/patches/debian/Don-t-enable-default-network-on-boot.patch
+
4
−
4
View file @
acc5263a
...
...
@@ -10,10 +10,10 @@ to not interfere with existing network configurations
2 files changed, 6 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index
4375ef7..8d452c7
100644
index
8632b18..02413a4
100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -246
8
,9 +246
8
,6 @@
if WITH_NETWORK
@@ -246
7
,9 +246
7
,6 @@
if WITH_NETWORK
cp $(DESTDIR)$(confdir)/qemu/networks/default.xml.t \
$(DESTDIR)$(confdir)/qemu/networks/default.xml && \
rm $(DESTDIR)$(confdir)/qemu/networks/default.xml.t; }
...
...
@@ -24,10 +24,10 @@ index 4375ef7..8d452c7 100644
uninstall-local:: uninstall-init uninstall-systemd
diff --git a/src/Makefile.in b/src/Makefile.in
index
fd082e0..21eb5b5
100644
index
1077572..1d81a61
100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -913
4
,9 +913
4
,6 @@
install-data-local: install-init install-systemd
@@ -913
3
,9 +913
3
,6 @@
install-data-local: install-init install-systemd
@WITH_NETWORK_TRUE@ cp $(DESTDIR)$(confdir)/qemu/networks/default.xml.t \
@WITH_NETWORK_TRUE@ $(DESTDIR)$(confdir)/qemu/networks/default.xml && \
@WITH_NETWORK_TRUE@ rm $(DESTDIR)$(confdir)/qemu/networks/default.xml.t; }
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment