]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Drop support for "Red Hat" init scripts
authorAndrea Bolognani <abologna@redhat.com>
Fri, 15 Mar 2019 15:47:27 +0000 (16:47 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 15 Mar 2019 17:36:19 +0000 (18:36 +0100)
commit912fe2df9d8628b2f3d54485f1cb919cb124d07a
treef966954728084976e6ebcbcc321a3bb51b4552a7
parentb8cfdee42b52ad4630e4929a9fe9be7e575edb03
Drop support for "Red Hat" init scripts

Despite the misleading name, these were supposed to be used
with a System V style init; however, none of the platforms we
target is using that kind of init anymore: almost all Linux
distributions have switched to systemd, those that haven't
(such as Gentoo and Alpine) are mostly using OpenRC with
custom init scripts, and the BSDs have been doing their own
thing all along.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
.gitignore
m4/virt-init-script.m4
src/Makefile.am
src/locking/Makefile.inc.am
src/locking/virtlockd.init.in [deleted file]
src/logging/Makefile.inc.am
src/logging/virtlogd.init.in [deleted file]
src/remote/Makefile.inc.am
src/remote/libvirtd.init.in [deleted file]
tools/Makefile.am
tools/libvirt-guests.init.in [deleted file]