]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Wed May 2 17:55:12 IST 2007 Mark McLoughlin <markmc@redhat.com>
authorMark McLoughlin <markmc@redhat.com>
Wed, 2 May 2007 16:56:03 +0000 (16:56 +0000)
committerMark McLoughlin <markmc@redhat.com>
Wed, 2 May 2007 16:56:03 +0000 (16:56 +0000)
        * qemud/libvirtd.in: synchronously restart the daemon in
        order to avoid https://bugzilla.redhat.com/238492

ChangeLog
qemud/libvirtd.in

index 56247774b6c2e586ad3a9e937a4a3a4e434a11df..28ee8c0020e16a9146eec8ced23bbbfc4802f382 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed May  2 17:55:12 IST 2007 Mark McLoughlin <markmc@redhat.com>
+
+       * qemud/libvirtd.in: synchronously restart the daemon in
+       order to avoid https://bugzilla.redhat.com/238492
+       
 Wed May  2 12:16:35 EST 2007 Daniel P. Berrange <berrange@redhat.com>
 
        * src/xen_unified.c: Disable xm_internal.c driver on Xen
index 791e34c92e76aa2c64f2f868c636eb3f77334f7e..27bf1b77aa1aeac59bb075fdfa1ec9ae883ccb9b 100644 (file)
@@ -34,7 +34,7 @@ start() {
 stop() {
     echo -n $"Stopping $SERVICE daemon: "
 
-    killproc $PROCESS -TERM
+    killproc $PROCESS
     RETVAL=$?
     echo
     if [ $RETVAL -eq 0 ]; then