mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
@@ -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
|
||||
|
||||
@@ -34,7 +34,7 @@ start() {
|
||||
stop() {
|
||||
echo -n $"Stopping $SERVICE daemon: "
|
||||
|
||||
killproc $PROCESS -TERM
|
||||
killproc $PROCESS
|
||||
RETVAL=$?
|
||||
echo
|
||||
if [ $RETVAL -eq 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user