summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-08-13 10:32:30 +0000
committerThierry Vignaud <tv@mageia.org>2012-08-13 10:32:30 +0000
commit960d077dcd22bfe6470ba129f424e1f576e270c0 (patch)
tree841836cc32c44ca2de187a3d0c4cbe377522dad3 /perl-install
parentbc7a7ded1957a0aebdf563e04c7f4a220662ce45 (diff)
downloaddrakx-backup-do-not-use-960d077dcd22bfe6470ba129f424e1f576e270c0.tar
drakx-backup-do-not-use-960d077dcd22bfe6470ba129f424e1f576e270c0.tar.gz
drakx-backup-do-not-use-960d077dcd22bfe6470ba129f424e1f576e270c0.tar.bz2
drakx-backup-do-not-use-960d077dcd22bfe6470ba129f424e1f576e270c0.tar.xz
drakx-backup-do-not-use-960d077dcd22bfe6470ba129f424e1f576e270c0.zip
(has_systemd) fix checking systemd presence after systemd merge of subpackages
Diffstat (limited to 'perl-install')
-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() {