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
This commit is contained in:
Mark McLoughlin 2007-05-02 16:56:03 +00:00
parent d3e661f745
commit f8fa07c107
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -34,7 +34,7 @@ start() {
stop() {
echo -n $"Stopping $SERVICE daemon: "
killproc $PROCESS -TERM
killproc $PROCESS
RETVAL=$?
echo
if [ $RETVAL -eq 0 ]; then