From 8a38f9648735de4bcbd615e25cb7712323b05bcf Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Tue, 3 May 2016 10:31:01 +0200 Subject: [PATCH] configure: Change RHEL default from systemd+redhat to systemd We don't want to install legacy init scripts on modern, systemd-native hosts. --- m4/virt-init-script.m4 | 3 --- 1 file changed, 3 deletions(-) diff --git a/m4/virt-init-script.m4 b/m4/virt-init-script.m4 index 9d0d5c7013..d6a52e70a8 100644 --- a/m4/virt-init-script.m4 +++ b/m4/virt-init-script.m4 @@ -41,9 +41,6 @@ AC_DEFUN([LIBVIRT_CHECK_INIT_SCRIPT],[ fi fi if test -f /etc/redhat-release; then - if test "$with_init_script" = systemd; then - with_init_script=systemd+redhat - fi if test "$with_init_script" = check; then with_init_script=redhat fi