summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/NEWS3
-rw-r--r--perl-install/services.pm2
2 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 7ce19b104..456906d53 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,6 @@
+- services:
+ o fix checking systemd presence after systemd merge of subpackages
+
Version 14.32 - 28 July 2012
- package group selection:
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() {