mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
d3e661f745
commit
f8fa07c107
|
@ -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>
|
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
|
* src/xen_unified.c: Disable xm_internal.c driver on Xen
|
||||||
|
|
|
@ -34,7 +34,7 @@ start() {
|
||||||
stop() {
|
stop() {
|
||||||
echo -n $"Stopping $SERVICE daemon: "
|
echo -n $"Stopping $SERVICE daemon: "
|
||||||
|
|
||||||
killproc $PROCESS -TERM
|
killproc $PROCESS
|
||||||
RETVAL=$?
|
RETVAL=$?
|
||||||
echo
|
echo
|
||||||
if [ $RETVAL -eq 0 ]; then
|
if [ $RETVAL -eq 0 ]; then
|
||||||
|
|
Loading…
Reference in New Issue