From: Cole Robinson Date: Wed, 19 May 2010 19:57:56 +0000 (-0400) Subject: daemon: A few initscript corrections X-Git-Tag: v0.8.2~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d0adf249827dde9e1c0d1c19513cf6018ceb34e;p=thirdparty%2Flibvirt.git daemon: A few initscript corrections Fedora bug https://bugzilla.redhat.com/show_bug.cgi?id=565238 - Avahi service is called 'avahi-daemon' - chkconfig descriptions must use \ for line continuations --- diff --git a/daemon/libvirtd.init.in b/daemon/libvirtd.init.in index d4dc98b1bb..809433e83f 100644 --- a/daemon/libvirtd.init.in +++ b/daemon/libvirtd.init.in @@ -9,7 +9,7 @@ # Should-Start: $named # Should-Start: xend # Should-Start: hal -# Should-Start: avahi +# Should-Start: avahi-daemon # Required-Stop: $network messagebus # Should-Stop: $named # Default-Start: 3 4 5 @@ -24,8 +24,8 @@ # libvirtd: guest and virtual network management daemon # # chkconfig: 345 97 03 -# description: This is a daemon for managing guest instances -# and libvirt virtual networks +# description: This is a daemon for managing guest instances \ +# and libvirt virtual networks \ # See http://libvirt.org # # processname: libvirtd