summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-01-10 18:37:44 +0000
committerMichał Górny <mgorny@gentoo.org>2012-01-10 18:37:44 +0000
commit2f2f8da51592d782a79caf19d694f21e7fdf00b7 (patch)
treeb2f5dfbd7fee2ec8dc586800e7e3a479c9671859 /sys-apps
parentVersion bump. (diff)
downloadgentoo-2-2f2f8da51592d782a79caf19d694f21e7fdf00b7.tar.gz
gentoo-2-2f2f8da51592d782a79caf19d694f21e7fdf00b7.tar.bz2
gentoo-2-2f2f8da51592d782a79caf19d694f21e7fdf00b7.zip
Add systemctl compatibility symlink.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/systemd/ChangeLog9
-rw-r--r--sys-apps/systemd/systemd-29-r5.ebuild (renamed from sys-apps/systemd/systemd-29-r4.ebuild)4
-rw-r--r--sys-apps/systemd/systemd-37-r3.ebuild (renamed from sys-apps/systemd/systemd-37-r2.ebuild)4
3 files changed, 14 insertions, 3 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog
index 27b5d2f4bc1a..3da0ef820cef 100644
--- a/sys-apps/systemd/ChangeLog
+++ b/sys-apps/systemd/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.17 2012/01/06 10:19:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.18 2012/01/10 18:37:44 mgorny Exp $
+
+*systemd-37-r3 (10 Jan 2012)
+*systemd-29-r5 (10 Jan 2012)
+
+ 10 Jan 2012; Michał Górny <mgorny@gentoo.org> -systemd-29-r4.ebuild,
+ +systemd-29-r5.ebuild, -systemd-37-r2.ebuild, +systemd-37-r3.ebuild:
+ Add systemctl compatibility symlink.
*systemd-37-r2 (06 Jan 2012)
*systemd-29-r4 (06 Jan 2012)
diff --git a/sys-apps/systemd/systemd-29-r4.ebuild b/sys-apps/systemd/systemd-29-r5.ebuild
index 11cd763edbd4..afda7568e364 100644
--- a/sys-apps/systemd/systemd-29-r4.ebuild
+++ b/sys-apps/systemd/systemd-29-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-29-r4.ebuild,v 1.1 2012/01/06 10:19:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-29-r5.ebuild,v 1.1 2012/01/10 18:37:44 mgorny Exp $
EAPI=4
@@ -95,6 +95,8 @@ src_install() {
# compat for init= use
dosym ../usr/bin/systemd /bin/systemd
+ # rsyslog.service depends on it...
+ dosym ../usr/bin/systemctl /bin/systemctl
# move files as necessary
newbashcomp "${D}"/tmp/systemctl-bash-completion.sh ${PN}
diff --git a/sys-apps/systemd/systemd-37-r2.ebuild b/sys-apps/systemd/systemd-37-r3.ebuild
index 6a6fc404077b..795a97c2be73 100644
--- a/sys-apps/systemd/systemd-37-r2.ebuild
+++ b/sys-apps/systemd/systemd-37-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-37-r2.ebuild,v 1.1 2012/01/06 10:19:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-37-r3.ebuild,v 1.1 2012/01/10 18:37:44 mgorny Exp $
EAPI=4
@@ -97,6 +97,8 @@ src_install() {
# compat for init= use
dosym ../usr/bin/systemd /bin/systemd
+ # rsyslog.service depends on it...
+ dosym ../usr/bin/systemctl /bin/systemctl
# move files as necessary
newbashcomp "${D}"/tmp/systemctl-bash-completion.sh ${PN}