[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, master, updated. debian/1.0.3-1
Guido Günther
agx at sigxcpu.org
Fri Mar 8 18:39:51 UTC 2013
The following commit has been merged in the master branch:
commit 4fa2cf2eca93020a9980acb7e2065171778435db
Author: Guido Günther <agx at sigxcpu.org>
Date: Fri Mar 8 18:05:20 2013 +0100
Update patches
Dropped (fixed upstream)
- Hook-log-the-exit-status-of-the-hook-not-256.patch
diff --git a/debian/patches/Hook-log-the-exit-status-of-the-hook-not-256.patch b/debian/patches/Hook-log-the-exit-status-of-the-hook-not-256.patch
deleted file mode 100644
index 2540b7d..0000000
--- a/debian/patches/Hook-log-the-exit-status-of-the-hook-not-256.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
-Date: Sun, 24 Feb 2013 19:43:04 +0100
-Subject: Hook log the exit status of the hook not 256
-
-Adjust the docs accordingly. See http://bugs.debian.org/701570.
----
- docs/hooks.html.in | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/docs/hooks.html.in b/docs/hooks.html.in
-index 5f9963d..1a2fae1 100644
---- a/docs/hooks.html.in
-+++ b/docs/hooks.html.in
-@@ -239,13 +239,14 @@
- <p>If a hook script returns with an exit code of 0, the libvirt daemon
- regards this as successful and performs no logging of it.</p>
- <p>However, if a hook script returns with a non zero exit code, the libvirt
-- daemon regards this as a failure, logs it with return code 256, and
-+ daemon regards this as a failure, logs it's return code, and
- additionally logs anything on stderr the hook script returns.</p>
- <p>For example, a hook script might use this code to indicate failure,
- and send a text string to stderr:</p>
- <pre>echo "Could not find required XYZZY" >&2
- exit 1</pre>
- <p>The resulting entry in the libvirt log will appear as:</p>
-- <pre>20:02:40.297: error : virHookCall:416 : Hook script execution failed: Hook script /etc/libvirt/hooks/qemu qemu failed with error code 256:Could not find required XYZZY</pre>
-+ <pre>20:02:40.297: error : virHookCall:285 : Hook script execution failed: internal error Child process (LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-+ HOME=/root USER=root LOGNAME=root /etc/libvirt/hooks/qemu qemu prepare begin -) unexpected exit status 1: Could not find required XYZZY</pre>
- </body>
- </html>
diff --git a/debian/patches/debian/Debianize-systemd-service-files.patch b/debian/patches/debian/Debianize-systemd-service-files.patch
index c43ea47..8378cff 100644
--- a/debian/patches/debian/Debianize-systemd-service-files.patch
+++ b/debian/patches/debian/Debianize-systemd-service-files.patch
@@ -8,11 +8,11 @@ Subject: Debianize systemd service files
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/daemon/libvirtd.service.in b/daemon/libvirtd.service.in
-index 98dd5a0..44cc560 100644
+index aa5913b..bc4b728 100644
--- a/daemon/libvirtd.service.in
+++ b/daemon/libvirtd.service.in
-@@ -10,8 +10,8 @@ After=network.target
- After=dbus.service
+@@ -11,8 +11,8 @@ After=dbus.service
+ After=iscsid.service
[Service]
-EnvironmentFile=-/etc/sysconfig/libvirtd
diff --git a/debian/patches/series b/debian/patches/series
index 51c9b5c..6148614 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,4 +10,3 @@ Don-t-fail-if-we-can-t-setup-avahi.patch
Reduce-udevadm-settle-timeout-to-10-seconds.patch
debian/Debianize-systemd-service-files.patch
Allow-xen-toolstack-to-find-it-s-binaries.patch
-Hook-log-the-exit-status-of-the-hook-not-256.patch
--
Libvirt Debian packaging
More information about the Pkg-libvirt-commits
mailing list