mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
src: Only install SysV init scripts when libvirtd is built
This is consistent with the way we already handle configuration for other init systems such as upstart and systemd. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
a520981740
commit
ab575b7b77
@ -810,6 +810,7 @@ install-logrotate:
|
||||
uninstall-logrotate:
|
||||
endif ! WITH_LIBVIRTD
|
||||
|
||||
if WITH_LIBVIRTD
|
||||
if LIBVIRT_INIT_SCRIPT_RED_HAT
|
||||
initdir = $(sysconfdir)/rc.d/init.d
|
||||
|
||||
@ -830,6 +831,10 @@ else ! LIBVIRT_INIT_SCRIPT_RED_HAT
|
||||
install-init::
|
||||
uninstall-init::
|
||||
endif ! LIBVIRT_INIT_SCRIPT_RED_HAT
|
||||
else ! WITH_LIBVIRTD
|
||||
install-init::
|
||||
uninstall-init::
|
||||
endif ! WITH_LIBVIRTD
|
||||
|
||||
|
||||
%.8: %.8.in $(top_srcdir)/configure.ac
|
||||
|
Loading…
Reference in New Issue
Block a user