From cc652e366ff806b470d26d4867d8b6f0ace72cba Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 13 Aug 2012 10:32:30 +0000 Subject: (has_systemd) fix checking systemd presence after systemd merge of subpackages --- perl-install/services.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/services.pm') diff --git a/perl-install/services.pm b/perl-install/services.pm index 0b1359af2..51bf21792 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -355,7 +355,7 @@ sub running_systemd() { } sub has_systemd() { - run_program::rooted($::prefix, '/bin/rpm', '-q', 'systemd-sysvinit'); + run_program::rooted($::prefix, '/bin/rpm', '-q', 'systemd'); } sub xinetd_services() { -- cgit v1.2.1