[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, experimental, updated. debian/0.8.6-1-8-g6408c57

Laurent Léonard laurent at open-minds.org
Tue Dec 14 10:49:00 UTC 2010


The following commit has been merged in the experimental branch:
commit 12e7a2c242994b62e2a5700e1fc1d6e6cd53cd1c
Author: Laurent Léonard <laurent at open-minds.org>
Date:   Mon Dec 13 18:47:44 2010 +0100

    New patch 0009-Missing-Default-Stop-field-in-LSB-comment-in-libvirt.patch

diff --git a/debian/patches/0009-Missing-Default-Stop-field-in-LSB-comment-in-libvirt.patch b/debian/patches/0009-Missing-Default-Stop-field-in-LSB-comment-in-libvirt.patch
new file mode 100644
index 0000000..b0aea85
--- /dev/null
+++ b/debian/patches/0009-Missing-Default-Stop-field-in-LSB-comment-in-libvirt.patch
@@ -0,0 +1,33 @@
+From: =?UTF-8?q?Laurent=20L=C3=A9onard?= <laurent at open-minds.org>
+Date: Sun, 5 Dec 2010 19:49:39 +0100
+Subject: [PATCH] Missing "Default-Stop" field in LSB comment in libvirt-guests
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+The "Default-Stop" field in LSB comment in libvirt-guests is missing and should
+be added. I also suggests to add runlevel 2 to the "Default-Start" field.
+
+--
+Laurent Léonard
+
+Origin: upstream, http://libvirt.org/git/?p=libvirt.git;a=commit;h=84094af780adf629a792d9614d88963baaa9a753
+---
+ tools/libvirt-guests.init.in |    3 ++-
+ 1 files changed, 2 insertions(+), 1 deletions(-)
+
+diff --git a/tools/libvirt-guests.init.in b/tools/libvirt-guests.init.in
+index 76dc627..5dab36b 100644
+--- a/tools/libvirt-guests.init.in
++++ b/tools/libvirt-guests.init.in
+@@ -6,7 +6,8 @@
+ # Provides: libvirt-guests
+ # Required-Start: libvirtd
+ # Required-Stop: libvirtd
+-# Default-Start: 3 4 5
++# Default-Start: 2 3 4 5
++# Default-Stop: 0 1 6
+ # Short-Description: suspend/resume libvirt guests on shutdown/boot
+ # Description: This is a script for suspending active libvirt guests
+ #              on shutdown and resuming them on next boot
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 1967c45..042ec67 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@
 0006-patch-qemuMonitorTextGetMigrationStatus-to-intercept.patch
 0007-Disable-CHECKSUM-rule.patch
 0008-syntax-error-Bad-fd-number-when-stopping-libvirt-gue.patch
+0009-Missing-Default-Stop-field-in-LSB-comment-in-libvirt.patch

-- 
Libvirt Debian packaging



More information about the Pkg-libvirt-commits mailing list