[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, experimental, updated. debian/0.10.1-1-3-g9f1d5c3
Guido Günther
agx at sigxcpu.org
Wed Sep 19 20:54:26 UTC 2012
The following commit has been merged in the experimental branch:
commit 2f928f78534a7d6cb5ffb1c96bb7bf28d1f86e0b
Author: Guido Günther <agx at sigxcpu.org>
Date: Wed Sep 19 22:31:36 2012 +0200
Add missing "-d" to libvirt-bin's restart option
otherwise daemon restarts will just hang.
Closes: #688146
Thanks: Laurent Bigonville
diff --git a/debian/libvirt-bin.init b/debian/libvirt-bin.init
index 1e61533..d4dd425 100755
--- a/debian/libvirt-bin.init
+++ b/debian/libvirt-bin.init
@@ -133,7 +133,7 @@ case "$1" in
/var/run/$NAME.pid --exec $DAEMON
[ -n "$DODTIME" ] && sleep $DODTIME
start-stop-daemon --start --quiet --pidfile \
- /var/run/$NAME.pid --exec $DAEMON -- $libvirtd_opts
+ /var/run/$NAME.pid --exec $DAEMON -- -d $libvirtd_opts
if running; then
log_end_msg 0
else
--
Libvirt Debian packaging
More information about the Pkg-libvirt-commits
mailing list