Blame libvirt-0.2.2-sync-daemon-restart.patch
|
Daniel P. Berrange |
a05e64 |
--- libvirt-0.2.2/ChangeLog.sync-restart 2007-05-02 13:07:21.719425000 -0400
|
|
Daniel P. Berrange |
a05e64 |
+++ libvirt-0.2.2/ChangeLog 2007-05-02 13:08:23.204879000 -0400
|
|
Daniel P. Berrange |
a05e64 |
@@ -0,0 +1,5 @@
|
|
Daniel P. Berrange |
a05e64 |
+Wed May 2 17:55:12 IST 2007 Mark McLoughlin <markmc@redhat.com>
|
|
Daniel P. Berrange |
a05e64 |
+
|
|
Daniel P. Berrange |
a05e64 |
+ * qemud/libvirtd.in: synchronously restart the daemon in
|
|
Daniel P. Berrange |
a05e64 |
+ order to avoid https://bugzilla.redhat.com/238492
|
|
Daniel P. Berrange |
a05e64 |
+
|
|
Daniel P. Berrange |
a05e64 |
--- libvirt-0.2.2/qemud/libvirtd.in.sync-restart 2007-02-23 07:50:58.000000000 -0500
|
|
Daniel P. Berrange |
a05e64 |
+++ libvirt-0.2.2/qemud/libvirtd.in 2007-05-02 13:08:23.209868000 -0400
|
|
Daniel P. Berrange |
a05e64 |
@@ -34,7 +34,7 @@
|
|
Daniel P. Berrange |
a05e64 |
stop() {
|
|
Daniel P. Berrange |
a05e64 |
echo -n $"Stopping $SERVICE daemon: "
|
|
Daniel P. Berrange |
a05e64 |
|
|
Daniel P. Berrange |
a05e64 |
- killproc $PROCESS -TERM
|
|
Daniel P. Berrange |
a05e64 |
+ killproc $PROCESS
|
|
Daniel P. Berrange |
a05e64 |
RETVAL=$?
|
|
Daniel P. Berrange |
a05e64 |
echo
|
|
Daniel P. Berrange |
a05e64 |
if [ $RETVAL -eq 0 ]; then
|