]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Improve init.d file headers
authorDaniel Veillard <veillard@redhat.com>
Thu, 7 May 2009 07:34:05 +0000 (07:34 +0000)
committerDaniel Veillard <veillard@redhat.com>
Thu, 7 May 2009 07:34:05 +0000 (07:34 +0000)
* qemud/libvirtd.init.in: improve the LSB init header for the
  init.d file, patch by Frederik Himpe
Daniel

ChangeLog
qemud/libvirtd.init.in

index 32f93689d8c8b2caa607662a2879a6de20979707..ee6a3d86b381fd022529b69acc0cda3738497f18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May  7 09:31:22 CEST 2009 Daniel Veillard <veillard@redhat.com>
+
+       * qemud/libvirtd.init.in: improve the LSB init header for the
+         init.d file, patch by Frederik Himpe
+
 Thu May  7 09:26:50 CEST 2009 Guido Günther <agx@sigxcpu.org>
 
        * src/util.c (virFileWritePid): check for NULL pointers
index 0eed4909c27abd62f5ded36b3c9519cbb7ad504d..43c2d686a0534794be5763d549aae7181ce7cd18 100644 (file)
@@ -5,7 +5,13 @@
 #
 ### BEGIN INIT INFO
 # Provides: libvirtd
+# Required-Start: $network messagebus
+# Should-Start: $named
 # Should-Start: xend
+# Should-Start: hal
+# Should-Start: avahi
+# Required-Stop: $network messagebus
+# Should-Stop: $named
 # Default-Start: 3 4 5
 # Short-Description: daemon for libvirt virtualization API
 # Description: This is a daemon for managing guest instances