]> git.ipfire.org Git - thirdparty/libvirt.git/commit
fix LSB part of virtlogd runlevel script
authorOlaf Hering <olaf@aepfle.de>
Wed, 2 Dec 2015 07:54:28 +0000 (07:54 +0000)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 6 Jan 2016 09:59:53 +0000 (10:59 +0100)
commitb22344f3285187ee1768d6e031bc0ff20e32552d
tree37d2283e7a468e040e6621e14271b389ae766204
parent44b4a4f6d778227644e98c3894c57559d317eb3c
fix LSB part of virtlogd runlevel script

Currently pkg build of master branch fails:

[  300s] + /usr/lib/rpm/brp-boot-scripts
[  300s] E: File `virtlogd' is missing `Required-Start', please add even if empty!
[  300s] W: File `virtlogd' is missing `Required-Stop', please add even if empty!
[  300s] E: File `virtlogd' has empty `Default-Start', please specify default runlevel(s)!
[  300s] ERROR: found one or more broken init or boot scripts, please fix them.
[  300s]        For more information about LSB headers please read the manual
[  300s]        page of of insserv by executing the command `man 8 insserv'.
[  300s]        If you don't understand this, mailto=werner@suse.de
[  300s] error: Bad exit status from /var/tmp/rpm-tmp.44965 (%install)

Add the required tags, fix the existing tags.
Use soft dependency "Should-Start" because virtlogd may work without network.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
src/logging/virtlogd.init.in