mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
* src/xend_internal.c: fix typo in function comment
* po/*: updated the localizations * qemud/libvirtd.init.in: LSB'ization of the init script and couple of fixups Daniel
This commit is contained in:
parent
34908a6a1e
commit
b454313c5d
@ -1,3 +1,10 @@
|
||||
Thu Jul 5 18:02:28 CEST 2007 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* src/xend_internal.c: fix typo in function comment
|
||||
* po/*: updated the localizations
|
||||
* qemud/libvirtd.init.in: LSB'ization of the init script and
|
||||
couple of fixups
|
||||
|
||||
Thu Jul 5 09:47:00 EST 2007 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* src/libvirt.c, src/xen_unified.c: Move code converting NULL
|
||||
|
635
po/bn_IN.po
635
po/bn_IN.po
File diff suppressed because it is too large
Load Diff
635
po/en_GB.po
635
po/en_GB.po
File diff suppressed because it is too large
Load Diff
635
po/eu_ES.po
635
po/eu_ES.po
File diff suppressed because it is too large
Load Diff
640
po/libvirt.pot
640
po/libvirt.pot
File diff suppressed because it is too large
Load Diff
759
po/pt_BR.po
759
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
646
po/sr@Latn.po
646
po/sr@Latn.po
File diff suppressed because it is too large
Load Diff
635
po/zh_CN.po
635
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
635
po/zh_TW.po
635
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
@ -1,14 +1,29 @@
|
||||
#!/bin/sh
|
||||
|
||||
# libvirt_qemud: QEMU and virtual network management daemon
|
||||
# the following is the LSB init header see
|
||||
# http://www.linux-foundation.org/spec//booksets/LSB-Core-generic/LSB-Core-generic.html#INITSCRCOMCONV
|
||||
#
|
||||
### BEGIN INIT INFO
|
||||
# Provides: libvirtd
|
||||
# Should-Start: xend
|
||||
# Default-Start: 3 4 5
|
||||
# Short-Description: daemon for libvirt virtualization API
|
||||
# Description: This is a daemon for managing QEMU guest instances
|
||||
# and libvirt virtual networks
|
||||
# See http://libvirt.org
|
||||
### END INIT INFO
|
||||
|
||||
# the following is chkconfig init header
|
||||
#
|
||||
# libvirtd: QEMU and virtual network management daemon
|
||||
#
|
||||
# chkconfig: 345 97 03
|
||||
# description: This is a daemon for managing QEMU guest instances
|
||||
# and libvirt virtual networks
|
||||
# See http://libvirt.org
|
||||
#
|
||||
# processname: libvirt_qemud
|
||||
# pidfile: @localstatedir@/run/libvirt_qemud.pid
|
||||
# processname: libvirtd
|
||||
# pidfile: @localstatedir@/run/libvirtd.pid
|
||||
#
|
||||
|
||||
# Sanity checks.
|
||||
@ -76,7 +91,10 @@ case "$1" in
|
||||
status $PROCESS
|
||||
RETVAL=$?
|
||||
;;
|
||||
condrestart)
|
||||
force-reload)
|
||||
reload
|
||||
;;
|
||||
condrestart|try-restart)
|
||||
[ -f @localstatedir@/lock/subsys/$SERVICE ] && restart || :
|
||||
;;
|
||||
*)
|
||||
|
@ -653,7 +653,7 @@ xend_node_op(virConnectPtr xend, const char *path, const char *key, ...)
|
||||
|
||||
|
||||
/**
|
||||
* xend_node_op:
|
||||
* xend_op_ext:
|
||||
* @xend: pointer to the Xen Daemon structure
|
||||
* @name: the domain name target of this operation
|
||||
* @error: buffer for the error output
|
||||
|
Loading…
Reference in New Issue
Block a user