From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 22C08138010 for ; Fri, 21 Sep 2012 21:34:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 054E021C028; Fri, 21 Sep 2012 21:34:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CD47C21C028 for ; Fri, 21 Sep 2012 21:34:27 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4153A33D70D for ; Fri, 21 Sep 2012 21:34:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0CC97E5445 for ; Fri, 21 Sep 2012 21:34:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1348263272.fca5f4ebf242484d505b05d97f22bf1f420e370c.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd/ X-VCS-Repository: dev/mgorny X-VCS-Files: sys-apps/systemd/systemd-9999.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fca5f4ebf242484d505b05d97f22bf1f420e370c X-VCS-Branch: master Date: Fri, 21 Sep 2012 21:34:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b2e31497-feb1-47c3-aa5d-5795e1f6f8f3 X-Archives-Hash: e4ed87980b8a8dde31bbd1918c7e0af2 commit: fca5f4ebf242484d505b05d97f22bf1f420e370c Author: Michał Górny gentoo org> AuthorDate: Fri Sep 21 21:34:32 2012 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 21 21:34:32 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=fca5f4eb sys-apps/systemd: Sync to gx86 (enable var-* mounts). (Portage version: 2.2.0_alpha127/git/Linux x86_64, unsigned Manifest commit) --- sys-apps/systemd/systemd-9999.ebuild | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index db1d6ed..ccaef1f 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -154,6 +154,8 @@ src_install() { # Add mount-rules for /var/lock and /var/run, bug #433607 systemd_dounit "${FILESDIR}"/var-{lock,run}.mount + systemd_enable_service sysinit.target var-lock.mount + systemd_enable_service sysinit.target var-run.mount # Check whether we won't break user's system. [[ -x "${D}"/bin/systemd ]] || die '/bin/systemd symlink broken, aborting.'